68#ifndef DeardorffDiffStress_H
69#define DeardorffDiffStress_H
85template<
class BasicTurbulenceModel>
86class DeardorffDiffStress
93 DeardorffDiffStress(
const DeardorffDiffStress&) =
delete;
96 void operator=(
const DeardorffDiffStress&) =
delete;
119 typedef typename BasicTurbulenceModel::alphaField
alphaField;
120 typedef typename BasicTurbulenceModel::rhoField
rhoField;
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::alphaField alphaField
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::rhoField rhoField
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 transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName)
Constructor from components.
virtual ~DeardorffDiffStress()=default
Destructor.
TypeName("DeardorffDiffStress")
Runtime type information.
virtual void correctNut()
Update the eddy-viscosity.
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::transportModel transportModel
virtual bool read()
Read model coefficients if they have changed.
ReynoldsStress(const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from Foam::string.
Namespace for LES SGS models.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.