Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture for interface-capturing multi-phase simulations.
More...
|
| phaseModel (const word &phaseName, const volScalarField &p, const volScalarField &T) |
| Construct from components. More...
|
|
autoPtr< phaseModel > | clone () const |
| Return clone. More...
|
|
const word & | name () const |
|
const word & | keyword () const |
|
const rhoThermo & | thermo () const |
| Return const-access to phase rhoThermo. More...
|
|
rhoThermo & | thermo () |
| Return access to phase rhoThermo. More...
|
|
const volScalarField & | dgdt () const |
| Return const-access to phase divergence. More...
|
|
volScalarField & | dgdt () |
| Return access to phase divergence. More...
|
|
void | correct () |
|
| phaseModel (const word &phaseName, const dictionary &phaseDict, const fvMesh &mesh) |
|
autoPtr< phaseModel > | clone () const |
| Return clone. More...
|
|
virtual | ~phaseModel () |
| Destructor. More...
|
|
const word & | name () const |
|
const word & | keyword () const |
|
tmp< volScalarField > | d () const |
|
const dimensionedScalar & | nu () const |
|
const dimensionedScalar & | kappa () const |
|
const dimensionedScalar & | Cp () const |
|
const dimensionedScalar & | rho () const |
|
const volVectorField & | U () const |
|
volVectorField & | U () |
|
const volVectorField & | DDtU () const |
|
volVectorField & | DDtU () |
|
const surfaceScalarField & | phi () const |
|
surfaceScalarField & | phi () |
|
const surfaceScalarField & | alphaPhi () const |
|
surfaceScalarField & | alphaPhi () |
|
void | correct () |
| Correct the phase properties. More...
|
|
bool | read (const dictionary &phaseDict) |
| Read base transportProperties dictionary. More...
|
|
| ClassName ("phaseModel") |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, phaseModel, phaseSystem,(const phaseSystem &fluid, const word &phaseName, const label index),(fluid, phaseName, index)) |
|
| phaseModel (const phaseSystem &fluid, const word &phaseName, const label index) |
|
autoPtr< phaseModel > | clone () const |
| Return clone. More...
|
|
virtual | ~phaseModel () |
| Destructor. More...
|
|
const word & | name () const |
| Return the name of this phase. More...
|
|
const word & | keyword () const |
| Return the name of the phase for use as the keyword in PtrDictionary. More...
|
|
label | index () const |
| Return the index of the phase. More...
|
|
const phaseSystem & | fluid () const |
| Return the system to which this phase belongs. More...
|
|
const dimensionedScalar & | residualAlpha () const |
| Return the residual phase-fraction for given phase. More...
|
|
scalar | alphaMax () const |
| Return the maximum phase-fraction (e.g. packing limit) More...
|
|
tmp< volScalarField > | d () const |
| Return the Sauter-mean diameter. More...
|
|
virtual void | correct () |
| Correct the phase properties. More...
|
|
virtual void | correctKinematics () |
| Correct the kinematics. More...
|
|
virtual void | correctThermo () |
| Correct the thermodynamics. More...
|
|
virtual void | correctTurbulence () |
| Correct the turbulence. More...
|
|
virtual void | correctEnergyTransport () |
| Correct the energy transport e.g. alphat. More...
|
|
virtual tmp< fvVectorMatrix > | UEqn ()=0 |
| Return the momentum equation. More...
|
|
virtual tmp< fvScalarMatrix > | heEqn ()=0 |
| Return the enthalpy equation. More...
|
|
virtual tmp< fvScalarMatrix > | YiEqn (volScalarField &Yi)=0 |
| Return the species fraction equation. More...
|
|
virtual bool | read () |
| Read phase properties dictionary. More...
|
|
virtual bool | compressible () const |
| Return true if the phase is compressible otherwise false. More...
|
|
virtual const tmp< volScalarField > & | divU () const |
| Return the phase dilatation rate (d(alpha)/dt + div(alpha*phi)) More...
|
|
virtual void | divU (const tmp< volScalarField > &divU) |
| Set the phase dilatation rate (d(alpha)/dt + div(alpha*phi)) More...
|
|
virtual const volScalarField & | K () const |
| Return the phase kinetic energy. More...
|
|
virtual const surfaceScalarField & | DbyA () const |
| Return the phase diffusivity divided by the momentum coefficient. More...
|
|
virtual void | DbyA (const tmp< surfaceScalarField > &DbyA) |
| Set the phase diffusivity divided by the momentum coefficient. More...
|
|
virtual const rhoThermo & | thermo () const =0 |
| Return const access to the thermophysical model. More...
|
|
virtual rhoThermo & | thermo ()=0 |
| Return non-const access to the thermophysical model. More...
|
|
virtual tmp< volScalarField > | rho () const =0 |
| Return the density field. More...
|
|
virtual const PtrList< volScalarField > & | Y () const =0 |
| Constant access the species mass fractions. More...
|
|
virtual PtrList< volScalarField > & | Y ()=0 |
| Access the species mass fractions. More...
|
|
virtual tmp< volVectorField > | U () const =0 |
| Constant access the velocity. More...
|
|
virtual volVectorField & | U ()=0 |
| Access the velocity. More...
|
|
virtual tmp< volVectorField > | DUDt () const =0 |
| Return the substantive acceleration. More...
|
|
virtual tmp< volScalarField > | continuityError () const =0 |
| Constant access the continuity error. More...
|
|
virtual tmp< surfaceScalarField > | phi () const =0 |
| Constant access the volumetric flux. More...
|
|
virtual surfaceScalarField & | phi ()=0 |
| Access the volumetric flux. More...
|
|
virtual tmp< surfaceScalarField > | alphaPhi () const =0 |
| Constant access the volumetric flux of the phase. More...
|
|
virtual surfaceScalarField & | alphaPhi ()=0 |
| Access the volumetric flux of the phase. More...
|
|
virtual tmp< surfaceScalarField > | alphaRhoPhi () const =0 |
| Constant access the mass flux of the phase. More...
|
|
virtual surfaceScalarField & | alphaRhoPhi ()=0 |
| Access the mass flux of the phase. More...
|
|
virtual tmp< volScalarField > | mu () const =0 |
| Return the laminar dynamic viscosity. More...
|
|
virtual tmp< scalarField > | mu (const label patchi) const =0 |
| Return the laminar dynamic viscosity on a patch. More...
|
|
virtual tmp< volScalarField > | nu () const =0 |
| Return the laminar kinematic viscosity. More...
|
|
virtual tmp< scalarField > | nu (const label patchi) const =0 |
| Return the laminar kinematic viscosity on a patch. More...
|
|
virtual tmp< volScalarField > | kappa () const =0 |
| Return the laminar thermal conductivity. More...
|
|
virtual tmp< scalarField > | kappa (const label patchi) const =0 |
| Return the laminar thermal conductivity on a patch. More...
|
|
virtual tmp< volScalarField > | kappaEff (const volScalarField &alphat) const =0 |
| Return the effective thermal conductivity. More...
|
|
virtual tmp< scalarField > | kappaEff (const scalarField &alphat, const label patchi) const =0 |
| Access the effective thermal conductivity. More...
|
|
virtual tmp< volScalarField > | alpha () const =0 |
| Return the laminar thermal diffusivity for enthalpy. More...
|
|
virtual tmp< scalarField > | alpha (const label patchi) const =0 |
| Return the laminar thermal diffusivity for enthalpy on a patch. More...
|
|
virtual tmp< volScalarField > | alphaEff (const volScalarField &alphat) const =0 |
| Return the effective thermal diffusivity for enthalpy. More...
|
|
virtual tmp< scalarField > | alphaEff (const scalarField &alphat, const label patchi) const =0 |
| Return the effective thermal diffusivity for enthalpy on a patch. More...
|
|
virtual const phaseCompressibleTurbulenceModel & | turbulence () const =0 |
| Return the turbulence model. More...
|
|
| phaseModel (const twoPhaseSystem &fluid, const dictionary &phaseProperties, const word &phaseName) |
|
virtual | ~phaseModel () |
| Destructor. More...
|
|
const word & | name () const |
| Return the name of this phase. More...
|
|
const twoPhaseSystem & | fluid () const |
| Return the twoPhaseSystem to which this phase belongs. More...
|
|
const phaseModel & | otherPhase () const |
| Return the other phase in this two-phase system. More...
|
|
const dimensionedScalar & | residualAlpha () const |
| Return the residual phase-fraction for given phase. More...
|
|
scalar | alphaMax () const |
| Optional maximum phase-fraction (e.g. packing limit) More...
|
|
tmp< volScalarField > | d () const |
| Return the Sauter-mean diameter. More...
|
|
const PhaseCompressibleTurbulenceModel< phaseModel > & | turbulence () const |
| Return the turbulence model. More...
|
|
PhaseCompressibleTurbulenceModel< phaseModel > & | turbulence () |
| Return non-const access to the turbulence model. More...
|
|
const rhoThermo & | thermo () const |
| Return the thermophysical model. More...
|
|
rhoThermo & | thermo () |
| Return non-const access to the thermophysical model. More...
|
|
tmp< volScalarField > | nu () const |
| Return the laminar viscosity. More...
|
|
tmp< scalarField > | nu (const label patchi) const |
| Return the laminar viscosity for patch. More...
|
|
tmp< volScalarField > | mu () const |
| Return the laminar dynamic viscosity. More...
|
|
tmp< scalarField > | mu (const label patchi) const |
| Return the laminar dynamic viscosity for patch. More...
|
|
tmp< scalarField > | kappa (const label patchi) const |
| Return the thermal conductivity on a patch. More...
|
|
tmp< volScalarField > | kappa () const |
| Return the thermal conductivity. More...
|
|
tmp< volScalarField > | kappaEff (const volScalarField &alphat) const |
| Return the laminar thermal conductivity. More...
|
|
tmp< scalarField > | kappaEff (const scalarField &alphat, const label patchi) const |
| Return the laminar thermal conductivity on a patch. More...
|
|
tmp< volScalarField > | alpha () const |
| Return the laminar thermal diffusivity for enthalpy. More...
|
|
tmp< scalarField > | alpha (const label patchi) const |
| Return the laminar thermal diffusivity for enthalpy on a patch. More...
|
|
tmp< volScalarField > | alphaEff (const volScalarField &alphat) const |
| Return the effective thermal diffusivity for enthalpy. More...
|
|
tmp< scalarField > | alphaEff (const scalarField &alphat, const label patchi) const |
| Return the effective thermal diffusivity for enthalpy on a patch. More...
|
|
tmp< volScalarField > | Cp () const |
| Return the specific heat capacity. More...
|
|
const volScalarField & | rho () const |
| Return the density. More...
|
|
const volVectorField & | U () const |
| Return the velocity. More...
|
|
volVectorField & | U () |
| Return non-const access to the velocity. More...
|
|
const surfaceScalarField & | phi () const |
| Return the volumetric flux. More...
|
|
surfaceScalarField & | phi () |
| Return non-const access to the volumetric flux. More...
|
|
const surfaceScalarField & | alphaPhi () const |
| Return the volumetric flux of the phase. More...
|
|
surfaceScalarField & | alphaPhi () |
| Return non-const access to the volumetric flux of the phase. More...
|
|
const surfaceScalarField & | alphaRhoPhi () const |
| Return the mass flux of the phase. More...
|
|
surfaceScalarField & | alphaRhoPhi () |
| Return non-const access to the mass flux of the phase. More...
|
|
void | correct () |
| Correct the phase properties. More...
|
|
virtual bool | read (const dictionary &phaseProperties) |
| Read phaseProperties dictionary. More...
|
|
virtual bool | read () |
| Dummy Read for transportModel. More...
|
|
| TypeName ("GeometricField") |
| Runtime type information. More...
|
|
| GeometricField (const IOobject &, const Mesh &, const dimensionSet &, const word &patchFieldType=PatchField< Type >::calculatedType()) |
| Constructor given IOobject, mesh, dimensions and patch type. More...
|
|
| GeometricField (const IOobject &, const Mesh &, const dimensionSet &, const wordList &wantedPatchTypes, const wordList &actualPatchTypes=wordList()) |
| Constructor given IOobject, mesh, dimensions and patch types. More...
|
|
| GeometricField (const IOobject &, const Mesh &, const dimensioned< Type > &, const word &patchFieldType=PatchField< Type >::calculatedType()) |
| Constructor given IOobject, mesh, dimensioned<Type> and patch type. More...
|
|
| GeometricField (const IOobject &, const Mesh &, const dimensioned< Type > &, const wordList &wantedPatchTypes, const wordList &actualPatchTypes=wordList()) |
| Constructor given IOobject, mesh, dimensioned<Type> and patch types. More...
|
|
| GeometricField (const IOobject &, const Mesh &, const dimensionSet &, const Field< Type > &, const PtrList< PatchField< Type > > &) |
| Constructor from components. More...
|
|
| GeometricField (const IOobject &, const Mesh &, const bool readOldTime=true) |
| Construct and read given IOobject. More...
|
|
| GeometricField (const IOobject &, const Mesh &, const dictionary &) |
| Construct from dictionary. More...
|
|
| GeometricField (const GeometricField< Type, PatchField, GeoMesh > &) |
| Construct as copy. More...
|
|
| GeometricField (const tmp< GeometricField< Type, PatchField, GeoMesh > > &) |
| Construct as copy of tmp<GeometricField> deleting argument. More...
|
|
| GeometricField (const IOobject &, const GeometricField< Type, PatchField, GeoMesh > &) |
| Construct as copy resetting IO parameters. More...
|
|
| GeometricField (const IOobject &, const tmp< GeometricField< Type, PatchField, GeoMesh > > &) |
| Construct as copy of tmp<GeometricField> resetting IO parameters. More...
|
|
| GeometricField (const word &newName, const GeometricField< Type, PatchField, GeoMesh > &) |
| Construct as copy resetting name. More...
|
|
| GeometricField (const word &newName, const tmp< GeometricField< Type, PatchField, GeoMesh > > &) |
| Construct as copy resetting name. More...
|
|
| GeometricField (const IOobject &, const GeometricField< Type, PatchField, GeoMesh > &, const word &patchFieldType) |
| Construct as copy resetting IO parameters and patch type. More...
|
|
| GeometricField (const IOobject &, const GeometricField< Type, PatchField, GeoMesh > &, const wordList &patchFieldTypes, const wordList &actualPatchTypes=wordList()) |
| Construct as copy resetting IO parameters and boundary types. More...
|
|
virtual | ~GeometricField () |
| Destructor. More...
|
|
DimensionedInternalField & | dimensionedInternalField () |
| Return dimensioned internal field. More...
|
|
const DimensionedInternalField & | dimensionedInternalField () const |
| Return dimensioned internal field. More...
|
|
InternalField & | internalField () |
| Return internal field. More...
|
|
const InternalField & | internalField () const |
| Return internal field. More...
|
|
GeometricBoundaryField & | boundaryField () |
| Return reference to GeometricBoundaryField. More...
|
|
const GeometricBoundaryField & | boundaryField () const |
| Return reference to GeometricBoundaryField for const field. More...
|
|
label | timeIndex () const |
| Return the time index of the field. More...
|
|
label & | timeIndex () |
| Return the time index of the field. More...
|
|
void | storeOldTimes () const |
| Store the old-time fields. More...
|
|
void | storeOldTime () const |
| Store the old-time field. More...
|
|
label | nOldTimes () const |
| Return the number of old time fields stored. More...
|
|
const GeometricField< Type, PatchField, GeoMesh > & | oldTime () const |
| Return old time field. More...
|
|
GeometricField< Type, PatchField, GeoMesh > & | oldTime () |
| Return non-const old time field. More...
|
|
void | storePrevIter () const |
| Store the field as the previous iteration value. More...
|
|
const GeometricField< Type, PatchField, GeoMesh > & | prevIter () const |
| Return previous iteration field. More...
|
|
void | correctBoundaryConditions () |
| Correct boundary field. More...
|
|
bool | needReference () const |
| Does the field need a reference level for solution. More...
|
|
tmp< GeometricField< cmptType, PatchField, GeoMesh > > | component (const direction) const |
| Return a component of the field. More...
|
|
bool | writeData (Ostream &) const |
| WriteData member function required by regIOobject. More...
|
|
tmp< GeometricField< Type, PatchField, GeoMesh > > | T () const |
| Return transpose (only if it is a tensor field) More...
|
|
void | relax (const scalar alpha) |
| Relax field (for steady-state solution). More...
|
|
void | relax () |
| Relax field (for steady-state solution). More...
|
|
word | select (bool final) const |
| Select the final iteration parameters if `final' is true. More...
|
|
void | writeMinMax (Ostream &os) const |
| Helper function to write the min and max to an Ostream. More...
|
|
void | negate () |
|
void | replace (const direction, const GeometricField< cmptType, PatchField, GeoMesh > &) |
|
void | replace (const direction, const dimensioned< cmptType > &) |
|
void | max (const dimensioned< Type > &) |
|
void | min (const dimensioned< Type > &) |
|
void | max (const GeometricField< Type, PatchField, GeoMesh > &, const dimensioned< Type > &) |
|
void | min (const GeometricField< Type, PatchField, GeoMesh > &, const dimensioned< Type > &) |
|
void | scale (const GeometricField< Type, PatchField, GeoMesh > &, const GeometricField< Type, PatchField, GeoMesh > &) |
|
void | scale (const GeometricField< Type, PatchField, GeoMesh > &, const dimensioned< Type > &) |
|
void | operator= (const GeometricField< Type, PatchField, GeoMesh > &) |
|
void | operator= (const tmp< GeometricField< Type, PatchField, GeoMesh > > &) |
|
void | operator= (const dimensioned< Type > &) |
|
void | operator== (const tmp< GeometricField< Type, PatchField, GeoMesh > > &) |
|
void | operator== (const dimensioned< Type > &) |
|
void | operator+= (const GeometricField< Type, PatchField, GeoMesh > &) |
|
void | operator+= (const tmp< GeometricField< Type, PatchField, GeoMesh > > &) |
|
void | operator-= (const GeometricField< Type, PatchField, GeoMesh > &) |
|
void | operator-= (const tmp< GeometricField< Type, PatchField, GeoMesh > > &) |
|
void | operator*= (const GeometricField< scalar, PatchField, GeoMesh > &) |
|
void | operator*= (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &) |
|
void | operator/= (const GeometricField< scalar, PatchField, GeoMesh > &) |
|
void | operator/= (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &) |
|
void | operator+= (const dimensioned< Type > &) |
|
void | operator-= (const dimensioned< Type > &) |
|
void | operator*= (const dimensioned< scalar > &) |
|
void | operator/= (const dimensioned< scalar > &) |
|
tmp< GeometricField< scalar, fvPatchField, volMesh > > | component (const direction) const |
|
void | replace (const direction, const GeometricField< scalar, fvPatchField, volMesh > &gsf) |
|
tmp< GeometricField< scalar, fvPatchField, volMesh > > | component (const direction) const |
|
void | replace (const direction, const GeometricField< scalar, fvPatchField, volMesh > &sf) |
|