46#ifndef anisotropicFilter_H
47#define anisotropicFilter_H
60class anisotropicFilter
73 anisotropicFilter(
const anisotropicFilter&) =
delete;
76 void operator=(
const anisotropicFilter&) =
delete;
87 anisotropicFilter(
const fvMesh&
mesh, scalar widthCoeff);
const fvMesh & mesh() const
Return mesh reference.
virtual ~anisotropicFilter()=default
Destructor.
virtual void read(const dictionary &)
Read the LESfilter dictionary.
TypeName("anisotropic")
Runtime type information.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
A class for managing temporary objects.
GeometricField< vector, fvPatchField, volMesh > volVectorField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.