Incompressible gas equation of state using the Boussinesq approximation for the density as a function of temperature only: More...
Public Member Functions | |
Boussinesq (const Specie &sp, const scalar rho0, const scalar T0, const scalar beta) | |
Construct from components. More... | |
Boussinesq (const Boussinesq &sp) | |
Construct from Boussinesq. More... | |
Boussinesq (Istream &) | |
Construct from Istream. More... | |
Boussinesq (const dictionary &dict) | |
Construct from dictionary. More... | |
Boussinesq (const word &name, const Boussinesq &) | |
Construct as named copy. More... | |
autoPtr< Boussinesq > | 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... | |
Boussinesq & | operator= (const Boussinesq &) |
void | operator+= (const Boussinesq &) |
void | operator-= (const Boussinesq &) |
void | operator*= (const scalar) |
Static Public Member Functions | |
static autoPtr< Boussinesq > | New (Istream &is) |
static autoPtr< Boussinesq > | 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 | rho0_ |
Reference density. More... | |
scalar | T0_ |
Reference temperature. More... | |
scalar | beta_ |
Thermal expansion coefficient. More... | |
Friends | |
Boussinesq | operator+ (const Boussinesq &, const Boussinesq &) |
Boussinesq | operator- (const Boussinesq &, const Boussinesq &) |
Boussinesq | operator* (const scalar s, const Boussinesq &) |
Boussinesq | operator== (const Boussinesq &, const Boussinesq &) |
Ostream & | operator (Ostream &, const Boussinesq &) |
Incompressible gas equation of state using the Boussinesq approximation for the density as a function of temperature only:
rho = rho0*(1 - beta*(T - T0))
Definition at line 52 of file Boussinesq.H.
|
inline |
Construct from components.
Definition at line 33 of file BoussinesqI.H.
|
inline |
Construct from Boussinesq.
Boussinesq | ( | Istream & | ) |
Construct from Istream.
Boussinesq | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 49 of file Boussinesq.C.
|
inline |
Construct as named copy.
|
inline |
Construct and return a clone.
Definition at line 73 of file BoussinesqI.H.
|
inlinestatic |
Definition at line 85 of file BoussinesqI.H.
|
inlinestatic |
Definition at line 99 of file BoussinesqI.H.
References dict.
|
inlinestatic |
Return the instantiated type name.
Definition at line 156 of file Boussinesq.H.
|
inline |
Return density [kg/m^3].
Definition at line 114 of file BoussinesqI.H.
References Foam::T().
|
inline |
Return entropy [J/(kmol K)].
Definition at line 125 of file BoussinesqI.H.
|
inline |
Return compressibility rho/p [s^2/m^2].
Definition at line 136 of file BoussinesqI.H.
|
inline |
Return compression factor [].
Definition at line 147 of file BoussinesqI.H.
|
inline |
Return (cp - cv) [J/(kmol K].
Definition at line 158 of file BoussinesqI.H.
References Foam::constant::thermodynamic::RR.
void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 63 of file Boussinesq.C.
References dictionary::add(), dict, dictionaryName::dictName(), Foam::indent(), and write().
|
inline |
Definition at line 172 of file BoussinesqI.H.
References Foam::constant::physicoChemical::b.
|
inline |
Definition at line 187 of file BoussinesqI.H.
References Foam::constant::physicoChemical::b.
|
inline |
Definition at line 204 of file BoussinesqI.H.
References Foam::constant::physicoChemical::b.
|
inline |
Definition at line 216 of file BoussinesqI.H.
References s().
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
Reference density.
Definition at line 102 of file Boussinesq.H.
|
private |
Reference temperature.
Definition at line 105 of file Boussinesq.H.
|
private |
Thermal expansion coefficient.
Definition at line 108 of file Boussinesq.H.
|
static |
Is the equation of state is incompressible i.e. rho != f(p)
Definition at line 167 of file Boussinesq.H.
|
static |
Is the equation of state is isochoric i.e. rho = const.
Definition at line 170 of file Boussinesq.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.