80template<
class BasicTurbulenceModel>
112 typedef typename BasicTurbulenceModel::alphaField
alphaField;
113 typedef typename BasicTurbulenceModel::rhoField
rhoField;
114 typedef typename BasicTurbulenceModel::transportModel
transportModel;
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::alphaField alphaField
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::rhoField rhoField
tmp< volScalarField > DomegaEff() const
Return the effective diffusivity for omega.
TypeName("kOmega")
Runtime type information.
virtual ~kOmega()=default
Destructor.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
dimensionedScalar alphaOmega_
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 void correctNut()
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::transportModel transportModel
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
dimensionedScalar alphaK_
virtual bool read()
Read RASProperties dictionary.
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
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)
A class for managing temporary objects.
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from Foam::string.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.