Thermodynamics mapping class to expose the sensible internal energy functions. More...
Public Member Functions | |
sensibleInternalEnergy () | |
Construct. More... | |
scalar | Cpv (const Thermo &thermo, const scalar p, const scalar T) const |
Heat capacity at constant volume [J/kg/K]. More... | |
scalar | HE (const Thermo &thermo, const scalar p, const scalar T) const |
Sensible internal energy [J/kg]. More... | |
scalar | THE (const Thermo &thermo, const scalar e, const scalar p, const scalar T0) const |
Temperature from sensible internal energy. More... | |
Static Public Member Functions | |
static word | typeName () |
Return the instantiated type name. More... | |
static bool | enthalpy () |
static word | energyName () |
Thermodynamics mapping class to expose the sensible internal energy functions.
Definition at line 45 of file sensibleInternalEnergy.H.
|
inline |
Construct.
Definition at line 53 of file sensibleInternalEnergy.H.
|
inlinestatic |
Return the instantiated type name.
Definition at line 60 of file sensibleInternalEnergy.H.
|
inlinestatic |
Definition at line 67 of file sensibleInternalEnergy.H.
|
inlinestatic |
Definition at line 72 of file sensibleInternalEnergy.H.
References sensibleInternalEnergy< Thermo >::Cpv().
|
inline |
Heat capacity at constant volume [J/kg/K].
Definition at line 79 of file sensibleInternalEnergy.H.
References sensibleInternalEnergy< Thermo >::HE().
Referenced by sensibleInternalEnergy< Thermo >::energyName().
|
inline |
Sensible internal energy [J/kg].
Definition at line 90 of file sensibleInternalEnergy.H.
References sensibleInternalEnergy< Thermo >::THE().
Referenced by sensibleInternalEnergy< Thermo >::Cpv().
|
inline |
Temperature from sensible internal energy.
given an initial temperature T0
Definition at line 102 of file sensibleInternalEnergy.H.
Referenced by sensibleInternalEnergy< Thermo >::HE().