Class which represents a stationary (and therefore probably solid) phase. Generates, but does not store, zero velocity and flux field and turbulent qauantities. Throws an error when non-const access is requested to the motion fields or when the momentum equation is requested. Usage must must protect against such calls. More...
Public Member Functions | |
StationaryPhaseModel (const phaseSystem &fluid, const word &phaseName, const label index) | |
virtual | ~StationaryPhaseModel () |
virtual bool | stationary () const |
virtual tmp< fvVectorMatrix > | UEqn () |
virtual tmp< fvVectorMatrix > | UfEqn () |
virtual tmp< volVectorField > | U () const |
virtual volVectorField & | URef () |
virtual tmp< surfaceScalarField > | phi () const |
virtual surfaceScalarField & | phiRef () |
virtual tmp< surfaceScalarField > | alphaPhi () const |
virtual surfaceScalarField & | alphaPhiRef () |
virtual tmp< surfaceScalarField > | alphaRhoPhi () const |
virtual surfaceScalarField & | alphaRhoPhiRef () |
virtual tmp< volVectorField > | DUDt () const |
virtual tmp< surfaceScalarField > | DUDtf () const |
virtual tmp< volScalarField > | continuityError () const |
virtual tmp< volScalarField > | continuityErrorFlow () const |
virtual tmp< volScalarField > | continuityErrorSources () const |
virtual tmp< volScalarField > | K () const |
virtual tmp< volScalarField > | divU () const |
virtual void | divU (tmp< volScalarField > divU) |
virtual tmp< volScalarField > | mut () const |
virtual tmp< volScalarField > | muEff () const |
virtual tmp< volScalarField > | nut () const |
virtual tmp< volScalarField > | nuEff () const |
virtual tmp< volScalarField > | kappaEff () const |
virtual tmp< scalarField > | kappaEff (const label patchi) const |
virtual tmp< volScalarField > | alphaEff () const |
virtual tmp< scalarField > | alphaEff (const label patchi) const |
virtual tmp< volScalarField > | k () const |
virtual tmp< volScalarField > | pPrime () const |
template<class Type , template< class > class PatchField, class GeoMesh > | |
Foam::tmp< Foam::GeometricField< Type, PatchField, GeoMesh > > | zeroField (const word &name, const dimensionSet &dims, const bool cache) const |
template<class Type > | |
Foam::tmp< Foam::GeometricField< Type, Foam::fvPatchField, Foam::volMesh > > | zeroVolField (const word &name, const dimensionSet &dims, const bool cache) const |
template<class Type > | |
Foam::tmp< Foam::GeometricField< Type, Foam::fvsPatchField, Foam::surfaceMesh > > | zeroSurfaceField (const word &name, const dimensionSet &dims, const bool cache) const |
Class which represents a stationary (and therefore probably solid) phase. Generates, but does not store, zero velocity and flux field and turbulent qauantities. Throws an error when non-const access is requested to the motion fields or when the momentum equation is requested. Usage must must protect against such calls.
Definition at line 54 of file StationaryPhaseModel.H.
StationaryPhaseModel | ( | const phaseSystem & | fluid, |
const word & | phaseName, | ||
const label | index | ||
) |
Definition at line 84 of file StationaryPhaseModel.C.
|
virtual |
Definition at line 97 of file StationaryPhaseModel.C.
|
virtual |
Definition at line 104 of file StationaryPhaseModel.C.
|
virtual |
Definition at line 112 of file StationaryPhaseModel.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.
|
virtual |
Definition at line 124 of file StationaryPhaseModel.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.
|
virtual |
Definition at line 136 of file StationaryPhaseModel.C.
References Foam::dimVelocity.
|
virtual |
Definition at line 144 of file StationaryPhaseModel.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.
|
virtual |
Definition at line 156 of file StationaryPhaseModel.C.
References Foam::dimTime, and Foam::dimVolume.
|
virtual |
Definition at line 164 of file StationaryPhaseModel.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.
|
virtual |
Definition at line 176 of file StationaryPhaseModel.C.
References Foam::dimTime, and Foam::dimVolume.
|
virtual |
Definition at line 184 of file StationaryPhaseModel.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.
|
virtual |
Definition at line 196 of file StationaryPhaseModel.C.
References Foam::dimMass, and Foam::dimTime.
|
virtual |
Definition at line 204 of file StationaryPhaseModel.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.
|
virtual |
Definition at line 216 of file StationaryPhaseModel.C.
References Foam::dimTime, and Foam::dimVelocity.
|
virtual |
Definition at line 224 of file StationaryPhaseModel.C.
References Foam::dimArea, Foam::dimTime, and Foam::dimVelocity.
|
virtual |
Definition at line 232 of file StationaryPhaseModel.C.
References Foam::dimDensity, and Foam::dimTime.
|
virtual |
Definition at line 240 of file StationaryPhaseModel.C.
References Foam::dimDensity, and Foam::dimTime.
|
virtual |
Definition at line 248 of file StationaryPhaseModel.C.
References Foam::dimDensity, and Foam::dimTime.
|
virtual |
Definition at line 256 of file StationaryPhaseModel.C.
References Foam::dimVelocity, and Foam::sqr().
|
virtual |
Definition at line 264 of file StationaryPhaseModel.C.
|
virtual |
Definition at line 272 of file StationaryPhaseModel.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.
|
virtual |
Definition at line 284 of file StationaryPhaseModel.C.
References Foam::dimDynamicViscosity.
|
virtual |
Definition at line 292 of file StationaryPhaseModel.C.
References thermo.
|
virtual |
Definition at line 300 of file StationaryPhaseModel.C.
References Foam::dimViscosity.
|
virtual |
Definition at line 308 of file StationaryPhaseModel.C.
References thermo.
|
virtual |
Definition at line 316 of file StationaryPhaseModel.C.
References thermo.
|
virtual |
Definition at line 324 of file StationaryPhaseModel.C.
References thermo.
|
virtual |
Definition at line 332 of file StationaryPhaseModel.C.
References thermo.
|
virtual |
Definition at line 340 of file StationaryPhaseModel.C.
References thermo.
|
virtual |
Definition at line 348 of file StationaryPhaseModel.C.
References Foam::dimVelocity, and Foam::sqr().
|
virtual |
Definition at line 356 of file StationaryPhaseModel.C.
References Foam::dimPressure.
Foam::tmp<Foam::GeometricField<Type, PatchField, GeoMesh> > zeroField | ( | const word & | name, |
const dimensionSet & | dims, | ||
const bool | cache | ||
) | const |
Definition at line 29 of file StationaryPhaseModel.C.
References mesh, Foam::name(), timeName, and Foam::Zero.
Foam::tmp<Foam::GeometricField<Type, Foam::fvPatchField, Foam::volMesh> > zeroVolField | ( | const word & | name, |
const dimensionSet & | dims, | ||
const bool | cache | ||
) | const |
Definition at line 56 of file StationaryPhaseModel.C.
References Foam::name().
Foam::tmp<Foam::GeometricField<Type, Foam::fvsPatchField, Foam::surfaceMesh> > zeroSurfaceField | ( | const word & | name, |
const dimensionSet & | dims, | ||
const bool | cache | ||
) | const |
Definition at line 70 of file StationaryPhaseModel.C.
References Foam::name().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.