Definition at line 49 of file phaseModel.H.
Public Member Functions | |
phaseModel (const fvMesh &mesh, const dictionary &transportProperties, const word &phaseName) | |
virtual | ~phaseModel () |
Destructor.
| |
const word & | name () const |
const dimensionedScalar & | d () const |
const dimensionedScalar & | nu () const |
const dimensionedScalar & | rho () const |
const volVectorField & | U () const |
volVectorField & | U () |
const surfaceScalarField & | phi () const |
surfaceScalarField & | phi () |
Static Public Member Functions | |
static autoPtr< phaseModel > | New (const fvMesh &mesh, const dictionary &transportProperties, const word &phaseName) |
Return a reference to the selected turbulence model.
|
phaseModel | ( | const fvMesh & | mesh, |
const dictionary & | transportProperties, | ||
const word & | phaseName | ||
) |
virtual ~phaseModel | ( | ) | [virtual]
|
Destructor.
static autoPtr<phaseModel> New | ( | const fvMesh & | mesh, |
const dictionary & | transportProperties, | ||
const word & | phaseName | ||
) | [static]
|
Return a reference to the selected turbulence model.
const word& name | ( | ) | const [inline]
|
Definition at line 103 of file phaseModel.H.
const dimensionedScalar& d | ( | ) | const [inline]
|
Definition at line 108 of file phaseModel.H.
const dimensionedScalar& nu | ( | ) | const [inline]
|
Definition at line 113 of file phaseModel.H.
const dimensionedScalar& rho | ( | ) | const [inline]
|
Definition at line 118 of file phaseModel.H.
const volVectorField& U | ( | ) | const [inline]
|
Definition at line 123 of file phaseModel.H.
volVectorField& U | ( | ) | [inline]
|
Definition at line 128 of file phaseModel.H.
const surfaceScalarField& phi | ( | ) | const [inline]
|
Definition at line 133 of file phaseModel.H.
surfaceScalarField& phi | ( | ) | [inline]
|
Definition at line 138 of file phaseModel.H.