Standard k-epsilon turbulence model with additional source terms corresponding to PDR basic drag model (basic.H) More...
Public Member Functions | |
TypeName ("PDRkEpsilon") | |
PDRkEpsilon (const geometricOneField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const fluidThermo &thermophysicalModel, const word &turbulenceModelName=turbulenceModel::typeName, const word &modelName=typeName) | |
virtual | ~PDRkEpsilon () |
void | correct () |
bool | read () |
![]() | |
kEpsilon (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) | |
TypeName ("kEpsilon") | |
virtual | ~kEpsilon ()=default |
tmp< volScalarField > | DkEff () const |
tmp< volScalarField > | DepsilonEff () const |
virtual tmp< volScalarField > | k () const |
virtual tmp< volScalarField > | epsilon () const |
![]() | |
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) | |
virtual | ~eddyViscosity ()=default |
virtual tmp< volScalarField > | nut () const |
virtual tmp< scalarField > | nut (const label patchi) const |
virtual tmp< volSymmTensorField > | R () const |
virtual void | validate () |
![]() | |
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) | |
virtual | ~linearViscousStress ()=default |
virtual tmp< volSymmTensorField > | devRhoReff () const |
virtual tmp< volSymmTensorField > | devRhoReff (const volVectorField &U) const |
virtual tmp< fvVectorMatrix > | divDevRhoReff (volVectorField &U) const |
virtual tmp< fvVectorMatrix > | divDevRhoReff (const volScalarField &rho, volVectorField &U) const |
![]() | |
RASModel (const word &type, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) | |
TypeName ("RAS") | |
declareRunTimeSelectionTable (autoPtr, RASModel, 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)) | |
virtual | ~RASModel ()=default |
const dimensionedScalar & | kMin () const |
dimensionedScalar & | kMin () |
const dimensionedScalar & | epsilonMin () const |
dimensionedScalar & | epsilonMin () |
const dimensionedScalar & | omegaMin () const |
dimensionedScalar & | omegaMin () |
virtual const dictionary & | coeffDict () const |
virtual tmp< volScalarField > | nuEff () const |
virtual tmp< scalarField > | nuEff (const label patchi) const |
virtual tmp< volScalarField > | omega () const |
![]() | |
EddyDiffusivity (const word &type, const alphaField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) | |
virtual | ~EddyDiffusivity ()=default |
virtual tmp< volScalarField > | alphat () const |
virtual tmp< scalarField > | alphat (const label patchi) 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 void | correctEnergyTransport () |
![]() | |
ThermalDiffusivity (const word &type, const alphaField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) | |
virtual | ~ThermalDiffusivity ()=default |
virtual tmp< volScalarField > | kappa () const |
virtual tmp< scalarField > | kappa (const label patchi) const |
virtual tmp< volScalarField > | alpha () const |
virtual tmp< scalarField > | alpha (const label patchi) const |
virtual tmp< volScalarField > | alphat () const |
virtual tmp< volScalarField > | kappaEff () const |
virtual tmp< volScalarField > | alphaEff () const |
Standard k-epsilon turbulence model with additional source terms corresponding to PDR basic drag model (basic.H)
The default model coefficients correspond to the following:
PDRkEpsilonCoeffs { Cmu 0.09; C1 1.44; C2 1.92; C3 -0.33; // only for compressible C4 0.1; sigmak 1.0; // only for compressible sigmaEps 1.3; Prt 1.0; // only for compressible }
The turbulence source term appears in the
equation for the generation of turbulence due to interaction with unresolved obstacles.
In the equation
is added as a source term.
In the equation
is added as a source term.
Definition at line 76 of file PDRkEpsilon.H.
PDRkEpsilon | ( | const geometricOneField & | alpha, |
const volScalarField & | rho, | ||
const volVectorField & | U, | ||
const surfaceScalarField & | alphaRhoPhi, | ||
const surfaceScalarField & | phi, | ||
const fluidThermo & | thermophysicalModel, | ||
const word & | turbulenceModelName = turbulenceModel::typeName , |
||
const word & | modelName = typeName |
||
) |
|
virtual |
TypeName | ( | "PDRkEpsilon" | ) |
|
virtual |
Reimplemented from kEpsilon< EddyDiffusivity< compressible::turbulenceModel > >.
|
virtual |
Reimplemented from kEpsilon< EddyDiffusivity< compressible::turbulenceModel > >.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.