40 template<
class BasicMomentumTransportModel>
52 kEpsilon<BasicMomentumTransportModel>
75 this->printCoeffs(
type);
82 template<
class BasicMomentumTransportModel>
87 Cg_.readIfPresent(this->coeffDict());
98 template<
class BasicMomentumTransportModel>
103 this->mesh_.objectRegistry::template
104 lookupObject<uniformDimensionedVectorField>(
"g");
107 (Cg_*this->Cmu_)*this->alpha_*this->k_*(g &
fvc::grad(this->rho_))
108 /(this->epsilon_ + this->epsilonMin_);
112 template<
class BasicMomentumTransportModel>
117 this->mesh_.objectRegistry::template
118 lookupObject<uniformDimensionedVectorField>(
"g");
131 template<
class BasicMomentumTransportModel>
136 this->mesh_.objectRegistry::template
137 lookupObject<uniformDimensionedVectorField>(
"g");
146 mag(this->U_ - gHat*v)
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
BasicMomentumTransportModel::alphaField alphaField
virtual tmp< fvScalarMatrix > epsilonSource() const
tmp< volScalarField > Gcoef() const
buoyantKEpsilon(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName)
Construct from components.
virtual tmp< fvScalarMatrix > kSource() const
virtual bool read()
Re-read model coefficients if they have changed.
BasicMomentumTransportModel::rhoField rhoField
Standard k-epsilon turbulence model for incompressible and compressible flows including rapid distort...
virtual tmp< fvScalarMatrix > epsilonSource() const
virtual tmp< fvScalarMatrix > kSource() const
Generic dimensioned Type class.
const Type & value() const
Return const reference to value.
A class for managing temporary objects.
Abstract base class for all fluid physical properties.
A class for handling words, derived from string.
Calculate the gradient of the given field.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
tmp< VolField< typename outerProduct< vector, Type >::type > > grad(const SurfaceField< Type > &ssf)
tmp< fvMatrix< Type > > SuSp(const volScalarField::Internal &, const VolField< Type > &)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
dimensionedScalar tanh(const dimensionedScalar &ds)
dimensioned< scalar > mag(const dimensioned< Type > &)
const dimensionSet dimVelocity
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.