Constant properties thermodynamics package templated into the EquationOfState. More...


Public Member Functions | |
| hConstThermo (const dictionary &dict) | |
| Construct from dictionary. More... | |
| hConstThermo (const word &, const hConstThermo &) | |
| Construct as named copy. More... | |
| autoPtr< hConstThermo > | clone () const |
| Construct and return a clone. More... | |
| scalar | limit (const scalar T) const |
| Limit temperature to be within the range. 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 | Gstd (const scalar T) const |
| Gibbs free energy of the mixture in the standard state [J/kg]. 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 hConstThermo &) |
Static Public Member Functions | |
| static autoPtr< hConstThermo > | New (const dictionary &dict) |
| Selector from dictionary. More... | |
| static word | typeName () |
| Return the instantiated type name. More... | |
Friends | |
| hConstThermo | operator+ (const hConstThermo &, const hConstThermo &) |
| hConstThermo | operator* (const scalar, const hConstThermo &) |
| hConstThermo | operator== (const hConstThermo &, const hConstThermo &) |
| Ostream & | operator (Ostream &, const hConstThermo &) |
Constant properties thermodynamics package templated into the EquationOfState.
Definition at line 48 of file hConstThermo.H.
| hConstThermo | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 28 of file hConstThermo.C.
|
inline |
Construct as named copy.
Definition at line 45 of file hConstThermoI.H.
|
inline |
Construct and return a clone.
Definition at line 60 of file hConstThermoI.H.
References Foam::New().

|
inlinestatic |
Selector from dictionary.
Definition at line 68 of file hConstThermoI.H.
References dict, and Foam::New().

|
inlinestatic |
Return the instantiated type name.
Definition at line 149 of file hConstThermo.H.
|
inline |
Limit temperature to be within the range.
Definition at line 78 of file hConstThermoI.H.
References Foam::T().

|
inline |
Heat capacity at constant pressure [J/(kg K)].
Definition at line 88 of file hConstThermoI.H.
References Cp, p, and Foam::T().

|
inline |
Absolute Enthalpy [J/kg].
Definition at line 99 of file hConstThermoI.H.
References Hs(), p, and Foam::T().

|
inline |
Sensible enthalpy [J/kg].
Definition at line 109 of file hConstThermoI.H.
References H(), p, and Foam::T().

|
inline |
Chemical enthalpy [J/kg].
Definition at line 118 of file hConstThermoI.H.
|
inline |
Entropy [J/(kg K)].
Definition at line 126 of file hConstThermoI.H.
References Foam::log(), p, Foam::T(), and Foam::constant::standard::Tstd.

|
inline |
Gibbs free energy of the mixture in the standard state [J/kg].
Definition at line 136 of file hConstThermoI.H.
References Foam::log(), Foam::T(), and Foam::constant::standard::Tstd.

|
inline |
Temperature derivative of heat capacity at constant pressure.
Definition at line 146 of file hConstThermoI.H.
| void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 41 of file hConstThermo.C.
References Ostream::beginBlock(), Ostream::endBlock(), os(), Foam::constant::standard::Tstd, Foam::vtk::write(), Ostream::writeEntry(), and Ostream::writeEntryIfDifferent().

|
inline |
Definition at line 157 of file hConstThermoI.H.
References Foam::mag(), and Y.

|
friend |
|
friend |
|
friend |
|
friend |