Power-function based thermodynamics package templated on EquationOfState. More...
Public Member Functions | |
hPowerThermo (const dictionary &) | |
hPowerThermo (const word &, const hPowerThermo &) | |
autoPtr< hPowerThermo > | clone () const |
scalar | limit (const scalar T) const |
scalar | Cp (const scalar p, const scalar T) const |
scalar | Ha (const scalar p, const scalar T) const |
scalar | Hs (const scalar p, const scalar T) const |
scalar | Hc () const |
scalar | S (const scalar p, const scalar T) const |
scalar | Gstd (const scalar T) const |
scalar | dCpdT (const scalar p, const scalar T) const |
void | operator+= (const hPowerThermo &) |
Static Public Member Functions | |
static autoPtr< hPowerThermo > | New (const dictionary &dict) |
static word | typeName () |
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 56 of file hPowerThermo.H.
hPowerThermo | ( | const dictionary & | ) |
|
inline |
|
inline |
Definition at line 80 of file hPowerThermoI.H.
References Foam::New().
|
inlinestatic |
Definition at line 88 of file hPowerThermoI.H.
References dict, and Foam::New().
|
inlinestatic |
Definition at line 146 of file hPowerThermo.H.
|
inline |
Definition at line 98 of file hPowerThermoI.H.
References Foam::T().
|
inline |
Definition at line 108 of file hPowerThermoI.H.
References Cp, p, Foam::pow(), and Foam::T().
|
inline |
Definition at line 118 of file hPowerThermoI.H.
References Hs(), p, and Foam::T().
|
inline |
Definition at line 128 of file hPowerThermoI.H.
References H(), p, Foam::pow(), Foam::T(), and Foam::constant::standard::Tstd.
|
inline |
Definition at line 139 of file hPowerThermoI.H.
|
inline |
Definition at line 147 of file hPowerThermoI.H.
References p, Foam::pow(), Foam::T(), and Foam::constant::standard::Tstd.
|
inline |
Definition at line 159 of file hPowerThermoI.H.
References Foam::pow(), Foam::T(), and Foam::constant::standard::Tstd.
|
inline |
Definition at line 172 of file hPowerThermoI.H.
References NotImplemented.
|
inline |
Definition at line 186 of file hPowerThermoI.H.
References Foam::mag(), and Y.
|
friend |
|
friend |
|
friend |
|
friend |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.