79template<
class BasicTurbulenceModel>
141 typedef typename BasicTurbulenceModel::alphaField
alphaField;
142 typedef typename BasicTurbulenceModel::rhoField
rhoField;
143 typedef typename BasicTurbulenceModel::transportModel
transportModel;
Eddy viscosity LES SGS model base class.
Dynamic one equation eddy-viscosity model.
BasicTurbulenceModel::alphaField alphaField
volScalarField Ce() const
BasicTurbulenceModel::rhoField rhoField
volScalarField Ck(const volSymmTensorField &D, const volScalarField &KK) const
Calculate Ck by filtering the velocity field U.
virtual void correct()
Correct Eddy-Viscosity and related properties.
simpleFilter simpleFilter_
TypeName("dynamicKEqn")
Runtime type information.
virtual ~dynamicKEqn()=default
Destructor.
virtual void correctNut()
virtual tmp< fvScalarMatrix > kSource() const
BasicTurbulenceModel::transportModel transportModel
virtual tmp< volScalarField > k() const
Return SGS kinetic energy.
autoPtr< LESfilter > filterPtr_
virtual bool read()
Read model coefficients if they have changed.
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
Abstract class for LES filters.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Simple top-hat filter used in dynamic LES models.
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.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
fileName::Type type(const fileName &name, const bool followLink=true)
Return the file type: DIRECTORY or FILE, normally following symbolic links.
const dimensionedScalar & D
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.