Constant properties thermodynamics package templated on an equation of state. More...
Public Member Functions | |
eConstThermo (const dictionary &dict) | |
Construct from dictionary. More... | |
eConstThermo (const word &, const eConstThermo &) | |
Construct as named copy. More... | |
autoPtr< eConstThermo > | clone () const |
Construct and return a clone. More... | |
scalar | limit (const scalar T) const |
Limit the temperature to be in the range Tlow_ to Thigh_. More... | |
scalar | Cp (const scalar p, const scalar T) const |
Heat capacity at constant pressure [J/(kg K)]. More... | |
scalar | Ha (const scalar p, const scalar T) const |
Absolute Enthalpy [J/kg]. More... | |
scalar | Hs (const scalar p, const scalar T) const |
Sensible enthalpy [J/kg]. More... | |
scalar | Hc () const |
Chemical enthalpy [J/kg]. More... | |
scalar | S (const scalar p, const scalar T) const |
Entropy [J/(kg K)]. More... | |
scalar | dGdT (const scalar p, const scalar T) const |
Derivative of Gibbs free energy w.r.t. temperature. More... | |
scalar | dCpdT (const scalar p, const scalar T) const |
Temperature derivative of heat capacity at constant pressure. More... | |
void | write (Ostream &os) const |
Write to Ostream. More... | |
void | operator+= (const eConstThermo &) |
Static Public Member Functions | |
static autoPtr< eConstThermo > | New (const dictionary &dict) |
static word | typeName () |
Return the instantiated type name. More... | |
Friends | |
eConstThermo | operator+ (const eConstThermo &, const eConstThermo &) |
eConstThermo | operator* (const scalar, const eConstThermo &) |
eConstThermo | operator== (const eConstThermo &, const eConstThermo &) |
Ostream & | operator (Ostream &, const eConstThermo &) |
Constant properties thermodynamics package templated on an equation of state.
Definition at line 48 of file eConstThermo.H.
eConstThermo | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 32 of file eConstThermo.C.
|
inline |
Construct as named copy.
|
inline |
Construct and return a clone.
Definition at line 59 of file eConstThermoI.H.
|
inlinestatic |
Definition at line 70 of file eConstThermoI.H.
References dict, and eConstThermo< EquationOfState >::limit().
|
inlinestatic |
Return the instantiated type name.
Definition at line 130 of file eConstThermo.H.
References eConstThermo< EquationOfState >::Cp(), eConstThermo< EquationOfState >::dCpdT(), eConstThermo< EquationOfState >::dGdT(), eConstThermo< EquationOfState >::Ha(), eConstThermo< EquationOfState >::Hc(), eConstThermo< EquationOfState >::Hs(), eConstThermo< EquationOfState >::limit(), eConstThermo< EquationOfState >::operator+=(), p, eConstThermo< EquationOfState >::S(), Foam::T(), and eConstThermo< EquationOfState >::write().
|
inline |
Limit the temperature to be in the range Tlow_ to Thigh_.
Definition at line 83 of file eConstThermoI.H.
References eConstThermo< EquationOfState >::Cp(), and Foam::T().
Referenced by eConstThermo< EquationOfState >::New(), and eConstThermo< EquationOfState >::typeName().
|
inline |
Heat capacity at constant pressure [J/(kg K)].
Definition at line 93 of file eConstThermoI.H.
References eConstThermo< EquationOfState >::Ha().
Referenced by eConstThermo< EquationOfState >::Ha(), eConstThermo< EquationOfState >::Hs(), eConstThermo< EquationOfState >::limit(), eConstThermo< EquationOfState >::S(), and eConstThermo< EquationOfState >::typeName().
|
inline |
Absolute Enthalpy [J/kg].
Definition at line 104 of file eConstThermoI.H.
References eConstThermo< EquationOfState >::Cp(), and eConstThermo< EquationOfState >::Hs().
Referenced by eConstThermo< EquationOfState >::Cp(), and eConstThermo< EquationOfState >::typeName().
|
inline |
Sensible enthalpy [J/kg].
Definition at line 115 of file eConstThermoI.H.
References eConstThermo< EquationOfState >::Cp().
Referenced by eConstThermo< EquationOfState >::Ha(), and eConstThermo< EquationOfState >::typeName().
|
inline |
Chemical enthalpy [J/kg].
Definition at line 125 of file eConstThermoI.H.
References eConstThermo< EquationOfState >::S().
Referenced by eConstThermo< EquationOfState >::typeName().
|
inline |
Entropy [J/(kg K)].
Definition at line 133 of file eConstThermoI.H.
References eConstThermo< EquationOfState >::Cp(), eConstThermo< EquationOfState >::dGdT(), Foam::log(), and Foam::constant::standard::Tstd.
Referenced by eConstThermo< EquationOfState >::Hc(), and eConstThermo< EquationOfState >::typeName().
|
inline |
Derivative of Gibbs free energy w.r.t. temperature.
Definition at line 144 of file eConstThermoI.H.
References eConstThermo< EquationOfState >::dCpdT().
Referenced by eConstThermo< EquationOfState >::S(), and eConstThermo< EquationOfState >::typeName().
|
inline |
Temperature derivative of heat capacity at constant pressure.
Definition at line 155 of file eConstThermoI.H.
Referenced by eConstThermo< EquationOfState >::dGdT(), and eConstThermo< EquationOfState >::typeName().
void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 43 of file eConstThermo.C.
References dictionary::add(), dict, dictionaryName::dictName(), Foam::indent(), Foam::blockMeshTools::write(), and Ostream::write().
Referenced by eConstThermo< EquationOfState >::typeName().
|
inline |
Definition at line 168 of file eConstThermoI.H.
References Foam::mag(), s(), and Y.
Referenced by eConstThermo< EquationOfState >::typeName().
|
friend |
|
friend |
|
friend |
|
friend |