Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the template argument type thermo. All other properties are derived from these primitive functions. More...
Public Types | |
typedef thermo< Thermo, Type > | thermoType |
The thermodynamics of the individual species'. More... | |
Public Member Functions | |
thermo (const Thermo &sp) | |
Construct from components. More... | |
thermo (const dictionary &dict) | |
Construct from dictionary. More... | |
thermo (const word &name, const thermo &) | |
Construct as named copy. More... | |
scalar | Cv (const scalar p, const scalar T) const |
Heat capacity at constant volume [J/(kg K)]. More... | |
scalar | Cpv (const scalar p, const scalar T) const |
Heat capacity at constant pressure/volume [J/(kg K)]. More... | |
scalar | gamma (const scalar p, const scalar T) const |
Gamma = Cp/Cv []. More... | |
scalar | CpByCpv (const scalar p, const scalar T) const |
Ratio of heat capacity at constant pressure to that at. More... | |
scalar | HE (const scalar p, const scalar T) const |
Enthalpy/Internal energy [J/kg]. 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 | G (const scalar p, const scalar T) const |
Gibbs free energy [J/kg]. More... | |
scalar | A (const scalar p, const scalar T) const |
Helmholtz free energy [J/kg]. More... | |
scalar | cp (const scalar p, const scalar T) const |
Heat capacity at constant pressure [J/(kmol 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/kmol]. More... | |
scalar | hc () const |
Chemical enthalpy [J/kmol]. More... | |
scalar | s (const scalar p, const scalar T) const |
Entropy [J/(kmol K)]. More... | |
scalar | he (const scalar p, const scalar T) const |
Enthalpy/Internal energy [J/kmol]. More... | |
scalar | cv (const scalar p, const scalar T) const |
Heat capacity at constant volume [J/(kmol K)]. More... | |
scalar | es (const scalar p, const scalar T) const |
Sensible internal energy [J/kmol]. More... | |
scalar | ea (const scalar p, const scalar T) const |
Absolute internal energy [J/kmol]. More... | |
scalar | g (const scalar p, const scalar T) const |
Gibbs free energy [J/kmol]. More... | |
scalar | a (const scalar p, const scalar T) const |
Helmholtz free energy [J/kmol]. More... | |
scalar | K (const scalar p, const scalar T) const |
Equilibrium constant [] i.t.o fugacities. More... | |
scalar | Kp (const scalar p, const scalar T) const |
Equilibrium constant [] i.t.o. partial pressures. More... | |
scalar | Kc (const scalar p, const scalar T) const |
Equilibrium constant i.t.o. molar concentration. More... | |
scalar | Kx (const scalar p, const scalar T) const |
Equilibrium constant [] i.t.o. mole-fractions. More... | |
scalar | Kn (const scalar p, const scalar T, const scalar n) const |
Equilibrium constant [] i.t.o. number of moles. More... | |
scalar | THE (const scalar H, const scalar p, const scalar T0) const |
Temperature from enthalpy or internal energy. More... | |
scalar | THs (const scalar Hs, const scalar p, const scalar T0) const |
Temperature from sensible enthalpy given an initial T0. More... | |
scalar | THa (const scalar H, const scalar p, const scalar T0) const |
Temperature from absolute enthalpy. More... | |
scalar | TEs (const scalar E, const scalar p, const scalar T0) const |
Temperature from sensible internal energy. More... | |
scalar | TEa (const scalar E, const scalar p, const scalar T0) const |
Temperature from absolute internal energy. More... | |
scalar | dKcdTbyKc (const scalar p, const scalar T) const |
Derivative of B (acooding to Niemeyer et al.) w.r.t. temperature. More... | |
scalar | dcpdT (const scalar p, const scalar T) const |
Derivative of cp w.r.t. temperature. More... | |
void | write (Ostream &os) const |
Write to Ostream. More... | |
void | operator+= (const thermo &) |
void | operator*= (const scalar) |
Static Public Member Functions | |
static word | typeName () |
Return the instantiated type name. More... | |
static word | heName () |
Name of Enthalpy/Internal energy. More... | |
Friends | |
thermo | operator+ (const thermo &, const thermo &) |
thermo | operator* (const scalar s, const thermo &) |
thermo | operator== (const thermo &, const thermo &) |
Ostream & | operator (Ostream &, const thermo &) |
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the template argument type thermo. All other properties are derived from these primitive functions.
typedef thermo<Thermo, Type> thermoType |
|
inline |
Construct from components.
Definition at line 32 of file thermoI.H.
References Foam::abort(), f(), F(), Foam::FatalError, FatalErrorInFunction, limit(), Foam::mag(), and p.
thermo | ( | const dictionary & | dict | ) |
|
inlinestatic |
Return the instantiated type name.
Definition at line 139 of file thermo.H.
References Foam::cp(), g, Foam::constant::universal::G, he, n, s(), Foam::T(), and Foam::blockMeshTools::write().
|
inlinestatic |
|
inline |
|
inline |
|
inline |
Gamma = Cp/Cv [].
Definition at line 125 of file thermoI.H.
References thermo< Thermo, Type >::CpByCpv().
|
inline |
Ratio of heat capacity at constant pressure to that at.
constant pressure/volume []
Definition at line 135 of file thermoI.H.
Referenced by thermo< Thermo, Type >::gamma().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Gibbs free energy [J/kmol].
Definition at line 258 of file thermoI.H.
References Foam::constant::universal::G, and W().
|
inline |
|
inline |
Equilibrium constant [] i.t.o fugacities.
= PIi(fi/Pstd)^nui
Definition at line 274 of file thermoI.H.
References Foam::exp(), Foam::constant::universal::G, Foam::constant::standard::Pstd, Foam::constant::thermodynamic::RR, T, and Y.
|
inline |
|
inline |
Equilibrium constant i.t.o. molar concentration.
= PIi(ci/cstd)^nui For low pressures (where the gas mixture is near perfect) Kc = Kp(pstd/(RR*T))^nu
Definition at line 299 of file thermoI.H.
References Foam::equal(), thermo< Thermo, Type >::Kx(), Foam::pow(), Foam::constant::standard::Pstd, Foam::constant::thermodynamic::RR, W(), and Y.
|
inline |
Equilibrium constant [] i.t.o. mole-fractions.
For low pressures (where the gas mixture is near perfect) Kx = Kp(pstd/p)^nui
Definition at line 316 of file thermoI.H.
References Foam::equal(), thermo< Thermo, Type >::Kn(), Foam::pow(), Foam::constant::standard::Pstd, W(), and Y.
Referenced by thermo< Thermo, Type >::Kc().
|
inline |
Equilibrium constant [] i.t.o. number of moles.
For low pressures (where the gas mixture is near perfect) Kn = Kp(n*pstd/p)^nui where n = number of moles in mixture
Definition at line 336 of file thermoI.H.
References Foam::equal(), Foam::pow(), Foam::constant::standard::Pstd, thermo< Thermo, Type >::THE(), W(), and Y.
Referenced by thermo< Thermo, Type >::Kx().
|
inline |
Temperature from enthalpy or internal energy.
given an initial temperature T0
Definition at line 357 of file thermoI.H.
References thermo< Thermo, Type >::THs().
Referenced by thermo< Thermo, Type >::Kn().
|
inline |
Temperature from sensible enthalpy given an initial T0.
Definition at line 369 of file thermoI.H.
References T, and thermo< Thermo, Type >::THa().
Referenced by thermo< Thermo, Type >::THE().
|
inline |
Temperature from absolute enthalpy.
given an initial temperature T0
Definition at line 389 of file thermoI.H.
References T, and thermo< Thermo, Type >::TEs().
Referenced by thermo< Thermo, Type >::THs().
|
inline |
Temperature from sensible internal energy.
given an initial temperature T0
Definition at line 409 of file thermoI.H.
References T, and thermo< Thermo, Type >::TEa().
Referenced by thermo< Thermo, Type >::THa().
|
inline |
Temperature from absolute internal energy.
given an initial temperature T0
Definition at line 429 of file thermoI.H.
References thermo< Thermo, Type >::dKcdTbyKc(), and T.
Referenced by thermo< Thermo, Type >::TEs().
|
inline |
Derivative of B (acooding to Niemeyer et al.) w.r.t. temperature.
Definition at line 450 of file thermoI.H.
References Foam::equal(), Foam::constant::standard::Pstd, Foam::constant::thermodynamic::RR, W(), and Y.
Referenced by thermo< Thermo, Type >::TEa().
|
inline |
void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 49 of file thermo.C.
References Foam::blockMeshTools::write(), and Ostream::write().
|
inline |