Constant properties thermodynamics package templated on an equation of state. More...
Public Member Functions | |
eConstThermo (Istream &) | |
Construct from Istream. More... | |
eConstThermo (const dictionary &dict) | |
Construct from dictionary. More... | |
eConstThermo (const word &, const eConstThermo &) | |
Construct as named copy. More... | |
autoPtr< eConstThermo > | clone () const |
Construct and return a clone. More... | |
scalar | limit (const scalar T) const |
Limit the temperature to be in the range Tlow_ to Thigh_. More... | |
scalar | cp (const scalar p, const scalar T) const |
Heat capacity at constant pressure [J/(kmol K)]. More... | |
scalar | ha (const scalar p, const scalar T) const |
Absolute Enthalpy [J/kmol]. More... | |
scalar | hs (const scalar p, const scalar T) const |
Sensible Enthalpy [J/kmol]. More... | |
scalar | hc () const |
Chemical enthalpy [J/kmol]. More... | |
scalar | s (const scalar p, const scalar T) const |
Entropy [J/(kmol K)]. More... | |
void | write (Ostream &os) const |
Write to Ostream. More... | |
void | operator+= (const eConstThermo &) |
void | operator-= (const eConstThermo &) |
Static Public Member Functions | |
static autoPtr< eConstThermo > | New (Istream &is) |
static autoPtr< eConstThermo > | New (const dictionary &dict) |
static word | typeName () |
Return the instantiated type name. More... | |
Private Member Functions | |
eConstThermo (const EquationOfState &st, const scalar cv, const scalar hf) | |
Construct from components. More... | |
Private Attributes | |
scalar | Cv_ |
Heat capacity at constant volume. More... | |
scalar | Hf_ |
Heat of formation. More... | |
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 &) |
Constant properties thermodynamics package templated on an equation of state.
Definition at line 48 of file eConstThermo.H.
|
inlineprivate |
Construct from components.
Definition at line 30 of file eConstThermoI.H.
eConstThermo | ( | Istream & | ) |
Construct from Istream.
eConstThermo | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 46 of file eConstThermo.C.
References eConstThermo::Cv_, and eConstThermo::Hf_.
|
inline |
Construct as named copy.
|
inline |
Construct and return a clone.
Definition at line 59 of file eConstThermoI.H.
|
inlinestatic |
Definition at line 70 of file eConstThermoI.H.
|
inlinestatic |
Definition at line 81 of file eConstThermoI.H.
References dict.
|
inlinestatic |
Return the instantiated type name.
Definition at line 143 of file eConstThermo.H.
|
inline |
Limit the temperature to be in the range Tlow_ to Thigh_.
Definition at line 94 of file eConstThermoI.H.
References Foam::T().
|
inline |
Heat capacity at constant pressure [J/(kmol K)].
Definition at line 104 of file eConstThermoI.H.
|
inline |
Absolute Enthalpy [J/kmol].
Definition at line 115 of file eConstThermoI.H.
References Foam::cp(), p, and Foam::T().
|
inline |
Sensible Enthalpy [J/kmol].
Definition at line 126 of file eConstThermoI.H.
References Foam::cp(), p, and Foam::T().
|
inline |
Chemical enthalpy [J/kmol].
Definition at line 136 of file eConstThermoI.H.
|
inline |
Entropy [J/(kmol K)].
Definition at line 144 of file eConstThermoI.H.
References Foam::cp(), Foam::log(), p, s(), Foam::T(), and Foam::constant::standard::Tstd.
void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 60 of file eConstThermo.C.
References dictionary::add(), dict, dictionaryName::dictName(), Foam::indent(), and write().
|
inline |
Definition at line 157 of file eConstThermoI.H.
|
inline |
Definition at line 175 of file eConstThermoI.H.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
Heat capacity at constant volume.
Note: input in [J/(kg K)], but internally uses [J/(kmol K)]
Definition at line 99 of file eConstThermo.H.
Referenced by eConstThermo::eConstThermo().
|
private |
Heat of formation.
Note: input in [J/kg], but internally uses [J/kmol]
Definition at line 103 of file eConstThermo.H.
Referenced by eConstThermo::eConstThermo().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.