42 #ifndef dynamicLagrangian_H 43 #define dynamicLagrangian_H 59 template<
class BasicTurbulenceModel>
98 typedef typename BasicTurbulenceModel::alphaField
alphaField;
99 typedef typename BasicTurbulenceModel::rhoField
rhoField;
100 typedef typename BasicTurbulenceModel::transportModel
transportModel;
111 const alphaField&
alpha,
116 const transportModel& transport,
136 pow(2.0*flm_/fmm_, 2.0/3.0)
137 *
pow(this->
Ce_, -2.0/3.0)
Eddy viscosity LES SGS model base class.
simpleFilter simpleFilter_
Abstract class for LES filters.
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
Dynamic SGS model with Lagrangian averaging.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
TypeName("dynamicLagrangian")
Runtime type information.
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
virtual tmp< volScalarField > k() const
Return SGS kinetic energy.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensionedSymmTensor dev(const dimensionedSymmTensor &dt)
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from string.
const volScalarField & delta() const
Access function to filter width.
virtual ~dynamicLagrangian()
Destructor.
dimensioned< scalar > magSqr(const dimensioned< Type > &)
virtual bool read()
Read model coefficients if they have changed.
autoPtr< LESfilter > filterPtr_
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
dimensionedSymmTensor symm(const dimensionedSymmTensor &dt)
Simple top-hat filter used in dynamic LES models.
BasicTurbulenceModel::rhoField rhoField
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
virtual void correct()
Correct Eddy-Viscosity and related properties.
BasicTurbulenceModel::alphaField alphaField
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
virtual void correctNut()
BasicTurbulenceModel::transportModel transportModel