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 dictionary &) | |
Construct from 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 autoPtr< ePowerThermo > | New (const dictionary &dict) |
Selector from dictionary. More... | |
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 88 of file ePowerThermo.H.
ePowerThermo | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 33 of file ePowerThermo.C.
References Ostream::write().
|
inline |
Construct as a named copy.
Definition at line 49 of file ePowerThermoI.H.
|
inline |
Construct and return a clone.
Definition at line 84 of file ePowerThermoI.H.
|
inlinestatic |
Selector from dictionary.
Definition at line 95 of file ePowerThermoI.H.
References dict, and ePowerThermo< EquationOfState >::limit().
|
inlinestatic |
Return the instantiated type name.
Definition at line 178 of file ePowerThermo.H.
References ePowerThermo< EquationOfState >::Cv(), ePowerThermo< EquationOfState >::dCpdT(), ePowerThermo< EquationOfState >::Ea(), ePowerThermo< EquationOfState >::Es(), ePowerThermo< EquationOfState >::Gstd(), ePowerThermo< EquationOfState >::Hf(), ePowerThermo< EquationOfState >::limit(), ePowerThermo< EquationOfState >::operator+=(), p, ePowerThermo< EquationOfState >::S(), and Foam::T().
|
inline |
Limit the temperature to be in the range Tlow_ to Thigh_.
Definition at line 108 of file ePowerThermoI.H.
References ePowerThermo< EquationOfState >::Cv(), and T.
Referenced by ePowerThermo< EquationOfState >::New(), and ePowerThermo< EquationOfState >::typeName().
|
inline |
Heat capacity at constant volume [J/kg/K].
Definition at line 118 of file ePowerThermoI.H.
References Cv(), ePowerThermo< EquationOfState >::Es(), and Foam::pow().
Referenced by ePowerThermo< EquationOfState >::limit(), and ePowerThermo< EquationOfState >::typeName().
|
inline |
Sensible internal energy [J/kg].
Definition at line 129 of file ePowerThermoI.H.
References ePowerThermo< EquationOfState >::Ea(), Foam::pow(), and Foam::constant::standard::Tstd.
Referenced by ePowerThermo< EquationOfState >::Cv(), and ePowerThermo< EquationOfState >::typeName().
|
inline |
Absolute internal energy [J/kg].
Definition at line 142 of file ePowerThermoI.H.
References Es().
Referenced by ePowerThermo< EquationOfState >::Es(), and ePowerThermo< EquationOfState >::typeName().
|
inline |
Enthalpy of formation [J/kg].
Definition at line 152 of file ePowerThermoI.H.
References ePowerThermo< EquationOfState >::S().
Referenced by ePowerThermo< EquationOfState >::typeName().
|
inline |
Entropy [J/kg/K].
Definition at line 160 of file ePowerThermoI.H.
References ePowerThermo< EquationOfState >::Gstd(), Foam::pow(), and Foam::constant::standard::Tstd.
Referenced by ePowerThermo< EquationOfState >::Hf(), and ePowerThermo< EquationOfState >::typeName().
|
inline |
Gibbs free energy of the mixture in the standard state [J/kg].
Definition at line 173 of file ePowerThermoI.H.
References ePowerThermo< EquationOfState >::dCpdT(), Foam::pow(), Foam::constant::standard::Pstd, rho, Foam::fvm::S(), T, and Foam::constant::standard::Tstd.
Referenced by ePowerThermo< EquationOfState >::S(), and ePowerThermo< EquationOfState >::typeName().
|
inline |
Temperature derivative of heat capacity at constant pressure.
Definition at line 186 of file ePowerThermoI.H.
References NotImplemented.
Referenced by ePowerThermo< EquationOfState >::Gstd(), and ePowerThermo< EquationOfState >::typeName().
|
inline |
Definition at line 200 of file ePowerThermoI.H.
References Foam::mag(), s(), and Y.
Referenced by ePowerThermo< EquationOfState >::typeName().
|
friend |
|
friend |
|
friend |
|
friend |