43 Foam::anisotropicFilter::anisotropicFilter
50 widthCoeff_(widthCoeff),
55 "anisotropicFilterCoeff",
61 calculatedFvPatchVectorField::typeName
66 coeff_.internalField().replace
80 Foam::anisotropicFilter::anisotropicFilter
92 "anisotropicFilterCoeff",
98 calculatedFvPatchScalarField::typeName
103 coeff_.internalField().replace
145 unFilteredField.
clear();
147 return tmpFilteredField;
169 unFilteredField.
clear();
171 return tmpFilteredField;
188 "anisotropicFilteredSymmTensorField",
193 unFilteredField().dimensions()
199 tmpFilteredField().replace
201 d, anisotropicFilter::operator()(unFilteredField().
component(d))
205 unFilteredField.
clear();
207 return tmpFilteredField;
224 "anisotropicFilteredTensorField",
229 unFilteredField().dimensions()
235 tmpFilteredField().replace
237 d, anisotropicFilter::operator()(unFilteredField().
component(d))
241 unFilteredField.
clear();
243 return tmpFilteredField;
Mesh data needed to do the Finite Volume discretisation.
dimensioned< scalar > mag(const dimensioned< Type > &)
const surfaceVectorField & Sf() const
Return cell face area vectors.
void clear() const
If object pointer points to valid object:
const DimensionedField< scalar, volMesh > & V() const
Return cell volumes.
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
const Time & time() const
Return the top-level database.
Number of components in this vector space.
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)
Abstract class for LES filters.
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if succesful.
Macros for easy insertion into run-time selection tables.
tmp< GeometricField< cmptType, PatchField, GeoMesh > > component(const direction) const
Return a component of the field.
dimensioned< vector > dimensionedVector
Dimensioned vector obtained from generic dimensioned type.
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
void surfaceIntegrate(Field< Type > &ivf, const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
virtual void read(const dictionary &)
Read the LESfilter dictionary.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
U correctBoundaryConditions()
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
A class for managing temporary objects.
conserve internalField()+
defineTypeNameAndDebug(combustionModel, 0)