![]() |
|
Public Types | |
typedef scalar | coeffArray [7] |
Public Member Functions | |
janafThermo (const equationOfState &st, const scalar Tlow, const scalar Thigh, const scalar Tcommon, const coeffArray &highCpCoeffs, const coeffArray &lowCpCoeffs) | |
Construct from components. | |
janafThermo (Istream &) | |
Construct from Istream. | |
janafThermo (const word &, const janafThermo &) | |
Construct as a named copy. | |
scalar | cp (const scalar T) const |
Heat capacity at constant pressure [J/(kmol K)]. | |
scalar | h (const scalar T) const |
Enthalpy [J/kmol]. | |
scalar | s (const scalar T) const |
Entropy [J/(kmol K)]. | |
void | operator+= (const janafThermo &) |
void | operator-= (const janafThermo &) |
void | operator *= (const scalar) |
Static Public Attributes | |
const int | nCoeffs_ = 7 |
Friends | |
janafThermo | operator+ (const janafThermo &, const janafThermo &) |
janafThermo | operator- (const janafThermo &, const janafThermo &) |
janafThermo | operator * (const scalar, const janafThermo &) |
janafThermo | operator== (const janafThermo &, const janafThermo &) |
Ostream & | operator (Ostream &, const janafThermo &) |
|
Definition at line 113 of file janafThermo.H. |
|
Construct from components.
|
|
Construct from Istream.
|
|
Construct as a named copy.
Definition at line 120 of file janafThermoI.H. References Foam::label. |
|
Heat capacity at constant pressure [J/(kmol K)].
Definition at line 143 of file janafThermoI.H. References Foam::T(). |
Here is the call graph for this function:
|
Enthalpy [J/kmol].
Definition at line 155 of file janafThermoI.H. References Foam::T(). |
Here is the call graph for this function:
|
Reimplemented in specieThermo< janafThermo< perfectGas > >. Definition at line 260 of file janafThermoI.H. |
|
Definition at line 190 of file janafThermoI.H. References Foam::label. |
|
Definition at line 225 of file janafThermoI.H. References Foam::label. |
|
Entropy [J/(kmol K)].
Definition at line 172 of file janafThermoI.H. References Foam::T(). |
Here is the call graph for this function:
|
|
|
Definition at line 360 of file janafThermoI.H. |
|
|
|
|
|
|
|
Definition at line 112 of file janafThermo.H. |