Laplace filter for LES. More...
Public Member Functions | |
TypeName ("laplace") | |
Runtime type information. More... | |
laplaceFilter (const fvMesh &mesh, scalar widthCoeff) | |
Construct from components. More... | |
laplaceFilter (const fvMesh &mesh, const dictionary &) | |
Construct from IOdictionary. More... | |
virtual | ~laplaceFilter ()=default |
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 ()=default |
Destructor. More... | |
const fvMesh & | mesh () const |
Return mesh reference. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< LESfilter > | New (const fvMesh &, const dictionary &, const word &filterDictName="filter") |
Return a reference to the selected LES filter. More... | |
![]() | |
template<class GeoFieldType > | |
void | correctBoundaryConditions (const tmp< GeoFieldType > &tgf) const |
Temporary function to ensure the coupled boundary conditions of the. More... | |
Laplace filter for LES.
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 58 of file laplaceFilter.H.
laplaceFilter | ( | const fvMesh & | mesh, |
scalar | widthCoeff | ||
) |
Construct from components.
Definition at line 45 of file laplaceFilter.C.
References LESfilter::mesh(), Foam::pow(), GeometricField< Type, PatchField, GeoMesh >::ref(), and fvMesh::V().
laplaceFilter | ( | const fvMesh & | mesh, |
const dictionary & | bd | ||
) |
Construct from IOdictionary.
Definition at line 66 of file laplaceFilter.C.
References LESfilter::mesh(), Foam::pow(), GeometricField< Type, PatchField, GeoMesh >::ref(), and fvMesh::V().
|
virtualdefault |
Destructor.
TypeName | ( | "laplace" | ) |
Runtime type information.
|
virtual |
Read the LESfilter dictionary.
Implements LESfilter.
Definition at line 92 of file laplaceFilter.C.
References dictionary::optionalSubDict(), dictionary::readEntry(), and Foam::type().
|
virtual |
Implements LESfilter.
Definition at line 101 of file laplaceFilter.C.
References correctBoundaryConditions(), and Foam::fvc::laplacian().
|
virtual |
Implements LESfilter.
Definition at line 117 of file laplaceFilter.C.
References correctBoundaryConditions(), and Foam::fvc::laplacian().
|
virtual |
Implements LESfilter.
Definition at line 133 of file laplaceFilter.C.
References correctBoundaryConditions(), and Foam::fvc::laplacian().
|
virtual |
Implements LESfilter.
Definition at line 149 of file laplaceFilter.C.
References correctBoundaryConditions(), and Foam::fvc::laplacian().