Enthalpy based thermodynamics package using non-uniform tabulated data for heat capacity vs temperature. More...


Public Member Functions | |
| hTabulatedThermo (const dictionary &dict) | |
| Construct from dictionary. More... | |
| hTabulatedThermo (const word &, const hTabulatedThermo &) | |
| Construct as a named copy. More... | |
| scalar | limit (const scalar T) const |
| Limit the temperature to be in the temperature 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... | |
Static Public Member Functions | |
| static word | typeName () |
| The instantiated type name. More... | |
Friends | |
| Ostream & | operator (Ostream &, const hTabulatedThermo &) |
Enthalpy based thermodynamics package using non-uniform tabulated data for heat capacity vs temperature.
| Property | Description |
|---|---|
Hf | Heat of formation |
Sf | Standard entropy |
Cp | Specific heat at constant pressure vs temperature table |
Example of the specification of the thermodynamic properties:
thermodynamics
{
Hf 0;
Sf 0;
Cp
(
(200 1005)
(350 1010)
(400 1020)
);
}Definition at line 86 of file hTabulatedThermo.H.
|
explicit |
Construct from dictionary.
Definition at line 29 of file hTabulatedThermo.C.
|
inline |
Construct as a named copy.
Definition at line 27 of file hTabulatedThermoI.H.
|
inlinestatic |
The instantiated type name.
Definition at line 149 of file hTabulatedThermo.H.
|
inline |
Limit the temperature to be in the temperature range.
Currently no limit applied
Definition at line 43 of file hTabulatedThermoI.H.
References T.
|
inline |
Heat capacity at constant pressure [J/kg/K].
Definition at line 53 of file hTabulatedThermoI.H.
|
inline |
Absolute enthalpy [J/kg].
Definition at line 64 of file hTabulatedThermoI.H.

|
inline |
Sensible enthalpy [J/kg].
Definition at line 75 of file hTabulatedThermoI.H.

|
inline |
Chemical enthalpy [J/kg].
Definition at line 85 of file hTabulatedThermoI.H.
|
inline |
|
inline |
Gibbs free energy of the mixture in the standard state [J/kg].
Definition at line 105 of file hTabulatedThermoI.H.
References Foam::constant::standard::Pstd, and T.
|
inline |
Temperature derivative of heat capacity at constant pressure.
Definition at line 115 of file hTabulatedThermoI.H.
| void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 44 of file hTabulatedThermo.C.
References os(), and Foam::vtk::write().

|
friend |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.