Go to the documentation of this file.
71 void operator=(
const LESfilter&) =
delete;
84 template<
class GeoFieldType>
87 tgf.
constCast().correctBoundaryConditions();
108 (
mesh, LESfilterDict)
128 const word& filterDictName=
"filter"
void correctBoundaryConditions(const tmp< GeoFieldType > &tgf) const
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
const fvMesh & mesh() const
virtual void read(const dictionary &)=0
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Abstract class for LES filters.
Mesh data needed to do the Finite Volume discretisation.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
static autoPtr< LESfilter > New(const fvMesh &, const dictionary &, const word &filterDictName="filter")
LESfilter(const fvMesh &mesh)
virtual ~LESfilter()=default
declareRunTimeSelectionTable(autoPtr, LESfilter, dictionary,(const fvMesh &mesh, const dictionary &LESfilterDict),(mesh, LESfilterDict))