Class which represents a static fluid phase. More...


Public Member Functions | |
| StaticPhaseModel (const multiphaseInterSystem &fluid, const word &phaseName) | |
| virtual | ~StaticPhaseModel ()=default |
| Destructor. More... | |
| virtual void | correct () |
| Correct the phase properties other than the thermo and turbulence. More... | |
| virtual tmp< surfaceScalarField > | phi () const |
| Constant access the volumetric flux. Return zero field. More... | |
| virtual const surfaceScalarField & | phi () |
| Access the volumetric flux. More... | |
| virtual tmp< surfaceScalarField > | alphaPhi () const |
| Constant access the volumetric flux of the phase. More... | |
| virtual surfaceScalarField & | alphaPhi () |
| Access the volumetric flux of the phase. More... | |
| virtual tmp< volVectorField > | U () const |
| Access const reference to U. More... | |
| virtual tmp< surfaceScalarField > | diffNo () const |
| Maximum diffusion number. More... | |
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 34 of file StaticPhaseModel.C.
|
virtualdefault |
Destructor.
|
virtual |
Correct the phase properties other than the thermo and turbulence.
Definition at line 73 of file StaticPhaseModel.C.
References correct.
|
virtual |
Constant access the volumetric flux. Return zero field.
Definition at line 81 of file StaticPhaseModel.C.
References Foam::name(), Foam::New(), 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 Foam::name(), Foam::New(), 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, Foam::name(), Foam::New(), and Foam::Zero.

|
virtual |
Maximum diffusion number.
Definition at line 145 of file StaticPhaseModel.C.
References Cp, Foam::fac::interpolate(), Foam::constant::electromagnetic::kappa, rho, and Foam::sqr().
