![]() |
|
Public Member Functions | |
hConstThermo (Istream &) | |
Construct from Istream. | |
hConstThermo (const word &, const hConstThermo &) | |
Construct as named copy. | |
autoPtr< hConstThermo > | clone () const |
Construct and return a clone. | |
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)]. | |
hConstThermo & | operator= (const hConstThermo &) |
Static Public Member Functions | |
autoPtr< hConstThermo > | New (Istream &is) |
Friends | |
hConstThermo | operator+ (const hConstThermo &, const hConstThermo &) |
hConstThermo | operator- (const hConstThermo &, const hConstThermo &) |
hConstThermo | operator * (const scalar, const hConstThermo &) |
hConstThermo | operator== (const hConstThermo &, const hConstThermo &) |
Ostream & | operator (Ostream &, const hConstThermo &) |
|
Construct from Istream.
|
|
Construct as named copy.
Definition at line 66 of file hConstThermoI.H. |
|
Construct and return a clone.
Definition at line 80 of file hConstThermoI.H. |
|
Heat capacity at constant pressure [J/(kmol K)].
Definition at line 105 of file hConstThermoI.H. References Foam::T(). |
Here is the call graph for this function:
|
Enthalpy [J/kmol].
Definition at line 113 of file hConstThermoI.H. References notImplemented. |
|
Definition at line 92 of file hConstThermoI.H. |
|
Definition at line 148 of file hConstThermoI.H. |
|
Entropy [J/(kmol K)].
Definition at line 121 of file hConstThermoI.H. |
|
|
|
Definition at line 209 of file hConstThermoI.H. |
|
|
|
|
|
|