59 #ifndef continuousGasKEpsilon_H
60 #define continuousGasKEpsilon_H
75 template<
class BasicMomentumTransportModel>
78 public kEpsilon<BasicMomentumTransportModel>
106 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
107 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
Generic GeometricField class.
k-epsilon model for the gas-phase in a two-phase system supporting phase-inversion.
BasicMomentumTransportModel::alphaField alphaField
virtual tmp< fvScalarMatrix > epsilonSource() const
Source term for the epsilon equation.
virtual tmp< volSymmTensorField > sigma() const
Return the stress tensor [m^2/s^2].
virtual tmp< volScalarField > nuEff() const
Return the effective viscosity.
TypeName("continuousGasKEpsilon")
Runtime type information.
virtual ~continuousGasKEpsilon()
Destructor.
dimensionedScalar alphaInversion_
tmp< volScalarField > phaseTransferCoeff() const
virtual tmp< volScalarField > rhoEff() const
Return the effective density for the stress.
virtual void correctNut()
Correct the eddy-viscosity nut.
virtual tmp< fvScalarMatrix > kSource() const
Source term for the k equation.
void operator=(const continuousGasKEpsilon &)=delete
Disallow default bitwise assignment.
continuousGasKEpsilon(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.
const momentumTransportModel & liquidTurbulence() const
Return the turbulence model for the liquid phase.
virtual bool read()
Re-read model coefficients if they have changed.
BasicMomentumTransportModel::rhoField rhoField
Standard k-epsilon turbulence model for incompressible and compressible flows including rapid distort...
BasicMomentumTransportModel::alphaField alphaField
BasicMomentumTransportModel::rhoField rhoField
Abstract base class for turbulence models (RAS, LES and laminar).
A class for managing temporary objects.
Abstract base class for all fluid physical properties.
A class for handling words, derived from string.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.