61 #ifndef buoyantKEpsilon_H 62 #define buoyantKEpsilon_H 77 template<
class BasicMomentumTransportModel>
80 public kEpsilon<BasicMomentumTransportModel>
101 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
102 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
114 const alphaField&
alpha,
tmp< volScalarField > Gcoef() const
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
void operator=(const buoyantKEpsilon &)=delete
Disallow default bitwise assignment.
virtual ~buoyantKEpsilon()
Destructor.
Additional buoyancy generation/dissipation term applied to the k and epsilon equations of the standar...
virtual tmp< fvScalarMatrix > epsilonSource() const
virtual tmp< fvScalarMatrix > kSource() const
virtual bool read()
Re-read model coefficients if they have changed.
TypeName("buoyantKEpsilon")
Runtime type information.
Standard k-epsilon turbulence model for incompressible and compressible flows including rapid distort...
A class for handling words, derived from string.
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.
Abstract base class for all fluid physical properties.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
BasicMomentumTransportModel::rhoField rhoField
A class for managing temporary objects.
BasicMomentumTransportModel::alphaField alphaField