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