40 template<
class BasicTurbulenceModel>
49 const word& propertiesName,
77 this->printCoeffs(type);
84 template<
class BasicTurbulenceModel>
89 Cg_.readIfPresent(this->coeffDict());
100 template<
class BasicTurbulenceModel>
105 this->mesh_.objectRegistry::template
106 lookupObject<uniformDimensionedVectorField>(
"g");
109 (Cg_*this->Cmu_)*this->alpha_*this->k_*(g &
fvc::grad(this->rho_))
110 /(this->epsilon_ + this->epsilonMin_);
114 template<
class BasicTurbulenceModel>
119 this->mesh_.objectRegistry::template
120 lookupObject<uniformDimensionedVectorField>(
"g");
133 template<
class BasicTurbulenceModel>
138 this->mesh_.objectRegistry::template
139 lookupObject<uniformDimensionedVectorField>(
"g");
148 mag(this->U_ - gHat*v)
dimensionedScalar tanh(const dimensionedScalar &ds)
virtual tmp< fvScalarMatrix > epsilonSource() const
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
virtual tmp< fvScalarMatrix > kSource() const
BasicTurbulenceModel::rhoField rhoField
virtual tmp< fvScalarMatrix > kSource() const
const Type & value() const
Return const reference to value.
Additional buoyancy generation/dissipation term applied to the k and epsilon equations of the standar...
Generic dimensioned Type class.
Macros for easy insertion into run-time selection tables.
virtual bool read()
Re-read model coefficients if they have changed.
Standard k-epsilon turbulence model for incompressible and compressible flows including rapid distort...
Calculate the gradient of the given field.
tmp< fvMatrix< Type > > SuSp(const DimensionedField< scalar, volMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)
A class for handling words, derived from string.
virtual tmp< fvScalarMatrix > epsilonSource() const
const dimensionedVector & g
BasicTurbulenceModel::alphaField alphaField
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
dimensioned< scalar > mag(const dimensioned< Type > &)
tmp< volScalarField > Gcoef() const
BasicTurbulenceModel::transportModel transportModel
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
const dimensionSet dimVelocity