Constant properties thermodynamics package templated into the EquationOfState. More...
Public Member Functions | |
eRefConstThermo (const dictionary &dict) | |
Construct from dictionary. More... | |
eRefConstThermo (const word &, const eRefConstThermo &) | |
Construct as named copy. More... | |
autoPtr< eRefConstThermo > | 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 | Cv (const scalar p, const scalar T) const |
Heat capacity at constant volume [J/kg/K]. More... | |
scalar | Es (const scalar p, const scalar T) const |
Sensible internal energy [J/kg]. More... | |
scalar | Ea (const scalar p, const scalar T) const |
Absolute internal energy [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 eRefConstThermo &) |
Static Public Member Functions | |
static autoPtr< eRefConstThermo > | New (const dictionary &dict) |
Selector from dictionary. More... | |
static word | typeName () |
Return the instantiated type name. More... | |
Friends | |
eRefConstThermo | operator+ (const eRefConstThermo &, const eRefConstThermo &) |
eRefConstThermo | operator* (const scalar, const eRefConstThermo &) |
eRefConstThermo | operator== (const eRefConstThermo &, const eRefConstThermo &) |
Ostream & | operator (Ostream &, const eRefConstThermo &) |
Constant properties thermodynamics package templated into the EquationOfState.
Definition at line 46 of file eRefConstThermo.H.
eRefConstThermo | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 32 of file eRefConstThermo.C.
|
inline |
Construct as named copy.
Definition at line 50 of file eRefConstThermoI.H.
|
inline |
Construct and return a clone.
Definition at line 65 of file eRefConstThermoI.H.
|
inlinestatic |
Selector from dictionary.
Definition at line 76 of file eRefConstThermoI.H.
References dict, and eRefConstThermo< EquationOfState >::limit().
|
inlinestatic |
Return the instantiated type name.
Definition at line 127 of file eRefConstThermo.H.
References eRefConstThermo< EquationOfState >::Cv(), eRefConstThermo< EquationOfState >::dCpdT(), eRefConstThermo< EquationOfState >::dGdT(), eRefConstThermo< EquationOfState >::Ea(), eRefConstThermo< EquationOfState >::Es(), eRefConstThermo< EquationOfState >::Hc(), eRefConstThermo< EquationOfState >::limit(), eRefConstThermo< EquationOfState >::operator+=(), p, eRefConstThermo< EquationOfState >::S(), Foam::T(), and eRefConstThermo< EquationOfState >::write().
|
inline |
Limit the temperature to be in the range Tlow_ to Thigh_.
Definition at line 89 of file eRefConstThermoI.H.
References eRefConstThermo< EquationOfState >::Cv(), and Foam::T().
Referenced by eRefConstThermo< EquationOfState >::New(), and eRefConstThermo< EquationOfState >::typeName().
|
inline |
Heat capacity at constant volume [J/kg/K].
Definition at line 99 of file eRefConstThermoI.H.
References Cv(), and eRefConstThermo< EquationOfState >::Es().
Referenced by eRefConstThermo< EquationOfState >::limit(), and eRefConstThermo< EquationOfState >::typeName().
|
inline |
Sensible internal energy [J/kg].
Definition at line 110 of file eRefConstThermoI.H.
Referenced by eRefConstThermo< EquationOfState >::Cv(), eRefConstThermo< EquationOfState >::Ea(), and eRefConstThermo< EquationOfState >::typeName().
|
inline |
Absolute internal energy [J/kg].
Definition at line 127 of file eRefConstThermoI.H.
References eRefConstThermo< EquationOfState >::Es(), eRefConstThermo< EquationOfState >::Hc(), and eRefConstThermo< EquationOfState >::S().
Referenced by eRefConstThermo< EquationOfState >::Hc(), and eRefConstThermo< EquationOfState >::typeName().
|
inline |
Chemical enthalpy [J/kg].
Definition at line 119 of file eRefConstThermoI.H.
References eRefConstThermo< EquationOfState >::Ea().
Referenced by eRefConstThermo< EquationOfState >::Ea(), and eRefConstThermo< EquationOfState >::typeName().
|
inline |
Entropy [J/kg/K].
Definition at line 137 of file eRefConstThermoI.H.
References Cp(), eRefConstThermo< EquationOfState >::dGdT(), Foam::log(), and Foam::constant::standard::Tstd.
Referenced by eRefConstThermo< EquationOfState >::Ea(), and eRefConstThermo< EquationOfState >::typeName().
|
inline |
Derivative of Gibbs free energy w.r.t. temperature.
Definition at line 147 of file eRefConstThermoI.H.
References eRefConstThermo< EquationOfState >::dCpdT().
Referenced by eRefConstThermo< EquationOfState >::S(), and eRefConstThermo< EquationOfState >::typeName().
|
inline |
Temperature derivative of heat capacity at constant pressure.
Definition at line 157 of file eRefConstThermoI.H.
Referenced by eRefConstThermo< EquationOfState >::dGdT(), and eRefConstThermo< EquationOfState >::typeName().
void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 45 of file eRefConstThermo.C.
References dictionary::add(), dict, dictionaryName::dictName(), Foam::indent(), Foam::blockMeshTools::write(), and Ostream::write().
Referenced by eRefConstThermo< EquationOfState >::typeName().
|
inline |
Definition at line 169 of file eRefConstThermoI.H.
References Foam::mag(), s(), and Y.
Referenced by eRefConstThermo< EquationOfState >::typeName().
|
friend |
|
friend |
|
friend |
|
friend |