An empty polynomial that returns only zeros. More...
#include <cl_GT_HeatPolyEmpty.hpp>
Public Member Functions | |
| HeatPolyEmpty () | |
| ~HeatPolyEmpty ()=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 |
An empty polynomial that returns only zeros.
Creted if no data has been found in thermo.inp
|
inline |
|
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.