Go to the documentation of this file.
43 template<
class BasicTurbulenceModel>
52 const word& propertiesName,
80 this->printCoeffs(
type);
87 template<
class BasicTurbulenceModel>
92 Cg_.readIfPresent(this->coeffDict());
101 template<
class BasicTurbulenceModel>
109 (Cg_*this->Cmu_)*this->alpha_*this->k_*(
g &
fvc::grad(this->rho_))
110 /(this->epsilon_ + this->epsilonMin_);
114 template<
class BasicTurbulenceModel>
121 if (
mag(
g.value()) > SMALL)
130 template<
class BasicTurbulenceModel>
137 if (
mag(
g.value()) > SMALL)
144 mag(this->U_ - gHat*v)
Additional buoyancy generation/dissipation term applied to the k and epsilon equations of the standar...
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
A class for handling words, derived from Foam::string.
BasicTurbulenceModel::rhoField rhoField
A class for managing temporary objects.
const dimensionSet dimVelocity
const dimensionedScalar alpha
virtual tmp< fvScalarMatrix > kSource() const
tmp< fvMatrix< Type > > SuSp(const volScalarField::Internal &, const GeometricField< Type, fvPatchField, volMesh > &)
dimensionedScalar tanh(const dimensionedScalar &ds)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
virtual tmp< fvScalarMatrix > epsilonSource() const
Macros for easy insertion into run-time selection tables.
Generic dimensioned Type class.
const uniformDimensionedVectorField & g
virtual tmp< fvScalarMatrix > epsilonSource() const
BasicTurbulenceModel::transportModel transportModel
Calculate the gradient of the given field.
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
fileName::Type type(const fileName &name, const bool followLink=true)
BasicTurbulenceModel::alphaField alphaField
virtual tmp< fvScalarMatrix > kSource() const
Generic GeometricField class.
Standard k-epsilon turbulence model for incompressible and compressible flows including rapid distort...
tmp< volScalarField > Gcoef() const
static const gravity & New(const Time &runTime)