43 #ifndef anisotropicFilter_H 44 #define anisotropicFilter_H Abstract class for LES filters.
A list of keyword definitions, which are a keyword followed by any number of values (e...
void operator=(const anisotropicFilter &)=delete
const fvMesh & mesh() const
Return mesh reference.
TypeName("anisotropic")
Runtime type information.
Mesh data needed to do the Finite Volume discretisation.
virtual void read(const dictionary &)
Read the LESfilter dictionary.
virtual ~anisotropicFilter()
Destructor.
A class for managing temporary objects.
anisotropicFilter(const fvMesh &mesh, scalar widthCoeff)
Construct from components.