k-epsilon 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 |
![]() | |
typedef BasicTurbulenceModel::alphaField | alphaField |
typedef BasicTurbulenceModel::rhoField | rhoField |
typedef BasicTurbulenceModel::transportModel | transportModel |
![]() | |
typedef RASModel< BasicTurbulenceModel > ::alphaField | alphaField |
typedef RASModel< BasicTurbulenceModel > ::rhoField | rhoField |
typedef RASModel< BasicTurbulenceModel > ::transportModel | transportModel |
![]() | |
typedef RASModel< BasicTurbulenceModel > ::alphaField | alphaField |
typedef RASModel< BasicTurbulenceModel > ::rhoField | rhoField |
typedef RASModel< BasicTurbulenceModel > ::transportModel | transportModel |
![]() | |
typedef BasicTurbulenceModel::alphaField | alphaField |
typedef BasicTurbulenceModel::rhoField | rhoField |
typedef BasicTurbulenceModel::transportModel | transportModel |
Protected Member Functions | |
virtual void | correctNut () |
tmp< volScalarField > | phaseTransferCoeff () const |
virtual tmp< fvScalarMatrix > | kSource () const |
virtual tmp< fvScalarMatrix > | epsilonSource () const |
![]() | |
virtual void | printCoeffs (const word &type) |
RASModel (const RASModel &)=delete | |
void | operator= (const RASModel &)=delete |
Protected Attributes | |
dimensionedScalar | alphaInversion_ |
![]() | |
dimensionedScalar | Cmu_ |
dimensionedScalar | C1_ |
dimensionedScalar | C2_ |
dimensionedScalar | C3_ |
dimensionedScalar | sigmak_ |
dimensionedScalar | sigmaEps_ |
volScalarField | k_ |
volScalarField | epsilon_ |
![]() | |
volScalarField | nut_ |
![]() | |
dictionary | RASDict_ |
Switch | turbulence_ |
Switch | printCoeffs_ |
dictionary | coeffDict_ |
dimensionedScalar | kMin_ |
dimensionedScalar | epsilonMin_ |
dimensionedScalar | omegaMin_ |
Additional Inherited Members | |
![]() | |
static autoPtr< RASModel > | New (const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName) |
k-epsilon 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 and epsilon equations 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
continuousGasKEpsilonCoeffs { Cmu 0.09; C1 1.44; C2 1.92; C3 -0.33; sigmak 1.0; sigmaEps 1.3; alphaInversion 0.7; }
Definition at line 77 of file continuousGasKEpsilon.H.
typedef BasicTurbulenceModel::alphaField alphaField |
Definition at line 116 of file continuousGasKEpsilon.H.
typedef BasicTurbulenceModel::rhoField rhoField |
Definition at line 117 of file continuousGasKEpsilon.H.
typedef BasicTurbulenceModel::transportModel transportModel |
Definition at line 118 of file continuousGasKEpsilon.H.
continuousGasKEpsilon | ( | 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 |
||
) |
Definition at line 39 of file continuousGasKEpsilon.C.
References Foam::type().
|
virtualdefault |
|
protectedvirtual |
Reimplemented from kEpsilon< BasicTurbulenceModel >.
Definition at line 111 of file continuousGasKEpsilon.C.
References optionList::correct(), kEpsilon< BasicTurbulenceModel >::correctNut(), virtualMassModel::Cvm(), turbulenceModel::epsilon(), Foam::exp(), fluid, turbulenceModel::k(), Foam::min(), options::New(), turbulenceModel::nut(), liquid::rho(), and Foam::sqr().
|
protected |
Definition at line 223 of file continuousGasKEpsilon.C.
References Foam::constant::atomic::alpha, turbulenceModel::epsilon(), turbulenceModel::k(), Foam::max(), Foam::min(), rho, and U.
|
protectedvirtual |
Reimplemented from kEpsilon< BasicTurbulenceModel >.
Definition at line 246 of file continuousGasKEpsilon.C.
References turbulenceModel::k(), and Foam::fvm::Sp().
|
protectedvirtual |
Reimplemented from kEpsilon< BasicTurbulenceModel >.
Definition at line 259 of file continuousGasKEpsilon.C.
References turbulenceModel::epsilon(), and Foam::fvm::Sp().
TypeName | ( | "continuousGasKEpsilon< BasicTurbulenceModel >" | ) |
|
virtual |
Reimplemented from kEpsilon< BasicTurbulenceModel >.
Definition at line 97 of file continuousGasKEpsilon.C.
const turbulenceModel & liquidTurbulence |
Definition at line 143 of file continuousGasKEpsilon.C.
References fluid, IOobject::groupName(), turbulenceModel::propertiesName, and U.
|
virtual |
Reimplemented from RASModel< BasicTurbulenceModel >.
Definition at line 171 of file continuousGasKEpsilon.C.
References IOobject::groupName(), Foam::max(), Foam::min(), nu, and rho.
|
virtual |
Definition at line 201 of file continuousGasKEpsilon.C.
References virtualMassModel::Cvm(), fluid, IOobject::groupName(), and liquid::rho().
|
virtual |
Definition at line 272 of file continuousGasKEpsilon.C.
References Foam::dev(), Foam::fvc::grad(), IOobject::groupName(), Foam::I, k, IOobject::NO_READ, IOobject::NO_WRITE, and Foam::twoSymm().
|
protected |
Definition at line 103 of file continuousGasKEpsilon.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.