Abstract class for LES filters. More...

Public Member Functions | |
| TypeName ("LESfilter") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, LESfilter, dictionary,(const fvMesh &mesh, const dictionary &LESfilterDict),(mesh, LESfilterDict)) | |
| LESfilter (const fvMesh &mesh) | |
| Construct from components. More... | |
| virtual | ~LESfilter ()=default |
| Destructor. More... | |
| const fvMesh & | mesh () const |
| Return mesh reference. More... | |
| virtual void | read (const dictionary &)=0 |
| Read the LESfilter dictionary. More... | |
| virtual tmp< volScalarField > | operator() (const tmp< volScalarField > &) const =0 |
| virtual tmp< volVectorField > | operator() (const tmp< volVectorField > &) const =0 |
| virtual tmp< volSymmTensorField > | operator() (const tmp< volSymmTensorField > &) const =0 |
| virtual tmp< volTensorField > | operator() (const tmp< volTensorField > &) const =0 |
Static Public Member Functions | |
| static autoPtr< LESfilter > | New (const fvMesh &, const dictionary &, const word &filterDictName="filter") |
| Return a reference to the selected LES filter. More... | |
Protected Member Functions | |
| template<class GeoFieldType > | |
| void | correctBoundaryConditions (const tmp< GeoFieldType > &tgf) const |
| Temporary function to ensure the coupled boundary conditions of the. More... | |
Construct from components.
Definition at line 121 of file LESfilter.H.
|
virtualdefault |
Destructor.
|
inlineprotected |
Temporary function to ensure the coupled boundary conditions of the.
field are correct for filtering.
Following the rewrite of the turbulence models to use GeometricField::InternalField for sources etc. delta() will return a GeometricField::InternalField and filters will take a tmp<GeometricField::InternalField> argument and handle the coupled BCs appropriately
Definition at line 87 of file LESfilter.H.
References tmp< T >::constCast().

| TypeName | ( | "LESfilter" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| LESfilter | , | ||
| dictionary | , | ||
| (const fvMesh &mesh, const dictionary &LESfilterDict) | , | ||
| (mesh, LESfilterDict) | |||
| ) |
|
static |
Return a reference to the selected LES filter.
Definition at line 37 of file LESfilter.C.
References dict, Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, and mesh.

|
inline |
Return mesh reference.
Definition at line 151 of file LESfilter.H.
Referenced by laplaceFilter::laplaceFilter().

|
pure virtual |
Read the LESfilter dictionary.
Implemented in anisotropicFilter, laplaceFilter, and simpleFilter.
|
pure virtual |
Implemented in anisotropicFilter, laplaceFilter, and simpleFilter.
|
pure virtual |
Implemented in anisotropicFilter, laplaceFilter, and simpleFilter.
|
pure virtual |
Implemented in anisotropicFilter, laplaceFilter, and simpleFilter.
|
pure virtual |
Implemented in anisotropicFilter, laplaceFilter, and simpleFilter.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.