A caloric interval whose exponents are not the NASA-9 ones ( -2 … 4 ); used for the fitted cryogenic and hot extrapolations. More...
#include <cl_GT_HeatPolyCustom.hpp>
Public Member Functions | |
| HeatPolyCustom (const real aTmin, const real aTmax, const real aEnthalpyConstant, const real aEntropyConstant, const Vector< real > &aCoefficients, const Vector< real > &aExponents) | |
| ~HeatPolyCustom ()=default | |
| real | Cp (const real T) const |
| real | H (const real T) const |
| real | S (const real T) const |
| real | dSdT (const real T) const |
| real | dCpdT (const real T) const |
| real | d2CpdT2 (const real T) const |
| Public Member Functions inherited from belfem::gastables::HeatPoly | |
| HeatPoly (const real aTmin, const real aTmax, const real aEnthalpyConstant, const real aEntropyConstant, const Vector< real > &aCoefficients) | |
| virtual | ~HeatPoly ()=default |
| const real & | T_min () const |
| const real & | T_max () const |
| void | set_T_min (const real aTmin) |
| void | set_T_max (const real aTmax) |
| void | set_enthalpy_constant (const real &aEnthalpyConstant) |
| void | set_entropy_constant (const real &aEntropyConstant) |
| real | enthalpy_constant () const |
| real | entropy_constant () const |
Additional Inherited Members | |
| Protected Attributes inherited from belfem::gastables::HeatPoly | |
| real | mTmin |
| real | mTmax |
| real | mEnthalpyConstant |
| real | mEntropyConstant |
| const Vector< real > | mCoefficients |
A caloric interval whose exponents are not the NASA-9 ones ( -2 … 4 ); used for the fitted cryogenic and hot extrapolations.
| belfem::gastables::HeatPolyCustom::HeatPolyCustom | ( | const real | aTmin, |
| const real | aTmax, | ||
| const real | aEnthalpyConstant, | ||
| const real | aEntropyConstant, | ||
| const Vector< real > & | aCoefficients, | ||
| const Vector< real > & | aExponents ) |
|
default |
Reimplemented from belfem::gastables::HeatPoly.
Reimplemented from belfem::gastables::HeatPoly.
Reimplemented from belfem::gastables::HeatPoly.
Reimplemented from belfem::gastables::HeatPoly.
Reimplemented from belfem::gastables::HeatPoly.
Reimplemented from belfem::gastables::HeatPoly.