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 | 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 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 >::Cv(), eConstThermo< EquationOfState >::dCpdT(), eConstThermo< EquationOfState >::dGdT(), eConstThermo< EquationOfState >::Ea(), eConstThermo< EquationOfState >::Es(), eConstThermo< EquationOfState >::Hc(), 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 >::Cv(), and Foam::T().
Referenced by eConstThermo< EquationOfState >::New(), and eConstThermo< EquationOfState >::typeName().


|
inline |
Heat capacity at constant volume [J/kg/K].
Definition at line 93 of file eConstThermoI.H.
References Cv(), and eConstThermo< EquationOfState >::Es().
Referenced by eConstThermo< EquationOfState >::limit(), and eConstThermo< EquationOfState >::typeName().


|
inline |
Sensible internal energy [J/kg].
Definition at line 104 of file eConstThermoI.H.
Referenced by eConstThermo< EquationOfState >::Cv(), eConstThermo< EquationOfState >::Ea(), and eConstThermo< EquationOfState >::typeName().

|
inline |
Absolute internal energy [J/kg].
Definition at line 122 of file eConstThermoI.H.
References eConstThermo< EquationOfState >::Es(), eConstThermo< EquationOfState >::Hc(), and eConstThermo< EquationOfState >::S().
Referenced by eConstThermo< EquationOfState >::Hc(), and eConstThermo< EquationOfState >::typeName().


|
inline |
Chemical enthalpy [J/kg].
Definition at line 114 of file eConstThermoI.H.
References eConstThermo< EquationOfState >::Ea().
Referenced by eConstThermo< EquationOfState >::Ea(), and eConstThermo< EquationOfState >::typeName().


|
inline |
Entropy [J/kg/K].
Definition at line 133 of file eConstThermoI.H.
References Cp(), eConstThermo< EquationOfState >::dGdT(), Foam::log(), and Foam::constant::standard::Tstd.
Referenced by eConstThermo< EquationOfState >::Ea(), 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 |