43 #ifndef laplaceFilter_H 44 #define laplaceFilter_H Abstract class for LES filters.
virtual ~laplaceFilter()
Destructor.
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.
TypeName("laplace")
Runtime type information.
void operator=(const laplaceFilter &)=delete
Disallow default bitwise assignment.
Mesh data needed to do the Finite Volume discretisation.
A class for managing temporary objects.