Enthalpy based thermodynamics package using non-uniform tabulated data for heat capacity vs temperature. More...
Public Member Functions | |
hTabulatedThermo (const dictionary &dict) | |
hTabulatedThermo (const word &, const hTabulatedThermo &) | |
scalar | limit (const scalar T) const |
scalar | Cp (const scalar p, const scalar T) const |
scalar | Ha (const scalar p, const scalar T) const |
scalar | Hs (const scalar p, const scalar T) const |
scalar | Hc () const |
scalar | S (const scalar p, const scalar T) const |
scalar | Gstd (const scalar T) const |
scalar | dCpdT (const scalar p, const scalar T) const |
void | write (Ostream &os) const |
Static Public Member Functions | |
static word | typeName () |
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 |
Definition at line 29 of file hTabulatedThermo.C.
|
inline |
|
inlinestatic |
Definition at line 137 of file hTabulatedThermo.H.
|
inline |
Definition at line 43 of file hTabulatedThermoI.H.
References Foam::T().
|
inline |
Definition at line 53 of file hTabulatedThermoI.H.
References Cp, p, and Foam::T().
|
inline |
Definition at line 64 of file hTabulatedThermoI.H.
References Hs(), p, and Foam::T().
|
inline |
Definition at line 75 of file hTabulatedThermoI.H.
References H(), p, and Foam::T().
|
inline |
Definition at line 85 of file hTabulatedThermoI.H.
|
inline |
Definition at line 94 of file hTabulatedThermoI.H.
References p, Sp, and Foam::T().
|
inline |
Definition at line 105 of file hTabulatedThermoI.H.
References Foam::constant::standard::Pstd, and Foam::T().
|
inline |
void write | ( | Ostream & | os | ) | const |
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.