Standard k-epsilon turbulence model with additional source terms corresponding to PDR basic drag model (basic.H) More...
Public Member Functions | |
TypeName ("PDRkEpsilon") | |
Runtime type information. More... | |
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) | |
Construct from components. More... | |
virtual | ~PDRkEpsilon () |
Destructor. More... | |
void | correct () |
Solve the turbulence equations and correct the turbulence viscosity. More... | |
bool | read () |
Read turbulenceProperties dictionary. More... | |
Public Member Functions inherited from kEpsilon< EddyDiffusivity< compressible::turbulenceModel > > | |
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) | |
Construct from components. More... | |
TypeName ("kEpsilon") | |
Runtime type information. More... | |
virtual | ~kEpsilon () |
Destructor. More... | |
tmp< volScalarField > | DkEff () const |
Return the effective diffusivity for k. More... | |
tmp< volScalarField > | DepsilonEff () const |
Return the effective diffusivity for epsilon. More... | |
virtual tmp< volScalarField > | k () const |
Return the turbulence kinetic energy. More... | |
virtual tmp< volScalarField > | epsilon () const |
Return the turbulence kinetic energy dissipation rate. More... | |
Public Member Functions inherited from eddyViscosity< RASModel< EddyDiffusivity< compressible::turbulenceModel > > > | |
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... | |
volScalarField & | evNut () |
Return non-const access to the turbulence viscosity. 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< RASModel< EddyDiffusivity< compressible::turbulenceModel > > > | |
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 RASModel< EddyDiffusivity< compressible::turbulenceModel > > | |
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) | |
Construct from components. More... | |
TypeName ("RAS") | |
Runtime type information. More... | |
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 () |
Destructor. More... | |
const dimensionedScalar & | kMin () const |
Return the lower allowable limit for k (default: SMALL) More... | |
dimensionedScalar & | kMin () |
Allow kMin to be changed. More... | |
const dimensionedScalar & | epsilonMin () const |
Return the lower allowable limit for epsilon (default: SMALL) More... | |
dimensionedScalar & | epsilonMin () |
Allow epsilonMin to be changed. More... | |
const dimensionedScalar & | omegaMin () const |
Return the lower allowable limit for omega (default: SMALL) More... | |
dimensionedScalar & | omegaMin () |
Allow omegaMin to be changed. More... | |
virtual const dictionary & | coeffDict () const |
Const access to the coefficients dictionary. 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... | |
Public Member Functions inherited from EddyDiffusivity< compressible::turbulenceModel > | |
EddyDiffusivity (const word &type, const alphaField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &trasport, const word &propertiesName) | |
Construct. More... | |
virtual | ~EddyDiffusivity () |
Destructor. More... | |
virtual tmp< volScalarField > | alphat () const |
Return the turbulent thermal diffusivity for enthalpy [kg/m/s]. More... | |
virtual tmp< scalarField > | alphat (const label patchi) const |
Return the turbulent thermal diffusivity for enthalpy for a patch. More... | |
virtual tmp< volScalarField > | kappaEff () const |
Return the effective turbulent thermal diffusivity for temperature. More... | |
virtual tmp< scalarField > | kappaEff (const label patchi) const |
Return the effective turbulent thermal diffusivity for temperature. More... | |
virtual tmp< volScalarField > | alphaEff () const |
Return the effective turbulent thermal diffusivity for enthalpy. More... | |
virtual tmp< scalarField > | alphaEff (const label patchi) const |
Return the effective turbulent thermal diffusivity for enthalpy. More... | |
virtual void | correctEnergyTransport () |
Correct the turbulence thermal diffusivity for energy transport. More... | |
Public Member Functions inherited from ThermalDiffusivity< BasicTurbulenceModel > | |
ThermalDiffusivity (const word &type, const alphaField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &trasport, const word &propertiesName) | |
Construct. More... | |
virtual | ~ThermalDiffusivity () |
Destructor. More... | |
virtual tmp< volScalarField > | kappa () const |
Return the thermal diffusivity for temperature [J/m/s/K]. More... | |
virtual tmp< scalarField > | kappa (const label patchi) const |
Return the laminar thermal diffusivity for temperature on patch. More... | |
virtual tmp< volScalarField > | alpha () const |
Return the laminar thermal diffusivity for enthalpy [kg/m/s]. More... | |
virtual tmp< scalarField > | alpha (const label patchi) const |
Return the laminar thermal diffusivity for enthalpy on patch. More... | |
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 78 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 |
||
) |
Construct from components.
|
virtual |
Destructor.
TypeName | ( | "PDRkEpsilon" | ) |
Runtime type information.
|
virtual |
Solve the turbulence equations and correct the turbulence viscosity.
Reimplemented from kEpsilon< EddyDiffusivity< compressible::turbulenceModel > >.
|
virtual |
Read turbulenceProperties dictionary.
Reimplemented from kEpsilon< EddyDiffusivity< compressible::turbulenceModel > >.