Class which represents a static fluid phase. More...
#include <StaticPhaseModel.H>


Public Member Functions | |
| StaticPhaseModel (const multiphaseInterSystem &fluid, const word &phaseName) | |
| virtual | ~StaticPhaseModel ()=default |
| Destructor. | |
| virtual void | correct () |
| Correct the phase properties other than the thermo and turbulence. | |
| virtual tmp< surfaceScalarField > | phi () const |
| Constant access the volumetric flux. Return zero field. | |
| virtual const surfaceScalarField & | phi () |
| Access the volumetric flux. | |
| virtual tmp< surfaceScalarField > | alphaPhi () const |
| Constant access the volumetric flux of the phase. | |
| virtual surfaceScalarField & | alphaPhi () |
| Access the volumetric flux of the phase. | |
| virtual tmp< volVectorField > | U () const |
| Access const reference to U. | |
| virtual tmp< surfaceScalarField > | diffNo () const |
| Maximum diffusion number. | |
Class which represents a static fluid phase.
Definition at line 47 of file StaticPhaseModel.H.
| StaticPhaseModel | ( | const multiphaseInterSystem & | fluid, |
| const word & | phaseName ) |
Definition at line 33 of file StaticPhaseModel.C.
References fluid, mesh, Foam::name(), timeName, and Foam::Zero.

|
virtualdefault |
Destructor.
|
virtual |
Correct the phase properties other than the thermo and turbulence.
Definition at line 73 of file StaticPhaseModel.C.
|
virtual |
Constant access the volumetric flux. Return zero field.
Definition at line 81 of file StaticPhaseModel.C.
References IOobject::groupName(), phaseModel::name(), GeometricField< scalar, fvsPatchField, surfaceMesh >::New(), IOobjectOption::NO_REGISTER, and Foam::Zero.

|
virtual |
Access the volumetric flux.
Definition at line 95 of file StaticPhaseModel.C.
References Foam::Zero.
|
virtual |
Constant access the volumetric flux of the phase.
Definition at line 104 of file StaticPhaseModel.C.
References IOobject::groupName(), phaseModel::name(), GeometricField< scalar, fvsPatchField, surfaceMesh >::New(), IOobjectOption::NO_REGISTER, and Foam::Zero.

|
virtual |
Access the volumetric flux of the phase.
Definition at line 122 of file StaticPhaseModel.C.
References Foam::Zero.
|
virtual |
Access const reference to U.
Definition at line 131 of file StaticPhaseModel.C.
References Foam::dimVelocity, IOobject::groupName(), phaseModel::name(), GeometricField< vector, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, and Foam::Zero.

|
virtual |
Maximum diffusion number.
Definition at line 145 of file StaticPhaseModel.C.
References Foam::fvc::interpolate(), and Foam::sqr().
