Enthalpy 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 | |
| hPowerThermo (const EquationOfState &st, const scalar c0, const scalar n0, const scalar Tref, const scalar hf) | |
| Construct from components. More... | |
| hPowerThermo (const word &name, const dictionary &dict) | |
| Construct from name and 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/kg]. More... | |
| scalar | hs (const scalar p, const scalar T) const |
| Sensible enthalpy [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 hPowerThermo &) |
Static Public Member Functions | |
| static word | typeName () |
| Return the instantiated type name. More... | |
Friends | |
| hPowerThermo | operator+ (const hPowerThermo &, const hPowerThermo &) |
| hPowerThermo | operator* (const scalar, const hPowerThermo &) |
| hPowerThermo | operator== (const hPowerThermo &, const hPowerThermo &) |
| Ostream & | operator (Ostream &, const hPowerThermo &) |
Enthalpy 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:
Cp = c0*pow(T/Tref, n0)
| Property | Description |
|---|---|
c0 | Reference heat capacity at constant pressure [J/kg/K] |
n0 | Exponent of the power function |
Tref | Reference temperature [K] |
hf | Heat of formation [J/kg] |
Example specification of hPowerThermo:
thermodynamics
{
c0 230;
Tref 470;
n0 3;
hf 0;
}Definition at line 126 of file hPowerThermo.H.
|
inline |
Construct from components.
Definition at line 50 of file hPowerThermoI.H.
| hPowerThermo | ( | const word & | name, |
| const dictionary & | dict | ||
| ) |
Construct from name and dictionary.
Definition at line 32 of file hPowerThermo.C.
|
inline |
Construct as a named copy.
Definition at line 68 of file hPowerThermoI.H.
|
inline |
Construct and return a clone.
Definition at line 84 of file hPowerThermoI.H.
|
inlinestatic |
Return the instantiated type name.
Definition at line 175 of file hPowerThermo.H.
|
inline |
Limit the temperature to be in the range Tlow_ to Thigh_.
Definition at line 96 of file hPowerThermoI.H.
References Foam::T().

|
inline |
Heat capacity at constant pressure [J/kg/K].
Definition at line 106 of file hPowerThermoI.H.
References Cp(), p, Foam::pow(), and Foam::T().

|
inline |
Absolute enthalpy [J/kg].
Definition at line 130 of file hPowerThermoI.H.
References hs(), p, and Foam::T().

|
inline |
Sensible enthalpy [J/kg].
Definition at line 117 of file hPowerThermoI.H.
References Foam::constant::universal::h, p, Foam::pow(), Foam::T(), and Foam::constant::standard::Tstd.

|
inline |
Enthalpy of formation [J/kg].
Definition at line 141 of file hPowerThermoI.H.
|
inline |
Entropy [J/kg/K].
Definition at line 148 of file hPowerThermoI.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 hPowerThermoI.H.
References Foam::pow(), Foam::T(), and Foam::constant::standard::Tstd.

|
inline |
Temperature derivative of heat capacity at constant pressure.
Definition at line 174 of file hPowerThermoI.H.
References NotImplemented.
|
inline |
Definition at line 189 of file hPowerThermoI.H.
References Foam::mag(), Foam::operator+=(), and Y.

|
friend |
|
friend |
|
friend |
|
friend |