53 #ifndef SmagorinskyZhang_H 54 #define SmagorinskyZhang_H 70 template<
class BasicMomentumTransportModel>
103 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
104 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
116 const alphaField&
alpha,
Templated abstract base class for multiphase compressible turbulence models.
The Smagorinsky SGS model including bubble-generated turbulence.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
The Smagorinsky SGS model.
BasicMomentumTransportModel::alphaField alphaField
A class for handling words, derived from string.
virtual ~SmagorinskyZhang()
Destructor.
Abstract base class for all fluid physical properties.
BasicMomentumTransportModel::rhoField rhoField
virtual bool read()
Read model coefficients if they have changed.
SmagorinskyZhang(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.
void operator=(const SmagorinskyZhang &)=delete
Disallow default bitwise assignment.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
TypeName("SmagorinskyZhang")
Runtime type information.
virtual void correctNut()
Update the SGS eddy viscosity.