|
| StationaryPhaseModel (const phaseSystem &fluid, const word &phaseName, const label index) |
|
virtual | ~StationaryPhaseModel () |
| Destructor. More...
|
|
virtual bool | stationary () const |
| Return whether the phase is stationary. More...
|
|
virtual tmp< fvVectorMatrix > | UEqn () |
| Return the momentum equation. More...
|
|
virtual tmp< fvVectorMatrix > | UfEqn () |
| Return the momentum equation for the face-based algorithm. More...
|
|
virtual tmp< volVectorField > | U () const |
| Return the velocity. More...
|
|
virtual volVectorField & | URef () |
| Access the velocity. More...
|
|
virtual tmp< surfaceScalarField > | phi () const |
| Return the volumetric flux. More...
|
|
virtual surfaceScalarField & | phiRef () |
| Access the volumetric flux. More...
|
|
virtual tmp< surfaceScalarField > | alphaPhi () const |
| Return the volumetric flux of the phase. More...
|
|
virtual surfaceScalarField & | alphaPhiRef () |
| Access the volumetric flux of the phase. More...
|
|
virtual tmp< surfaceScalarField > | alphaRhoPhi () const |
| Return the mass flux of the phase. More...
|
|
virtual surfaceScalarField & | alphaRhoPhiRef () |
| Access the mass flux of the phase. More...
|
|
virtual tmp< volVectorField > | DUDt () const |
| Return the substantive acceleration. More...
|
|
virtual tmp< surfaceScalarField > | DUDtf () const |
| Return the substantive acceleration on the faces. More...
|
|
virtual tmp< volScalarField > | continuityError () const |
| Return the continuity error. More...
|
|
virtual tmp< volScalarField > | continuityErrorFlow () const |
| Return the continuity error due to the flow field. More...
|
|
virtual tmp< volScalarField > | continuityErrorSources () const |
| Return the continuity error due to any sources. More...
|
|
virtual tmp< volScalarField > | K () const |
| Return the phase kinetic energy. More...
|
|
virtual tmp< volScalarField > | divU () const |
| Return the phase dilatation rate (d(alpha)/dt + div(alpha*phi)) More...
|
|
virtual void | divU (tmp< volScalarField > divU) |
| Set the phase dilatation rate (d(alpha)/dt + div(alpha*phi)) More...
|
|
virtual tmp< volScalarField > | mut () const |
| Return the turbulent dynamic viscosity. More...
|
|
virtual tmp< volScalarField > | muEff () const |
| Return the effective dynamic viscosity. More...
|
|
virtual tmp< volScalarField > | nut () const |
| Return the turbulent kinematic viscosity. More...
|
|
virtual tmp< volScalarField > | nuEff () const |
| Return the effective kinematic viscosity. More...
|
|
virtual tmp< volScalarField > | kappaEff () const |
| Return the effective thermal conductivity. More...
|
|
virtual tmp< scalarField > | kappaEff (const label patchi) const |
| Return the effective thermal conductivity on a patch. More...
|
|
virtual tmp< volScalarField > | alphaEff () const |
| Return the effective thermal diffusivity. More...
|
|
virtual tmp< scalarField > | alphaEff (const label patchi) const |
| Return the effective thermal conductivity on a patch. More...
|
|
virtual tmp< volScalarField > | k () const |
| Return the turbulent kinetic energy. More...
|
|
virtual tmp< volScalarField > | pPrime () const |
| Return the phase-pressure'. More...
|
|