46 widthCoeff_(widthCoeff),
57 calculatedFvPatchScalarField::typeName
60 coeff_.
ref() =
pow(mesh.
V(), 2.0/3.0)/widthCoeff_;
69 bd.optionalSubDict(
type() +
"Coeffs").
lookup<scalar>(
"widthCoeff")
81 calculatedFvPatchScalarField::typeName
84 coeff_.
ref() =
pow(mesh.
V(), 2.0/3.0)/widthCoeff_;
108 unFilteredField.clear();
110 return filteredField;
124 unFilteredField.clear();
126 return filteredField;
140 unFilteredField.clear();
142 return filteredField;
156 unFilteredField.clear();
158 return filteredField;
Abstract class for LES filters.
virtual void read(const dictionary &)
Read the LESfilter dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const fvMesh & mesh() const
Return mesh reference.
laplaceFilter(const fvMesh &mesh, scalar widthCoeff)
Construct from components.
const DimensionedField< scalar, volMesh > & V() const
Return cell volumes.
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
Macros for easy insertion into run-time selection tables.
const dimensionSet dimLength
stressControl lookup("compactNormalStress") >> compactNormalStress
const dictionary & optionalSubDict(const word &) const
Find and return a sub-dictionary if found.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
Internal & ref()
Return a reference to the dimensioned internal field.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
void correctBoundaryConditions(const tmp< GeoFieldType > &tgf) const
Temporary function to ensure the coupled boundary conditions of the.
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.
A class for managing temporary objects.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.