Go to the documentation of this file.
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",
U.group()),
81 this->runTime_.timeName(),
93 template<
class BasicTurbulenceModel>
98 Prt_.readIfPresent(this->coeffDict());
109 template<
class BasicTurbulenceModel>
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
A class for handling words, derived from string.
virtual void correctNut()
EddyDiffusivity(const word &type, const alphaField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
Construct.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
bool read(const char *, int32_t &)
virtual void correctEnergyTransport()
Correct the turbulence thermal diffusivity for energy transport.
BasicTurbulenceModel::alphaField alphaField
Templated abstract base class for single-phase compressible turbulence models.
Generic dimensioned Type class.
virtual bool read()
Re-read model coefficients if they have changed.
BasicTurbulenceModel::transportModel transportModel
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.