Internal energy based thermodynamics package using a power function of temperature for the constant heat capacity at constant volume which is particularly suitable for solids at low temperatures: More...
Public Member Functions | |
ePowerThermo (const EquationOfState &st, const scalar c0, const scalar n0, const scalar Tref, const scalar hf) | |
Construct from components. More... | |
ePowerThermo (const word &name, const dictionary &dict) | |
Construct from name and dictionary. More... | |
ePowerThermo (const word &, const ePowerThermo &) | |
Construct as a named copy. More... | |
autoPtr< ePowerThermo > | 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 | Cv (const scalar p, const scalar T) const |
Heat capacity at constant volume [J/kg/K]. More... | |
scalar | es (const scalar p, const scalar T) const |
Sensible internal energy [J/kg]. More... | |
scalar | ea (const scalar p, const scalar T) const |
Absolute internal energy [J/kg]. More... | |
scalar | hf () const |
Enthalpy of formation [J/kg]. More... | |
scalar | s (const scalar p, const scalar T) const |
Entropy [J/kg/K]. More... | |
scalar | gStd (const scalar T) const |
Gibbs free energy of the mixture in the standard state [J/kg]. More... | |
scalar | dCpdT (const scalar p, const scalar T) const |
Temperature derivative of heat capacity at constant pressure. More... | |
void | operator+= (const ePowerThermo &) |
Static Public Member Functions | |
static word | typeName () |
Return the instantiated type name. More... | |
Friends | |
ePowerThermo | operator+ (const ePowerThermo &, const ePowerThermo &) |
ePowerThermo | operator* (const scalar, const ePowerThermo &) |
ePowerThermo | operator== (const ePowerThermo &, const ePowerThermo &) |
Ostream & | operator (Ostream &, const ePowerThermo &) |
Internal energy based thermodynamics package using a power function of temperature for the constant heat capacity at constant volume which is particularly suitable for solids at low temperatures:
Cv = c0*pow(T/Tref, n0)
Property | Description |
---|---|
c0 | Reference heat capacity at constant volume [J/kg/K] |
n0 | Exponent of the power function |
Tref | Reference temperature [K] |
hf | Heat of formation [J/kg] |
Example specification of ePowerThermo:
thermodynamics { c0 230; Tref 470; n0 3; hf 0; }
Definition at line 126 of file ePowerThermo.H.
|
inline |
Construct from components.
Definition at line 50 of file ePowerThermoI.H.
ePowerThermo | ( | const word & | name, |
const dictionary & | dict | ||
) |
Construct from name and dictionary.
Definition at line 32 of file ePowerThermo.C.
|
inline |
Construct as a named copy.
Definition at line 68 of file ePowerThermoI.H.
|
inline |
Construct and return a clone.
Definition at line 84 of file ePowerThermoI.H.
|
inlinestatic |
Return the instantiated type name.
Definition at line 175 of file ePowerThermo.H.
|
inline |
Limit the temperature to be in the range Tlow_ to Thigh_.
Definition at line 96 of file ePowerThermoI.H.
References Foam::T().
|
inline |
Heat capacity at constant volume [J/kg/K].
Definition at line 106 of file ePowerThermoI.H.
References Cv(), p, Foam::pow(), and Foam::T().
|
inline |
Sensible internal energy [J/kg].
Definition at line 117 of file ePowerThermoI.H.
References Foam::constant::electromagnetic::e, p, Foam::pow(), Foam::T(), and Foam::constant::standard::Tstd.
|
inline |
Absolute internal energy [J/kg].
Definition at line 130 of file ePowerThermoI.H.
References es(), p, and Foam::T().
|
inline |
Enthalpy of formation [J/kg].
Definition at line 141 of file ePowerThermoI.H.
|
inline |
Entropy [J/kg/K].
Definition at line 148 of file ePowerThermoI.H.
References p, Foam::pow(), Foam::T(), and Foam::constant::standard::Tstd.
|
inline |
Gibbs free energy of the mixture in the standard state [J/kg].
Definition at line 161 of file ePowerThermoI.H.
References Foam::pow(), Foam::constant::standard::Pstd, rho, s(), Foam::T(), and Foam::constant::standard::Tstd.
|
inline |
Temperature derivative of heat capacity at constant pressure.
Definition at line 174 of file ePowerThermoI.H.
References NotImplemented.
|
inline |
Definition at line 188 of file ePowerThermoI.H.
References Foam::mag(), and Y.
|
friend |
|
friend |
|
friend |
|
friend |