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