62 #ifndef DeardorffDiffStress_H
63 #define DeardorffDiffStress_H
79 template<
class BasicMomentumTransportModel>
104 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
105 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
Generic GeometricField class.
Differential SGS Stress Equation Model for incompressible and compressible flows.
BasicMomentumTransportModel::alphaField alphaField
virtual ~DeardorffDiffStress()
Destructor.
void operator=(const DeardorffDiffStress &)=delete
Disallow default bitwise assignment.
virtual void correct()
Correct sub-grid stress, eddy-Viscosity and related properties.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
TypeName("DeardorffDiffStress")
Runtime type information.
virtual void correctNut()
Update the eddy-viscosity.
DeardorffDiffStress(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName)
Constructor from components.
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
virtual bool read()
Read model coefficients if they have changed.
BasicMomentumTransportModel::rhoField rhoField
Reynolds-stress turbulence model base class.
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.