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 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 | H (const scalar p, const scalar T) const |
| Return enthalpy departure [J/kg]. More... | |
| scalar | Cp (scalar p, scalar T) const |
| Return Cp departure [J/(kg K]. More... | |
| scalar | E (const scalar p, const scalar T) const |
| Return internal energy departure [J/kg]. More... | |
| scalar | Cv (scalar p, scalar T) const |
| Return Cv departure [J/(kg K]. More... | |
| scalar | S (const scalar p, const scalar T) const |
| Return entropy [J/(kg 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/(kg K]. More... | |
| void | write (Ostream &os) const |
| Write to Ostream. More... | |
| void | operator= (const Boussinesq &) |
| void | operator+= (const Boussinesq &) |
| void | operator*= (const scalar) |
Static Public Member Functions | |
| 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... | |
Friends | |
| 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 53 of file Boussinesq.H.
|
inline |
Construct from components.
Definition at line 28 of file BoussinesqI.H.
| Boussinesq | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 28 of file Boussinesq.C.
|
inline |
Construct as named copy.
|
inline |
Construct and return a clone.
Definition at line 55 of file BoussinesqI.H.
References Foam::New().

|
inlinestatic |
Definition at line 64 of file BoussinesqI.H.
References dict, and Foam::New().

|
inlinestatic |
Return the instantiated type name.
Definition at line 157 of file Boussinesq.H.
|
inline |
Return density [kg/m^3].
Definition at line 76 of file BoussinesqI.H.
References Foam::T().

|
inline |
Return enthalpy departure [J/kg].
Definition at line 86 of file BoussinesqI.H.
|
inline |
Return Cp departure [J/(kg K].
Definition at line 93 of file BoussinesqI.H.
|
inline |
Return internal energy departure [J/kg].
Definition at line 99 of file BoussinesqI.H.
|
inline |
Return Cv departure [J/(kg K].
Definition at line 106 of file BoussinesqI.H.
|
inline |
Return entropy [J/(kg K)].
Definition at line 114 of file BoussinesqI.H.
|
inline |
Return compressibility rho/p [s^2/m^2].
Definition at line 125 of file BoussinesqI.H.
|
inline |
Return compression factor [].
Definition at line 136 of file BoussinesqI.H.
|
inline |
Return (Cp - Cv) [J/(kg K].
Definition at line 147 of file BoussinesqI.H.
| void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 42 of file Boussinesq.C.
References Ostream::beginBlock(), Ostream::endBlock(), Foam::vtk::write(), and Ostream::writeEntry().

|
inline |
Definition at line 160 of file BoussinesqI.H.
References Foam::constant::physicoChemical::b.
|
inline |
Definition at line 174 of file BoussinesqI.H.
References Foam::constant::physicoChemical::b, Foam::mag(), and Y.

|
inline |
Definition at line 194 of file BoussinesqI.H.
References s.
|
friend |
|
friend |
|
friend |
|
friend |
|
static |
Is the equation of state is incompressible i.e. rho != f(p)
Definition at line 170 of file Boussinesq.H.
|
static |
Is the equation of state is isochoric i.e. rho = const.
Definition at line 175 of file Boussinesq.H.