64#ifndef Foam_LESModels_sigma_H
65#define Foam_LESModels_sigma_H
81template<
class BasicTurbulenceModel>
84 public LESeddyViscosity<BasicTurbulenceModel>
89 sigma(
const sigma&) =
delete;
92 void operator=(
const sigma&) =
delete;
112 typedef typename BasicTurbulenceModel::alphaField
alphaField;
113 typedef typename BasicTurbulenceModel::rhoField
rhoField;
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::alphaField alphaField
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::rhoField rhoField
virtual tmp< volScalarField > k() const
Return SGS kinetic energy.
sigma(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)
Construct from components.
virtual void correct()
Correct Eddy-Viscosity and related properties.
TypeName("sigma")
Runtime type information.
virtual tmp< volScalarField > epsilon() const
Return SGS disipation rate.
dimensionedScalar Csigma_
virtual void correctNut()
Update the SGS eddy-viscosity.
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::transportModel transportModel
virtual bool read()
Read model coefficients if they have changed.
virtual ~sigma()
Destructor.
A class for managing temporary objects.
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.