30 template<
class BasicTurbulenceModel>
41 alphat_ = this->rho_*this->
nut()/Prt_;
42 alphat_.correctBoundaryConditions();
48 template<
class BasicTurbulenceModel>
58 const word& propertiesName
80 IOobject::groupName(
"alphat", alphaRhoPhi.
group()),
81 this->runTime_.timeName(),
93 template<
class BasicTurbulenceModel>
98 Prt_.readIfPresent(this->coeffDict());
109 template<
class BasicTurbulenceModel>
static word group(const word &name)
Return group (extension part of name)
virtual void correctNut()
EddyDiffusivity(const word &type, const alphaField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &trasport, const word &propertiesName)
Construct.
Generic dimensioned Type class.
BasicTurbulenceModel::alphaField alphaField
Templated abstract base class for single-phase compressible turbulence models.
A class for handling words, derived from string.
virtual void correctEnergyTransport()
Correct the turbulence thermal diffusivity for energy transport.
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
BasicTurbulenceModel::transportModel transportModel
virtual bool read()
Re-read model coefficients if they have changed.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...