72 template<
class GeoFieldType>
119 const word& filterDictName=
"filter" Abstract class for LES filters.
A list of keyword definitions, which are a keyword followed by any number of values (e...
declareRunTimeSelectionTable(autoPtr, LESfilter, dictionary,(const fvMesh &mesh, const dictionary &LESfilterDict),(mesh, LESfilterDict))
const fvMesh & mesh() const
Return mesh reference.
TypeName("LESfilter")
Runtime type information.
virtual void read(const dictionary &)=0
Read the LESfilter dictionary.
A class for handling words, derived from string.
void operator=(const LESfilter &)=delete
virtual ~LESfilter()
Destructor.
void correctBoundaryConditions(const tmp< GeoFieldType > &tgf) const
Temporary function to ensure the coupled boundary conditions of the.
Mesh data needed to do the Finite Volume discretisation.
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.
A class for managing temporary objects.
static autoPtr< LESfilter > New(const fvMesh &, const dictionary &, const word &filterDictName="filter")
Return a reference to the selected LES filter.
LESfilter(const fvMesh &mesh)
Construct from components.