Incompressible gas equation of state using a constant reference pressure in the perfect gas equation of state rather than the local pressure so that the density only varies with temperature and composition. More...
Public Member Functions | |
incompressiblePerfectGas (const Specie &sp, const scalar pRef) | |
Construct from components. More... | |
incompressiblePerfectGas (const incompressiblePerfectGas &sp) | |
Construct from incompressiblePerfectGas. More... | |
incompressiblePerfectGas (Istream &) | |
Construct from Istream. More... | |
incompressiblePerfectGas (const dictionary &dict) | |
Construct from dictionary. More... | |
incompressiblePerfectGas (const word &name, const incompressiblePerfectGas &) | |
Construct as named copy. More... | |
autoPtr< incompressiblePerfectGas > | clone () const |
Construct and return a clone. More... | |
scalar | rho (scalar p, scalar T) const |
Return density [kg/m^3]. More... | |
scalar | s (const scalar p, const scalar T) const |
Return entropy [J/(kmol K)]. More... | |
scalar | psi (scalar p, scalar T) const |
Return compressibility rho/p [s^2/m^2]. More... | |
scalar | Z (scalar p, scalar T) const |
Return compression factor []. More... | |
scalar | cpMcv (scalar p, scalar T) const |
Return (cp - cv) [J/(kmol K]. More... | |
void | write (Ostream &os) const |
Write to Ostream. More... | |
incompressiblePerfectGas & | operator= (const incompressiblePerfectGas &) |
void | operator+= (const incompressiblePerfectGas &) |
void | operator-= (const incompressiblePerfectGas &) |
void | operator*= (const scalar) |
Static Public Member Functions | |
static autoPtr< incompressiblePerfectGas > | New (Istream &is) |
static autoPtr< incompressiblePerfectGas > | New (const dictionary &dict) |
static word | typeName () |
Return the instantiated type name. More... | |
Static Public Attributes | |
static const bool | incompressible = true |
Is the equation of state is incompressible i.e. rho != f(p) More... | |
static const bool | isochoric = false |
Is the equation of state is isochoric i.e. rho = const. More... | |
Private Attributes | |
scalar | pRef_ |
Reference pressure. More... | |
Friends | |
incompressiblePerfectGas | operator+ (const incompressiblePerfectGas &, const incompressiblePerfectGas &) |
incompressiblePerfectGas | operator- (const incompressiblePerfectGas &, const incompressiblePerfectGas &) |
incompressiblePerfectGas | operator* (const scalar s, const incompressiblePerfectGas &) |
incompressiblePerfectGas | operator== (const incompressiblePerfectGas &, const incompressiblePerfectGas &) |
Ostream & | operator (Ostream &, const incompressiblePerfectGas &) |
Incompressible gas equation of state using a constant reference pressure in the perfect gas equation of state rather than the local pressure so that the density only varies with temperature and composition.
Definition at line 49 of file incompressiblePerfectGas.H.
|
inline |
Construct from components.
Definition at line 33 of file incompressiblePerfectGasI.H.
|
inline |
Construct from incompressiblePerfectGas.
Construct from Istream.
incompressiblePerfectGas | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 47 of file incompressiblePerfectGas.C.
|
inline |
Construct as named copy.
|
inline |
Construct and return a clone.
Definition at line 67 of file incompressiblePerfectGasI.H.
|
inlinestatic |
Definition at line 79 of file incompressiblePerfectGasI.H.
|
inlinestatic |
Definition at line 93 of file incompressiblePerfectGasI.H.
References dict.
|
inlinestatic |
Return the instantiated type name.
Definition at line 141 of file incompressiblePerfectGas.H.
|
inline |
Return density [kg/m^3].
Definition at line 108 of file incompressiblePerfectGasI.H.
|
inline |
Return entropy [J/(kmol K)].
Definition at line 119 of file incompressiblePerfectGasI.H.
|
inline |
Return compressibility rho/p [s^2/m^2].
Definition at line 130 of file incompressiblePerfectGasI.H.
|
inline |
Return compression factor [].
Definition at line 141 of file incompressiblePerfectGasI.H.
|
inline |
Return (cp - cv) [J/(kmol K].
Definition at line 152 of file incompressiblePerfectGasI.H.
References Foam::constant::thermodynamic::RR.
void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 59 of file incompressiblePerfectGas.C.
References dictionary::add(), dict, dictionaryName::dictName(), Foam::indent(), and write().
|
inline |
Definition at line 166 of file incompressiblePerfectGasI.H.
|
inline |
Definition at line 179 of file incompressiblePerfectGasI.H.
|
inline |
Definition at line 194 of file incompressiblePerfectGasI.H.
|
inline |
Definition at line 204 of file incompressiblePerfectGasI.H.
References s().
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
Reference pressure.
Definition at line 99 of file incompressiblePerfectGas.H.
|
static |
Is the equation of state is incompressible i.e. rho != f(p)
Definition at line 152 of file incompressiblePerfectGas.H.
|
static |
Is the equation of state is isochoric i.e. rho = const.
Definition at line 155 of file incompressiblePerfectGas.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.