50 widthCoeff_(widthCoeff),
55 "anisotropicFilterCoeff",
61 calculatedFvPatchVectorField::typeName
66 coeff_.primitiveFieldRef().replace
95 "anisotropicFilterCoeff",
101 calculatedFvPatchScalarField::typeName
106 coeff_.primitiveFieldRef().replace
148 unFilteredField.
clear();
150 return tmpFilteredField;
172 unFilteredField.
clear();
174 return tmpFilteredField;
189 "anisotropicFilteredSymmTensorField",
191 unFilteredField().dimensions()
199 d, anisotropicFilter::operator()(unFilteredField().
component(d))
203 unFilteredField.clear();
205 return tmpFilteredField;
220 "anisotropicFilteredTensorField",
222 unFilteredField().dimensions()
230 d, anisotropicFilter::operator()(unFilteredField().
component(d))
234 unFilteredField.clear();
236 return tmpFilteredField;
void replace(const direction, const GeometricField< cmptType, PatchField, GeoMesh > &)
Abstract class for LES filters.
const surfaceVectorField & Sf() const
Return cell face area vectors.
void clear() const
If object pointer points to valid object:
rDeltaT correctBoundaryConditions()
void surfaceIntegrate(Field< Type > &ivf, const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
A list of keyword definitions, which are a keyword followed by any number of values (e...
T & ref() const
Return non-const reference or generate a fatal error.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
static tmp< GeometricField< symmTensor, fvPatchField, volMesh > > New(const word &name, const Internal &, const PtrList< fvPatchField< symmTensor >> &)
Return a temporary field constructed from name,.
dimensioned< vector > dimensionedVector
Dimensioned vector obtained from generic dimensioned type.
tmp< GeometricField< cmptType, PatchField, GeoMesh > > component(const direction) const
Return a component of the field.
const Time & time() const
Return the top-level database.
const DimensionedField< scalar, volMesh > & V() const
Return cell volumes.
Macros for easy insertion into run-time selection tables.
const dimensionSet dimLength
static const direction nComponents
Number of components in this vector space.
const dictionary & optionalSubDict(const word &) const
Find and return a sub-dictionary if found.
static word timeName(const scalar, const int precision=curPrecision_)
Return time name of given scalar time.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
Mesh data needed to do the Finite Volume discretisation.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
dimensioned< scalar > mag(const dimensioned< Type > &)
virtual void read(const dictionary &)
Read the LESfilter dictionary.
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
A class for managing temporary objects.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
anisotropicFilter(const fvMesh &mesh, scalar widthCoeff)
Construct from components.
void component(FieldField< Field, typename FieldField< Field, Type >::cmptType > &sf, const FieldField< Field, Type > &f, const direction d)
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.