37 template<
class BasicMomentumTransportModel>
60 Ck_(
"Ck", this->coeffDict(), 0.094),
61 Ce_(
"Ce", this->coeffDict(), 1.048)
67 template<
class BasicMomentumTransportModel>
72 Ck_.readIfPresent(this->coeffDict());
73 Ce_.readIfPresent(this->coeffDict());
84 template<
class BasicMomentumTransportModel>
92 this->groupName(
"epsilon"),
98 template<
class BasicMomentumTransportModel>
106 this->groupName(
"omega"),
Generic GeometricField class.
static tmp< GeometricField< Type, GeoMesh, PrimitiveField > > New(const word &name, const Internal &, const PtrList< Patch > &, const HashPtrTable< Source > &=HashPtrTable< Source >())
Return a temporary field constructed from name,.
Templated abstract base class for LES SGS models.
BasicMomentumTransportModel::alphaField alphaField
LESeddyViscosity(const word &type, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity)
Construct from components.
virtual tmp< volScalarField > epsilon() const
Return sub-grid disipation rate.
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
virtual bool read()
Read model coefficients if they have changed.
BasicMomentumTransportModel::rhoField rhoField
Eddy viscosity turbulence model base class.
A class for managing temporary objects.
Abstract base class for all fluid physical properties.
A class for handling words, derived from string.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
bool read(const char *, int32_t &)
void sqrt(LagrangianPatchField< scalar > &f, const LagrangianPatchField< scalar > &f1)
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.