Go to the documentation of this file.
50 widthCoeff_(widthCoeff),
55 "anisotropicFilterCoeff",
56 mesh.time().timeName(),
61 calculatedFvPatchVectorField::typeName
64 for (
direction d=0; d<vector::nComponents; d++)
66 coeff_.internalField().replace
92 "anisotropicFilterCoeff",
93 mesh.time().timeName(),
98 calculatedFvPatchScalarField::typeName
101 for (
direction d=0; d<vector::nComponents; d++)
103 coeff_.internalField().replace
143 unFilteredField.
clear();
145 return tmpFilteredField;
165 unFilteredField.
clear();
167 return tmpFilteredField;
182 "anisotropicFilteredSymmTensorField",
187 unFilteredField().dimensions()
193 tmpFilteredField().replace
195 d, anisotropicFilter::operator()(unFilteredField().
component(d))
199 unFilteredField.clear();
201 return tmpFilteredField;
207 const tmp<volTensorField>& unFilteredField
210 tmp<volTensorField> tmpFilteredField
216 "anisotropicFilteredTensorField",
221 unFilteredField().dimensions()
225 for (
direction d=0; d<tensor::nComponents; d++)
227 tmpFilteredField().replace
229 d, anisotropicFilter::operator()(unFilteredField().
component(d))
233 unFilteredField.clear();
235 return tmpFilteredField;
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
GeometricField< tensor, fvPatchField, volMesh > volTensorField
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
void component(FieldField< Field, typename FieldField< Field, Type >::cmptType > &sf, const FieldField< Field, Type > &f, const direction d)
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
A class for managing temporary objects.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
@ nComponents
Number of components in this vector space.
anisotropicFilter(const anisotropicFilter &)
dimensioned< scalar > mag(const dimensioned< Type > &)
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract class for LES filters.
Macros for easy insertion into run-time selection tables.
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
void surfaceIntegrate(Field< Type > &ivf, const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
Generic GeometricField class.
virtual void read(const dictionary &)
Read the LESfilter dictionary.
defineTypeNameAndDebug(combustionModel, 0)
void clear() const
If object pointer points to valid object:
stressControl lookup("compactNormalStress") >> compactNormalStress