Power-function based thermodynamics package templated on EquationOfState. More...
Public Member Functions | |
hPowerThermo (Istream &) | |
Construct from Istream. More... | |
hPowerThermo (const dictionary &) | |
Construct from dictionary. More... | |
hPowerThermo (const word &, const hPowerThermo &) | |
Construct as a named copy. More... | |
autoPtr< hPowerThermo > | 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/(kg 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/kg]. More... | |
scalar | hc () const |
Chemical enthalpy [J/kg]. More... | |
scalar | s (const scalar p, const scalar T) const |
Entropy [J/(kmol K)]. More... | |
void | operator+= (const hPowerThermo &) |
void | operator-= (const hPowerThermo &) |
Static Public Member Functions | |
static autoPtr< hPowerThermo > | New (Istream &is) |
Selector from Istream. More... | |
static autoPtr< hPowerThermo > | New (const dictionary &dict) |
Selector from dictionary. More... | |
static word | typeName () |
Return the instantiated type name. More... | |
Private Member Functions | |
void | checkT (const scalar T) const |
Check given temperature is within the range of the fitted coeffs. More... | |
hPowerThermo (const EquationOfState &st, const scalar c0, const scalar n0, const scalar Tref, const scalar Hf) | |
Construct from components. More... | |
Private Attributes | |
scalar | c0_ |
scalar | n0_ |
scalar | Tref_ |
scalar | Hf_ |
Friends | |
hPowerThermo | operator+ (const hPowerThermo &, const hPowerThermo &) |
hPowerThermo | operator- (const hPowerThermo &, const hPowerThermo &) |
hPowerThermo | operator* (const scalar, const hPowerThermo &) |
hPowerThermo | operator== (const hPowerThermo &, const hPowerThermo &) |
Ostream & | operator (Ostream &, const hPowerThermo &) |
Power-function based thermodynamics package templated on EquationOfState.
In this thermodynamics package the heat capacity is a simple power of temperature:
Cp(T) = c0*(T/Tref)^n0;
which is particularly suitable for solids.
Definition at line 54 of file hPowerThermo.H.
|
inlineprivate |
Construct from components.
Definition at line 66 of file hPowerThermoI.H.
hPowerThermo | ( | Istream & | ) |
Construct from Istream.
hPowerThermo | ( | const dictionary & | ) |
Construct from dictionary.
|
inline |
Construct as a named copy.
|
inlineprivate |
Check given temperature is within the range of the fitted coeffs.
Definition at line 33 of file hPowerThermoI.H.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and T.
|
inline |
Construct and return a clone.
Definition at line 84 of file hPowerThermoI.H.
|
inlinestatic |
Selector from Istream.
Definition at line 95 of file hPowerThermoI.H.
|
inlinestatic |
|
inlinestatic |
Return the instantiated type name.
Definition at line 157 of file hPowerThermo.H.
|
inline |
Limit the temperature to be in the range Tlow_ to Thigh_.
Definition at line 119 of file hPowerThermoI.H.
References Foam::T().
|
inline |
Heat capacity at constant pressure [J/(kg K)].
Definition at line 129 of file hPowerThermoI.H.
References Foam::pow(), and Foam::T().
|
inline |
Absolute enthalpy [J/kmol].
Definition at line 139 of file hPowerThermoI.H.
|
inline |
Sensible enthalpy [J/kg].
Definition at line 149 of file hPowerThermoI.H.
References Foam::pow(), Foam::T(), and Foam::constant::standard::Tstd.
|
inline |
Chemical enthalpy [J/kg].
Definition at line 159 of file hPowerThermoI.H.
|
inline |
Entropy [J/(kmol K)].
Definition at line 167 of file hPowerThermoI.H.
References p, Foam::pow(), s(), Foam::T(), and Foam::constant::standard::Tstd.
|
inline |
Definition at line 181 of file hPowerThermoI.H.
|
inline |
Definition at line 200 of file hPowerThermoI.H.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
Definition at line 105 of file hPowerThermo.H.
|
private |
Definition at line 106 of file hPowerThermo.H.
|
private |
Definition at line 107 of file hPowerThermo.H.
|
private |
Definition at line 108 of file hPowerThermo.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.