A class for handling words, derived from string.
A class for managing temporary objects.
const fvMesh & mesh() const
Return mesh reference.
virtual void read(const dictionary &)=0
Read the LESfilter dictionary.
TypeName("LESfilter")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract class for LES filters.
Mesh data needed to do the Finite Volume discretisation.
LESfilter(const LESfilter &)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
static autoPtr< LESfilter > New(const fvMesh &, const dictionary &, const word &filterDictName="filter")
Return a reference to the selected LES filter.
virtual ~LESfilter()
Destructor.
LESfilter(const fvMesh &mesh)
Construct from components.
void operator=(const LESfilter &)
declareRunTimeSelectionTable(autoPtr, LESfilter, dictionary,(const fvMesh &mesh, const dictionary &LESfilterDict),(mesh, LESfilterDict))