Incompressible of equation of state using non-uniform tabulated density vs temperature. More...
Public Member Functions | |
icoTabulated (const Specie &sp, const nonUniformTable &rho) | |
icoTabulated (const dictionary &dict) | |
icoTabulated (const word &name, const icoTabulated &) | |
autoPtr< icoTabulated > | clone () const |
scalar | rho (scalar p, scalar T) const |
scalar | H (const scalar p, const scalar T) const |
scalar | Cp (scalar p, scalar T) const |
scalar | E (const scalar p, const scalar T) const |
scalar | Cv (scalar p, scalar T) const |
scalar | S (const scalar p, const scalar T) const |
scalar | psi (scalar p, scalar T) const |
scalar | Z (scalar p, scalar T) const |
scalar | CpMCv (scalar p, scalar T) const |
void | write (Ostream &os) const |
Static Public Member Functions | |
static autoPtr< icoTabulated > | New (const dictionary &dict) |
static word | typeName () |
Static Public Attributes | |
static const bool | incompressible = true |
static const bool | isochoric = false |
Friends | |
Ostream & | operator (Ostream &, const icoTabulated &) |
Incompressible of equation of state using non-uniform tabulated density vs temperature.
Property | Description |
---|---|
rho | Density vs temperature table |
Example of the specification of the equation of state:
equationOfState { rho ( (200 1010) (350 1000) (400 980) ); }
Definition at line 74 of file icoTabulated.H.
|
inline |
Definition at line 28 of file icoTabulatedI.H.
|
explicit |
Definition at line 28 of file icoTabulated.C.
|
inline |
|
inline |
Definition at line 54 of file icoTabulatedI.H.
References Foam::New().
|
inlinestatic |
Definition at line 62 of file icoTabulatedI.H.
References dict, and Foam::New().
|
inlinestatic |
Definition at line 122 of file icoTabulated.H.
|
inline |
|
inline |
Definition at line 83 of file icoTabulatedI.H.
References p, rho, and Foam::T().
|
inline |
Definition at line 94 of file icoTabulatedI.H.
|
inline |
Definition at line 105 of file icoTabulatedI.H.
|
inline |
Definition at line 116 of file icoTabulatedI.H.
|
inline |
Definition at line 127 of file icoTabulatedI.H.
|
inline |
Definition at line 138 of file icoTabulatedI.H.
|
inline |
Definition at line 149 of file icoTabulatedI.H.
|
inline |
Definition at line 160 of file icoTabulatedI.H.
void write | ( | Ostream & | os | ) | const |
Definition at line 38 of file icoTabulated.C.
References Ostream::beginBlock(), Ostream::endBlock(), os(), Foam::vtk::write(), and Ostream::writeEntry().
|
friend |
|
static |
Definition at line 131 of file icoTabulated.H.
|
static |
Definition at line 134 of file icoTabulated.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.