58 #ifndef LaheyKEpsilon_H 59 #define LaheyKEpsilon_H 74 template<
class BasicTurbulenceModel>
77 public kEpsilon<BasicTurbulenceModel>
83 typename BasicTurbulenceModel::transportModel
92 typename BasicTurbulenceModel::transportModel
94 gasTurbulence()
const;
120 typedef typename BasicTurbulenceModel::alphaField
alphaField;
121 typedef typename BasicTurbulenceModel::rhoField
rhoField;
122 typedef typename BasicTurbulenceModel::transportModel
transportModel;
134 const alphaField&
alpha,
139 const transportModel& transport,
TypeName("LaheyKEpsilon")
Runtime type information.
BasicTurbulenceModel::rhoField rhoField
dimensionedScalar alphaInversion_
virtual bool read()
Read model coefficients if they have changed.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
Continuous-phase k-epsilon model including bubble-generated turbulence.
BasicTurbulenceModel::alphaField alphaField
Standard k-epsilon turbulence model for incompressible and compressible flows including rapid distort...
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from string.
BasicTurbulenceModel::transportModel transportModel
Templated abstract base class for multiphase compressible turbulence models.
tmp< volScalarField > phaseTransferCoeff() const
virtual ~LaheyKEpsilon()
Destructor.
virtual tmp< fvScalarMatrix > kSource() const
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
tmp< volScalarField > bubbleG() const
virtual void correctNut()
LaheyKEpsilon(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.
void operator=(const LaheyKEpsilon &)=delete
Disallow default bitwise assignment.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
virtual tmp< fvScalarMatrix > epsilonSource() const
A class for managing temporary objects.