43 #ifndef laplaceFilter_H
44 #define laplaceFilter_H
Generic GeometricField class.
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.
void operator=(const laplaceFilter &)=delete
Disallow default bitwise assignment.
virtual ~laplaceFilter()
Destructor.
TypeName("laplace")
Runtime type information.
laplaceFilter(const fvMesh &mesh, scalar widthCoeff)
Construct from components.
virtual void read(const dictionary &)
Read the LESfilter dictionary.
A class for managing temporary objects.