One-equation SGS model for the gas-phase in a two-phase system supporting phase-inversion. More...
Public Types | |
typedef BasicTurbulenceModel::alphaField | alphaField |
typedef BasicTurbulenceModel::rhoField | rhoField |
typedef BasicTurbulenceModel::transportModel | transportModel |
Public Types inherited from kEqn< BasicTurbulenceModel > | |
typedef BasicTurbulenceModel::alphaField | alphaField |
typedef BasicTurbulenceModel::rhoField | rhoField |
typedef BasicTurbulenceModel::transportModel | transportModel |
Public Types inherited from LESeddyViscosity< BasicTurbulenceModel > | |
typedef BasicTurbulenceModel::alphaField | alphaField |
typedef BasicTurbulenceModel::rhoField | rhoField |
typedef BasicTurbulenceModel::transportModel | transportModel |
Public Types inherited from eddyViscosity< LESModel< BasicTurbulenceModel > > | |
typedef LESModel< BasicTurbulenceModel > ::alphaField | alphaField |
typedef LESModel< BasicTurbulenceModel > ::rhoField | rhoField |
typedef LESModel< BasicTurbulenceModel > ::transportModel | transportModel |
Public Types inherited from linearViscousStress< LESModel< BasicTurbulenceModel > > | |
typedef LESModel< BasicTurbulenceModel > ::alphaField | alphaField |
typedef LESModel< BasicTurbulenceModel > ::rhoField | rhoField |
typedef LESModel< BasicTurbulenceModel > ::transportModel | transportModel |
Public Types inherited from LESModel< BasicTurbulenceModel > | |
typedef BasicTurbulenceModel::alphaField | alphaField |
typedef BasicTurbulenceModel::rhoField | rhoField |
typedef BasicTurbulenceModel::transportModel | transportModel |
Public Member Functions | |
TypeName ("continuousGasKEqn") | |
Runtime type information. More... | |
continuousGasKEqn (const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName) | |
Construct from components. More... | |
virtual | ~continuousGasKEqn () |
Destructor. More... | |
virtual bool | read () |
Read model coefficients if they have changed. More... | |
Public Member Functions inherited from kEqn< BasicTurbulenceModel > | |
TypeName ("kEqn") | |
Runtime type information. More... | |
kEqn (const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName) | |
Constructor from components. More... | |
virtual | ~kEqn () |
Destructor. More... | |
virtual tmp< volScalarField > | k () const |
Return SGS kinetic energy. More... | |
virtual tmp< volScalarField > | epsilon () const |
Return sub-grid disipation rate. More... | |
tmp< volScalarField > | DkEff () const |
Return the effective diffusivity for k. More... | |
virtual void | correct () |
Correct eddy-Viscosity and related properties. More... | |
Public Member Functions inherited from LESeddyViscosity< BasicTurbulenceModel > | |
LESeddyViscosity (const word &type, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName) | |
Construct from components. More... | |
virtual | ~LESeddyViscosity () |
Destructor. More... | |
Public Member Functions inherited from eddyViscosity< LESModel< BasicTurbulenceModel > > | |
eddyViscosity (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) | |
Construct from components. More... | |
virtual | ~eddyViscosity () |
Destructor. More... | |
virtual tmp< volScalarField > | nut () const |
Return the turbulence viscosity. More... | |
virtual tmp< scalarField > | nut (const label patchi) const |
Return the turbulence viscosity on patch. More... | |
virtual tmp< volSymmTensorField > | R () const |
Return the Reynolds stress tensor. More... | |
virtual void | validate () |
Validate the turbulence fields after construction. More... | |
Public Member Functions inherited from linearViscousStress< LESModel< BasicTurbulenceModel > > | |
linearViscousStress (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) | |
Construct from components. More... | |
virtual | ~linearViscousStress () |
Destructor. More... | |
virtual tmp< volSymmTensorField > | devRhoReff () const |
Return the effective stress tensor. More... | |
virtual tmp< fvVectorMatrix > | divDevRhoReff (volVectorField &U) const |
Return the source term for the momentum equation. More... | |
virtual tmp< fvVectorMatrix > | divDevRhoReff (const volScalarField &rho, volVectorField &U) const |
Return the source term for the momentum equation. More... | |
Public Member Functions inherited from LESModel< BasicTurbulenceModel > | |
TypeName ("LES") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, LESModel, dictionary,(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName),(alpha, rho, U, alphaRhoPhi, phi, transport, propertiesName)) | |
LESModel (const word &type, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) | |
Construct from components. More... | |
virtual | ~LESModel () |
Destructor. More... | |
virtual const dictionary & | coeffDict () const |
Const access to the coefficients dictionary. More... | |
const dimensionedScalar & | kMin () const |
Return the lower allowable limit for k (default: small) More... | |
dimensionedScalar & | kMin () |
Allow kMin to be changed. More... | |
const volScalarField & | delta () const |
Access function to filter width. More... | |
virtual tmp< volScalarField > | nuEff () const |
Return the effective viscosity. More... | |
virtual tmp< scalarField > | nuEff (const label patchi) const |
Return the effective viscosity on patch. More... | |
Protected Member Functions | |
const turbulenceModel & | liquidTurbulence () const |
Return the turbulence model for the liquid phase. More... | |
tmp< volScalarField > | phaseTransferCoeff () const |
virtual tmp< fvScalarMatrix > | kSource () const |
Protected Member Functions inherited from kEqn< BasicTurbulenceModel > | |
virtual void | correctNut () |
Protected Member Functions inherited from LESModel< BasicTurbulenceModel > | |
virtual void | printCoeffs (const word &type) |
Print model coefficients. More... | |
Protected Attributes | |
dimensionedScalar | alphaInversion_ |
Protected Attributes inherited from kEqn< BasicTurbulenceModel > | |
volScalarField | k_ |
dimensionedScalar | Ck_ |
Protected Attributes inherited from LESeddyViscosity< BasicTurbulenceModel > | |
dimensionedScalar | Ce_ |
Protected Attributes inherited from eddyViscosity< LESModel< BasicTurbulenceModel > > | |
volScalarField | nut_ |
Protected Attributes inherited from LESModel< BasicTurbulenceModel > | |
dictionary | LESDict_ |
LES coefficients dictionary. More... | |
Switch | turbulence_ |
Turbulence on/off flag. More... | |
Switch | printCoeffs_ |
Flag to print the model coeffs at run-time. More... | |
dictionary | coeffDict_ |
Model coefficients dictionary. More... | |
dimensionedScalar | kMin_ |
Lower limit of k. More... | |
dimensionedScalar | epsilonMin_ |
Lower limit of epsilon. More... | |
dimensionedScalar | omegaMin_ |
Lower limit for omega. More... | |
autoPtr< Foam::LESdelta > | delta_ |
Run-time selectable delta model. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from LESModel< BasicTurbulenceModel > | |
static autoPtr< LESModel > | New (const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName) |
Return a reference to the selected LES model. More... | |
One-equation SGS model for the gas-phase in a two-phase system supporting phase-inversion.
In the limit that the gas-phase fraction approaches zero a contribution from the other phase is blended into the k-equation up to the phase-fraction of alphaInversion at which point phase-inversion is considered to have occurred and the model reverts to the pure single-phase form.
This model is unpublished and is provided as a stable numerical framework on which a more physical model may be built.
The default model coefficients are
continuousKEqnCoeffs { Ck 0.094; Ce 1.048; alphaInversion 0.7; }
Definition at line 70 of file continuousGasKEqn.H.
typedef BasicTurbulenceModel::alphaField alphaField |
Definition at line 106 of file continuousGasKEqn.H.
typedef BasicTurbulenceModel::rhoField rhoField |
Definition at line 107 of file continuousGasKEqn.H.
typedef BasicTurbulenceModel::transportModel transportModel |
Definition at line 108 of file continuousGasKEqn.H.
continuousGasKEqn | ( | const alphaField & | alpha, |
const rhoField & | rho, | ||
const volVectorField & | U, | ||
const surfaceScalarField & | alphaRhoPhi, | ||
const surfaceScalarField & | phi, | ||
const transportModel & | transport, | ||
const word & | propertiesName = turbulenceModel::propertiesName , |
||
const word & | type = typeName |
||
) |
Construct from components.
Definition at line 40 of file continuousGasKEqn.C.
|
inlinevirtual |
Destructor.
Definition at line 132 of file continuousGasKEqn.H.
References continuousGasKEqn< BasicTurbulenceModel >::read().
|
protected |
Return the turbulence model for the liquid phase.
Definition at line 102 of file continuousGasKEqn.C.
References IOobject::db(), fluid, IOobject::groupName(), objectRegistry::lookupObject(), twoPhaseSystem::otherPhase(), and turbulenceModel::propertiesName.
|
protected |
Definition at line 130 of file continuousGasKEqn.C.
References delta, TimeState::deltaT(), turbulenceModel::k(), Foam::max(), Foam::min(), Foam::sqrt(), and IOobject::time().
|
protectedvirtual |
Reimplemented from kEqn< BasicTurbulenceModel >.
Definition at line 153 of file continuousGasKEqn.C.
References turbulenceModel::k(), and Foam::fvm::Sp().
TypeName | ( | "continuousGasKEqn< BasicTurbulenceModel >" | ) |
Runtime type information.
|
virtual |
Read model coefficients if they have changed.
Reimplemented from kEqn< BasicTurbulenceModel >.
Definition at line 85 of file continuousGasKEqn.C.
Referenced by continuousGasKEqn< BasicTurbulenceModel >::~continuousGasKEqn().
|
protected |
Definition at line 92 of file continuousGasKEqn.H.