Go to the documentation of this file.
75 template<
class BasicTurbulenceModel>
107 typedef typename BasicTurbulenceModel::alphaField
alphaField;
108 typedef typename BasicTurbulenceModel::rhoField
rhoField;
109 typedef typename BasicTurbulenceModel::transportModel
transportModel;
190 this->mesh_.time().timeName(),
virtual bool read()
Read RASProperties dictionary.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
BasicTurbulenceModel::alphaField alphaField
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
A class for handling words, derived from string.
virtual void correctNut()
A class for managing temporary objects.
BasicTurbulenceModel::rhoField rhoField
virtual ~kOmega()
Destructor.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
static const word propertiesName
Default name of the turbulence properties dictionary.
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
BasicTurbulenceModel::transportModel transportModel
dimensionedScalar alphaOmega_
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
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.
Generic dimensioned Type class.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
dimensionedScalar alphaK_
TypeName("kOmega")
Runtime type information.
wordList types() const
Return a list of the patch types.
tmp< volScalarField > DomegaEff() const
Return the effective diffusivity for omega.
Eddy viscosity turbulence model base class.
Standard high Reynolds-number k-omega turbulence model for incompressible and compressible flows.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.