Constant properties thermodynamics package templated into the EquationOfState. More...


Public Member Functions | |
| hConstThermo (Istream &) | |
| Construct from Istream. More... | |
| hConstThermo (const dictionary &dict) | |
| Construct from dictionary. More... | |
| hConstThermo (const word &, const hConstThermo &) | |
| Construct as named copy. More... | |
| autoPtr< hConstThermo > | 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 hConstThermo &) |
| void | operator-= (const hConstThermo &) |
Static Public Member Functions | |
| static autoPtr< hConstThermo > | New (Istream &is) |
| Selector from Istream. More... | |
| static autoPtr< hConstThermo > | New (const dictionary &dict) |
| Selector from dictionary. More... | |
| static word | typeName () |
| Return the instantiated type name. More... | |
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 &) |
Constant properties thermodynamics package templated into the EquationOfState.
Definition at line 46 of file hConstThermo.H.
| hConstThermo | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 32 of file hConstThermo.C.
References IOstream::check().

| hConstThermo | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 46 of file hConstThermo.C.
|
inline |
Construct as named copy.
Definition at line 46 of file hConstThermoI.H.
|
inline |
Construct and return a clone.
Definition at line 59 of file hConstThermoI.H.
|
inlinestatic |
Selector from Istream.
Definition at line 70 of file hConstThermoI.H.
|
inlinestatic |
Selector from dictionary.
Definition at line 81 of file hConstThermoI.H.
References dict, and hConstThermo< EquationOfState >::limit().

|
inlinestatic |
Return the instantiated type name.
Definition at line 136 of file hConstThermo.H.
References hConstThermo< EquationOfState >::cp(), hConstThermo< EquationOfState >::ha(), hConstThermo< EquationOfState >::hc(), hConstThermo< EquationOfState >::hs(), hConstThermo< EquationOfState >::limit(), hConstThermo< EquationOfState >::operator+=(), hConstThermo< EquationOfState >::operator-=(), p, hConstThermo< EquationOfState >::s(), Foam::T(), and hConstThermo< EquationOfState >::write().

|
inline |
Limit the temperature to be in the range Tlow_ to Thigh_.
Definition at line 94 of file hConstThermoI.H.
References hConstThermo< EquationOfState >::cp(), and Foam::T().
Referenced by hConstThermo< EquationOfState >::New(), and hConstThermo< EquationOfState >::typeName().


|
inline |
Heat capacity at constant pressure [J/(kmol K)].
Definition at line 104 of file hConstThermoI.H.
References cp, and hConstThermo< EquationOfState >::ha().
Referenced by hConstThermo< EquationOfState >::limit(), and hConstThermo< EquationOfState >::typeName().


|
inline |
Absolute Enthalpy [J/kmol].
Definition at line 115 of file hConstThermoI.H.
References Foam::constant::universal::h, and hConstThermo< EquationOfState >::hs().
Referenced by hConstThermo< EquationOfState >::cp(), and hConstThermo< EquationOfState >::typeName().


|
inline |
Sensible enthalpy [J/kmol].
Definition at line 125 of file hConstThermoI.H.
References Foam::constant::universal::h.
Referenced by hConstThermo< EquationOfState >::ha(), and hConstThermo< EquationOfState >::typeName().

|
inline |
Chemical enthalpy [J/kmol].
Definition at line 134 of file hConstThermoI.H.
References hConstThermo< EquationOfState >::s().
Referenced by hConstThermo< EquationOfState >::typeName().


|
inline |
Entropy [J/(kmol K)].
Definition at line 142 of file hConstThermoI.H.
References Foam::log(), s(), and Foam::constant::standard::Tstd.
Referenced by hConstThermo< EquationOfState >::hc(), hConstThermo< EquationOfState >::operator-=(), and hConstThermo< EquationOfState >::typeName().


| void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 60 of file hConstThermo.C.
References dictionary::add(), dict, dictionaryName::dictName(), Foam::indent(), Foam::tab, and write().
Referenced by hConstThermo< EquationOfState >::typeName().


|
inline |
Definition at line 154 of file hConstThermoI.H.
Referenced by hConstThermo< EquationOfState >::typeName().

|
inline |
Definition at line 172 of file hConstThermoI.H.
References hConstThermo< EquationOfState >::s().
Referenced by hConstThermo< EquationOfState >::typeName().


|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
1.8.11