64#ifndef LaheyKEpsilon_H
65#define LaheyKEpsilon_H
80template<
class BasicTurbulenceModel>
83 public kEpsilon<BasicTurbulenceModel>
89 typename BasicTurbulenceModel::transportModel
98 typename BasicTurbulenceModel::transportModel
100 gasTurbulence()
const;
103 LaheyKEpsilon(
const LaheyKEpsilon&) =
delete;
106 void operator=(
const LaheyKEpsilon&) =
delete;
132 typedef typename BasicTurbulenceModel::alphaField
alphaField;
133 typedef typename BasicTurbulenceModel::rhoField
rhoField;
Templated abstract base class for multiphase compressible turbulence models.
BasicTurbulenceModel::alphaField alphaField
virtual tmp< fvScalarMatrix > epsilonSource() const
BasicTurbulenceModel::rhoField rhoField
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
dimensionedScalar alphaInversion_
tmp< volScalarField > bubbleG() const
tmp< volScalarField > phaseTransferCoeff() const
virtual void correctNut()
virtual tmp< fvScalarMatrix > kSource() const
BasicTurbulenceModel::transportModel transportModel
virtual ~LaheyKEpsilon()=default
Destructor.
TypeName("LaheyKEpsilon")
Runtime type information.
virtual bool read()
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.