67#ifndef buoyantKEpsilon_H
68#define buoyantKEpsilon_H
83template<
class BasicTurbulenceModel>
86 public kEpsilon<BasicTurbulenceModel>
91 buoyantKEpsilon(
const buoyantKEpsilon&) =
delete;
94 void operator=(
const buoyantKEpsilon&) =
delete;
115 typedef typename BasicTurbulenceModel::alphaField
alphaField;
116 typedef typename BasicTurbulenceModel::rhoField
rhoField;
117 typedef typename BasicTurbulenceModel::transportModel
transportModel;
BasicTurbulenceModel::alphaField alphaField
TypeName("buoyantKEpsilon")
Runtime type information.
virtual tmp< fvScalarMatrix > epsilonSource() const
tmp< volScalarField > Gcoef() const
BasicTurbulenceModel::rhoField rhoField
virtual tmp< fvScalarMatrix > kSource() const
BasicTurbulenceModel::transportModel transportModel
buoyantKEpsilon(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName)
Construct from components.
virtual ~buoyantKEpsilon()=default
Destructor.
virtual bool read()
Re-read model coefficients if they have changed.
A class for managing temporary objects.
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from Foam::string.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.