![]() |
|
Public Member Functions | |
eConstThermo (Istream &) | |
Construct from Istream. | |
eConstThermo (const word &, const eConstThermo &) | |
Construct as named copy. | |
autoPtr< eConstThermo > | 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)]. | |
scalar | TH (const scalar h, const scalar T0) const |
Temperature from Enthalpy given an initial temperature T0. | |
scalar | TE (const scalar e, const scalar T0) const |
Temperature from internal energy given an initial temperature T0. | |
eConstThermo & | operator= (const eConstThermo &) |
Static Public Member Functions | |
autoPtr< eConstThermo > | New (Istream &is) |
Friends | |
eConstThermo | operator+ (const eConstThermo &, const eConstThermo &) |
eConstThermo | operator- (const eConstThermo &, const eConstThermo &) |
eConstThermo | operator * (const scalar, const eConstThermo &) |
eConstThermo | operator== (const eConstThermo &, const eConstThermo &) |
Ostream & | operator (Ostream &, const eConstThermo &) |
|
Construct from Istream.
|
|
Construct as named copy.
Definition at line 63 of file eConstThermoI.H. |
|
Construct and return a clone.
Definition at line 74 of file eConstThermoI.H. |
|
Heat capacity at constant pressure [J/(kmol K)].
Definition at line 98 of file eConstThermoI.H. References Foam::T(). |
Here is the call graph for this function:
|
Enthalpy [J/kmol].
Definition at line 105 of file eConstThermoI.H. References notImplemented. |
|
Definition at line 86 of file eConstThermoI.H. |
|
Definition at line 136 of file eConstThermoI.H. |
|
Entropy [J/(kmol K)].
Definition at line 112 of file eConstThermoI.H. References specieThermo::Cp(). |
Here is the call graph for this function:
|
Temperature from internal energy given an initial temperature T0.
Reimplemented from specieThermo. Definition at line 127 of file eConstThermoI.H. |
|
Temperature from Enthalpy given an initial temperature T0.
Reimplemented from specieThermo. Definition at line 120 of file eConstThermoI.H. |
|
|
|
Definition at line 186 of file eConstThermoI.H. |
|
Definition at line 152 of file eConstThermoI.H. |
|
Definition at line 169 of file eConstThermoI.H. |
|
Definition at line 201 of file eConstThermoI.H. |