Go to the documentation of this file.
78 template<
class BasicTurbulenceModel>
110 typedef typename BasicTurbulenceModel::alphaField
alphaField;
111 typedef typename BasicTurbulenceModel::rhoField
rhoField;
112 typedef typename BasicTurbulenceModel::transportModel
transportModel;
BasicTurbulenceModel::alphaField alphaField
tmp< volScalarField > DkEff() const
A class for handling words, derived from Foam::string.
virtual ~kOmega()=default
virtual void correctNut()
A class for managing temporary objects.
BasicTurbulenceModel::rhoField rhoField
const dimensionedScalar alpha
static const word propertiesName
BasicTurbulenceModel::transportModel transportModel
dimensionedScalar alphaOmega_
virtual tmp< volScalarField > k() const
virtual tmp< volScalarField > omega() const
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)
Generic dimensioned Type class.
dimensionedScalar alphaK_
tmp< volScalarField > DomegaEff() const
fileName::Type type(const fileName &name, const bool followLink=true)
Eddy viscosity turbulence model base class.
Standard high Reynolds-number k-omega turbulence model for incompressible and compressible flows.
Generic GeometricField class.