Simple top-hat filter used in dynamic LES models. More...
#include <simpleFilter.H>


Public Member Functions | |
| TypeName ("simple") | |
| Runtime type information. | |
| simpleFilter (const fvMesh &mesh) | |
| Construct from components. | |
| simpleFilter (const fvMesh &mesh, const dictionary &) | |
| Construct from IOdictionary. | |
| virtual | ~simpleFilter ()=default |
| Destructor. | |
| virtual void | read (const dictionary &) |
| Read the LESfilter dictionary. | |
| virtual tmp< volScalarField > | operator() (const tmp< volScalarField > &) const |
| virtual tmp< volVectorField > | operator() (const tmp< volVectorField > &) const |
| virtual tmp< volSymmTensorField > | operator() (const tmp< volSymmTensorField > &) const |
| virtual tmp< volTensorField > | operator() (const tmp< volTensorField > &) const |
| Public Member Functions inherited from LESfilter | |
| TypeName ("LESfilter") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, LESfilter, dictionary,(const fvMesh &mesh, const dictionary &LESfilterDict),(mesh, LESfilterDict)) | |
| LESfilter (const fvMesh &mesh) | |
| Construct from components. | |
| virtual | ~LESfilter ()=default |
| Destructor. | |
| const fvMesh & | mesh () const |
| Return mesh reference. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from LESfilter | |
| static autoPtr< LESfilter > | New (const fvMesh &, const dictionary &, const word &filterDictName="filter") |
| Return a reference to the selected LES filter. | |
| Protected Member Functions inherited from LESfilter | |
| template<class GeoFieldType> | |
| void | correctBoundaryConditions (const tmp< GeoFieldType > &tgf) const |
| Temporary function to ensure the coupled boundary conditions of the. | |
Simple top-hat filter used in dynamic LES models.
Implemented as a surface integral of the face interpolate of the field.
Definition at line 48 of file simpleFilter.H.
| simpleFilter | ( | const fvMesh & | mesh | ) |
Construct from components.
Definition at line 36 of file simpleFilter.C.
References LESfilter::mesh().

| simpleFilter | ( | const fvMesh & | mesh, |
| const dictionary & | ) |
Construct from IOdictionary.
Definition at line 45 of file simpleFilter.C.
References LESfilter::mesh().

|
virtualdefault |
Destructor.
| TypeName | ( | "simple" | ) |
|
virtual |
|
virtual |
Implements LESfilter.
Definition at line 59 of file simpleFilter.C.
References correctBoundaryConditions(), Foam::fvc::interpolate(), mesh, and Foam::fvc::surfaceSum().

|
virtual |
Implements LESfilter.
Definition at line 77 of file simpleFilter.C.
References correctBoundaryConditions(), Foam::fvc::interpolate(), mesh, and Foam::fvc::surfaceSum().

|
virtual |
Implements LESfilter.
|
virtual |
Implements LESfilter.
Definition at line 113 of file simpleFilter.C.
References correctBoundaryConditions(), Foam::fvc::interpolate(), mesh, and Foam::fvc::surfaceSum().
