75 template<
class BasicTurbulenceModel>
107 typedef typename BasicTurbulenceModel::alphaField
alphaField;
108 typedef typename BasicTurbulenceModel::rhoField
rhoField;
109 typedef typename BasicTurbulenceModel::transportModel
transportModel;
121 const alphaField&
alpha,
126 const transportModel& transport,
150 alphaK_*this->
nut_ + this->
nu()
163 alphaOmega_*this->
nut_ + this->
nu()
190 this->mesh_.time().timeName(),
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.
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.
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
static const word propertiesName
Default name of the turbulence properties dictionary.
BasicTurbulenceModel::rhoField rhoField
A class for handling words, derived from string.
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.
tmp< volScalarField > DomegaEff() const
Return the effective diffusivity for omega.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Standard high Reynolds-number k-omega turbulence model for incompressible and compressible flows...