Thermodynamics mapping class to expose the absolute internal energy functions. More...
Public Member Functions | |
absoluteInternalEnergy () | |
Construct. More... | |
scalar | Cpv (const Thermo &thermo, const scalar p, const scalar T) const |
scalar | CpByCpv (const Thermo &thermo, const scalar p, const scalar T) const |
Cp/Cv []. More... | |
scalar | HE (const Thermo &thermo, const scalar p, const scalar T) const |
scalar | THE (const Thermo &thermo, const scalar e, const scalar p, const scalar T0) const |
Temperature from absolute internal energy. More... | |
Static Public Member Functions | |
static word | typeName () |
Return the instantiated type name. More... | |
static word | energyName () |
Thermodynamics mapping class to expose the absolute internal energy functions.
Definition at line 45 of file absoluteInternalEnergy.H.
|
inline |
Construct.
Definition at line 53 of file absoluteInternalEnergy.H.
|
inlinestatic |
Return the instantiated type name.
Definition at line 60 of file absoluteInternalEnergy.H.
|
inlinestatic |
Definition at line 67 of file absoluteInternalEnergy.H.
References absoluteInternalEnergy< Thermo >::Cpv().
|
inline |
Definition at line 74 of file absoluteInternalEnergy.H.
References absoluteInternalEnergy< Thermo >::CpByCpv().
Referenced by absoluteInternalEnergy< Thermo >::energyName().
|
inline |
Cp/Cv [].
Definition at line 85 of file absoluteInternalEnergy.H.
References absoluteInternalEnergy< Thermo >::HE().
Referenced by absoluteInternalEnergy< Thermo >::Cpv().
|
inline |
Definition at line 96 of file absoluteInternalEnergy.H.
References absoluteInternalEnergy< Thermo >::THE().
Referenced by absoluteInternalEnergy< Thermo >::CpByCpv().
|
inline |
Temperature from absolute internal energy.
given an initial temperature T0
Definition at line 108 of file absoluteInternalEnergy.H.
Referenced by absoluteInternalEnergy< Thermo >::HE().