43 Foam::anisotropicFilter::anisotropicFilter
50 widthCoeff_(widthCoeff),
55 "anisotropicFilterCoeff",
61 calculatedFvPatchVectorField::typeName
66 coeff_.primitiveFieldRef().replace
80 Foam::anisotropicFilter::anisotropicFilter
95 "anisotropicFilterCoeff",
101 calculatedFvPatchScalarField::typeName
106 coeff_.primitiveFieldRef().replace
148 unFilteredField.
clear();
150 return tmpFilteredField;
172 unFilteredField.
clear();
174 return tmpFilteredField;
191 "anisotropicFilteredSymmTensorField",
196 unFilteredField().dimensions()
204 d, anisotropicFilter::operator()(unFilteredField().
component(d))
208 unFilteredField.clear();
210 return tmpFilteredField;
227 "anisotropicFilteredTensorField",
232 unFilteredField().dimensions()
240 d, anisotropicFilter::operator()(unFilteredField().
component(d))
244 unFilteredField.clear();
246 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:
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)
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.
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
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.
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.
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if successful.
U correctBoundaryConditions()
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
Mesh data needed to do the Finite Volume discretisation.
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...
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.