37 #ifndef simpleFilter_H 38 #define simpleFilter_H void operator=(const simpleFilter &)=delete
Disallow default bitwise assignment.
Abstract class for LES filters.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const fvMesh & mesh() const
Return mesh reference.
simpleFilter(const fvMesh &mesh)
Construct from components.
TypeName("simple")
Runtime type information.
virtual void read(const dictionary &)
Read the LESfilter dictionary.
Simple top-hat filter used in dynamic LES models.
Mesh data needed to do the Finite Volume discretisation.
A class for managing temporary objects.
virtual ~simpleFilter()
Destructor.