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