72 template<
class BasicTurbulenceModel>
106 typedef typename BasicTurbulenceModel::alphaField
alphaField;
107 typedef typename BasicTurbulenceModel::rhoField
rhoField;
108 typedef typename BasicTurbulenceModel::transportModel
transportModel;
120 const alphaField&
alpha,
125 const transportModel& transport,
147 alphaK_*this->
nut_ + this->
nu()
157 alphaOmega_*this->
nut_ + this->
nu()
BasicTurbulenceModel::transportModel transportModel
kOmega(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.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
dimensionedScalar alphaK_
TypeName("kOmega")
Runtime type information.
BasicTurbulenceModel::alphaField alphaField
Eddy viscosity turbulence model base class.
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
static tmp< GeometricField< scalar, fvPatchField, volMesh > > New(const word &name, const Mesh &, const dimensionSet &, const word &patchFieldType=fvPatchField< scalar >::calculatedType())
Return a temporary field constructed from name, mesh, dimensionSet.
static const word propertiesName
Default name of the turbulence properties dictionary.
BasicTurbulenceModel::rhoField rhoField
A class for handling words, derived from string.
tmp< volScalarField > DomegaEff() const
Return the effective diffusivity for omega.
dimensionedScalar alphaOmega_
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
virtual void correctNut()
virtual bool read()
Read RASProperties dictionary.
virtual ~kOmega()
Destructor.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
virtual tmp< fvScalarMatrix > kSource() const
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
A class for managing temporary objects.
Standard high Reynolds-number k-omega turbulence model for incompressible and compressible flows...
virtual tmp< fvScalarMatrix > omegaSource() const