anisotropic filter More...
Public Member Functions | |
TypeName ("anisotropic") | |
Runtime type information. More... | |
anisotropicFilter (const fvMesh &mesh, scalar widthCoeff) | |
Construct from components. More... | |
anisotropicFilter (const fvMesh &mesh, const dictionary &) | |
Construct from IOdictionary. More... | |
virtual | ~anisotropicFilter () |
Destructor. More... | |
virtual void | read (const dictionary &) |
Read the LESfilter dictionary. More... | |
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 |
![]() | |
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 () |
Destructor. More... | |
const fvMesh & | mesh () const |
Return mesh reference. More... | |
Private Member Functions | |
anisotropicFilter (const anisotropicFilter &) | |
void | operator= (const anisotropicFilter &) |
Private Attributes | |
scalar | widthCoeff_ |
volVectorField | coeff_ |
Additional Inherited Members | |
![]() | |
static autoPtr< LESfilter > | New (const fvMesh &, const dictionary &, const word &filterDictName="filter") |
Return a reference to the selected LES filter. More... | |
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 56 of file anisotropicFilter.H.
|
private |
anisotropicFilter | ( | const fvMesh & | mesh, |
scalar | widthCoeff | ||
) |
Construct from components.
Definition at line 44 of file anisotropicFilter.C.
References Foam::mag(), mesh, Foam::sqr(), and Foam::fvc::surfaceSum().
anisotropicFilter | ( | const fvMesh & | mesh, |
const dictionary & | bd | ||
) |
Construct from IOdictionary.
Definition at line 81 of file anisotropicFilter.C.
References Foam::mag(), mesh, Foam::sqr(), and Foam::fvc::surfaceSum().
|
inlinevirtual |
Destructor.
Definition at line 88 of file anisotropicFilter.H.
|
private |
TypeName | ( | "anisotropic" | ) |
Runtime type information.
|
virtual |
Read the LESfilter dictionary.
Implements LESfilter.
Definition at line 119 of file anisotropicFilter.C.
References dictionary::lookup(), dictionary::subDict(), Foam::type(), and anisotropicFilter::widthCoeff_.
|
virtual |
Implements LESfilter.
Definition at line 128 of file anisotropicFilter.C.
References tmp::clear(), mesh, Foam::fvc::snGrad(), and Foam::fvc::surfaceIntegrate().
|
virtual |
Implements LESfilter.
Definition at line 150 of file anisotropicFilter.C.
References tmp::clear(), mesh, Foam::fvc::snGrad(), and Foam::fvc::surfaceIntegrate().
|
virtual |
Implements LESfilter.
|
virtual |
Implements LESfilter.
|
private |
Definition at line 62 of file anisotropicFilter.H.
Referenced by anisotropicFilter::read().
|
private |
Definition at line 63 of file anisotropicFilter.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.