62 #ifndef DeardorffDiffStress_H 63 #define DeardorffDiffStress_H 79 template<
class BasicMomentumTransportModel>
104 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
105 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
117 const alphaField&
alpha,
Differential SGS Stress Equation Model for incompressible and compressible flows. ...
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
BasicMomentumTransportModel::rhoField rhoField
BasicMomentumTransportModel::alphaField alphaField
TypeName("DeardorffDiffStress")
Runtime type information.
virtual void correct()
Correct sub-grid stress, eddy-Viscosity and related properties.
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.
A class for handling words, derived from string.
void operator=(const DeardorffDiffStress &)=delete
Disallow default bitwise assignment.
virtual ~DeardorffDiffStress()
Destructor.
Abstract base class for all fluid physical properties.
virtual void correctNut()
Update the eddy-viscosity.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
virtual bool read()
Read model coefficients if they have changed.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
A class for managing temporary objects.
Reynolds-stress turbulence model base class.