anisotropic filter More...
#include <anisotropicFilter.H>


Public Member Functions | |
| TypeName ("anisotropic") | |
| Runtime type information. | |
| anisotropicFilter (const fvMesh &mesh, scalar widthCoeff) | |
| Construct from components. | |
| anisotropicFilter (const fvMesh &mesh, const dictionary &) | |
| Construct from IOdictionary. | |
| virtual | ~anisotropicFilter ()=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. | |
anisotropic filter
Kernel as filter as Test filter with ratio 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Box filter: g = delta2/24 -> g = delta2/6 Spherical box filter: g = delta2/64 -> g = delta2/16 Gaussian filter: g = delta2/24 -> g = delta2/6
Definition at line 55 of file anisotropicFilter.H.
| anisotropicFilter | ( | const fvMesh & | mesh, |
| scalar | widthCoeff ) |
Construct from components.
Definition at line 38 of file anisotropicFilter.C.
References Foam::dimLength, Foam::mag(), LESfilter::mesh(), VectorSpace< Form, Cmpt, Ncmpts >::nComponents, Foam::sqr(), Foam::fvc::surfaceSum(), timeName, and Foam::Zero.

| anisotropicFilter | ( | const fvMesh & | mesh, |
| const dictionary & | bd ) |
Construct from IOdictionary.
Definition at line 74 of file anisotropicFilter.C.
References Foam::dimLength, Foam::mag(), LESfilter::mesh(), VectorSpace< Form, Cmpt, Ncmpts >::nComponents, Foam::sqr(), Foam::fvc::surfaceSum(), timeName, and Foam::Zero.

|
virtualdefault |
Destructor.
| TypeName | ( | "anisotropic" | ) |
|
virtual |
Read the LESfilter dictionary.
Implements LESfilter.
Definition at line 115 of file anisotropicFilter.C.
References dictionary::optionalSubDict(), dictionary::readEntry(), and Foam::type().

|
virtual |
Implements LESfilter.
Definition at line 123 of file anisotropicFilter.C.
References tmp< T >::clear(), correctBoundaryConditions(), mesh, Foam::fvc::snGrad(), and Foam::fvc::surfaceIntegrate().

|
virtual |
Implements LESfilter.
Definition at line 147 of file anisotropicFilter.C.
References tmp< T >::clear(), correctBoundaryConditions(), mesh, Foam::fvc::snGrad(), and Foam::fvc::surfaceIntegrate().

|
virtual |
Implements LESfilter.
|
virtual |
Implements LESfilter.
Definition at line 200 of file anisotropicFilter.C.
References Foam::component(), correctBoundaryConditions(), mesh, VectorSpace< Form, Cmpt, Mrows *Ncols >::nComponents, GeometricField< tensor, fvPatchField, volMesh >::New(), and IOobjectOption::NO_REGISTER.
