Power-function based thermodynamics package templated on EquationOfState. More...
#include <hPowerThermo.H>


Public Member Functions | |
| hPowerThermo (const dictionary &) | |
| Construct from dictionary. | |
| hPowerThermo (const word &, const hPowerThermo &) | |
| Construct as a named copy. | |
| autoPtr< hPowerThermo > | clone () const |
| Construct and return a clone. | |
| scalar | limit (const scalar T) const |
| Limit temperature to be within the range. | |
| scalar | Cp (const scalar p, const scalar T) const |
| Heat capacity at constant pressure [J/(kg K)]. | |
| scalar | Ha (const scalar p, const scalar T) const |
| Absolute Enthalpy [J/kg]. | |
| scalar | Hs (const scalar p, const scalar T) const |
| Sensible enthalpy [J/kg]. | |
| scalar | Hc () const |
| Chemical enthalpy [J/kg]. | |
| scalar | S (const scalar p, const scalar T) const |
| Entropy [J/(kg K)]. | |
| scalar | Gstd (const scalar T) const |
| Gibbs free energy of the mixture in the standard state [J/kg]. | |
| scalar | Cv (const scalar p, const scalar T) const |
| scalar | Es (const scalar p, const scalar T) const |
| scalar | Ea (const scalar p, const scalar T) const |
| scalar | dCpdT (const scalar p, const scalar T) const |
| Temperature derivative of heat capacity at constant pressure. | |
| void | operator+= (const hPowerThermo &) |
Static Public Member Functions | |
| static autoPtr< hPowerThermo > | New (const dictionary &dict) |
| Selector from dictionary. | |
| static word | typeName () |
| Return the instantiated type name. | |
Friends | |
| 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 94 of file hPowerThermo.H.
| hPowerThermo | ( | const dictionary & | dict | ) |
|
inline |
Construct as a named copy.
Definition at line 44 of file hPowerThermoI.H.
References Foam::name().

|
inline |
Construct and return a clone.
Definition at line 80 of file hPowerThermoI.H.
References Foam::New().

|
inlinestatic |
Selector from dictionary.
Definition at line 88 of file hPowerThermoI.H.
References dict, and Foam::New().

|
inlinestatic |
Return the instantiated type name.
Definition at line 160 of file hPowerThermo.H.
|
inline |
Limit temperature to be within the range.
Definition at line 97 of file hPowerThermoI.H.
References Foam::T().

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

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

|
inline |
Chemical enthalpy [J/kg].
Definition at line 139 of file hPowerThermoI.H.
Referenced by Gstd(), and Ha().

|
inline |
Entropy [J/(kg K)].
Definition at line 146 of file hPowerThermoI.H.
References p, Foam::pow(), Foam::T(), and Foam::constant::thermodynamic::Tstd.

|
inline |
Gibbs free energy of the mixture in the standard state [J/kg].
Definition at line 158 of file hPowerThermoI.H.
References Hc(), Foam::pow(), Foam::T(), and Foam::constant::thermodynamic::Tstd.

|
inline |
Definition at line 2 of file hPowerThermo.H.
|
inline |
Definition at line 17 of file hPowerThermo.H.
|
inline |
Definition at line 32 of file hPowerThermo.H.
|
inline |
Temperature derivative of heat capacity at constant pressure.
Definition at line 171 of file hPowerThermoI.H.
References NotImplemented, p, and Foam::T().

|
inline |
Definition at line 185 of file hPowerThermoI.H.
References Foam::mag(), and Y.

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