Public Member Functions | List of all members
laplaceFilter Class Reference

Laplace filter for LES. More...

Inheritance diagram for laplaceFilter:
Inheritance graph
[legend]
Collaboration diagram for laplaceFilter:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("laplace")
 
 laplaceFilter (const fvMesh &mesh, scalar widthCoeff)
 
 laplaceFilter (const fvMesh &mesh, const dictionary &)
 
virtual ~laplaceFilter ()=default
 
virtual void read (const dictionary &)
 
virtual tmp< volScalarFieldoperator() (const tmp< volScalarField > &) const
 
virtual tmp< volVectorFieldoperator() (const tmp< volVectorField > &) const
 
virtual tmp< volSymmTensorFieldoperator() (const tmp< volSymmTensorField > &) const
 
virtual tmp< volTensorFieldoperator() (const tmp< volTensorField > &) const
 
- Public Member Functions inherited from LESfilter
 TypeName ("LESfilter")
 
 declareRunTimeSelectionTable (autoPtr, LESfilter, dictionary,(const fvMesh &mesh, const dictionary &LESfilterDict),(mesh, LESfilterDict))
 
 LESfilter (const fvMesh &mesh)
 
virtual ~LESfilter ()=default
 
const fvMeshmesh () const
 

Additional Inherited Members

- Static Public Member Functions inherited from LESfilter
static autoPtr< LESfilterNew (const fvMesh &, const dictionary &, const word &filterDictName="filter")
 
- Protected Member Functions inherited from LESfilter
template<class GeoFieldType >
void correctBoundaryConditions (const tmp< GeoFieldType > &tgf) const
 

Detailed Description

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
Source files

Definition at line 54 of file laplaceFilter.H.

Constructor & Destructor Documentation

◆ laplaceFilter() [1/2]

laplaceFilter ( const fvMesh mesh,
scalar  widthCoeff 
)

Definition at line 38 of file laplaceFilter.C.

References LESfilter::mesh(), Foam::pow(), GeometricField::ref(), and fvMesh::V().

Here is the call graph for this function:

◆ laplaceFilter() [2/2]

laplaceFilter ( const fvMesh mesh,
const dictionary bd 
)

Definition at line 59 of file laplaceFilter.C.

References LESfilter::mesh(), Foam::pow(), GeometricField::ref(), and fvMesh::V().

Here is the call graph for this function:

◆ ~laplaceFilter()

virtual ~laplaceFilter ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "laplace"  )

◆ read()

void read ( const dictionary bd)
virtual

Implements LESfilter.

Definition at line 85 of file laplaceFilter.C.

References dictionary::optionalSubDict(), dictionary::readEntry(), and Foam::type().

Here is the call graph for this function:

◆ operator()() [1/4]

Foam::tmp< Foam::volScalarField > operator() ( const tmp< volScalarField > &  unFilteredField) const
virtual

Implements LESfilter.

Definition at line 94 of file laplaceFilter.C.

References correctBoundaryConditions(), and Foam::fvc::laplacian().

Here is the call graph for this function:

◆ operator()() [2/4]

Foam::tmp< Foam::volVectorField > operator() ( const tmp< volVectorField > &  unFilteredField) const
virtual

Implements LESfilter.

Definition at line 110 of file laplaceFilter.C.

References correctBoundaryConditions(), and Foam::fvc::laplacian().

Here is the call graph for this function:

◆ operator()() [3/4]

Foam::tmp< Foam::volTensorField > operator() ( const tmp< volSymmTensorField > &  unFilteredField) const
virtual

Implements LESfilter.

Definition at line 126 of file laplaceFilter.C.

References correctBoundaryConditions(), and Foam::fvc::laplacian().

Here is the call graph for this function:

◆ operator()() [4/4]

virtual tmp<volTensorField> operator() ( const tmp< volTensorField > &  ) const
virtual

Implements LESfilter.


The documentation for this class was generated from the following files: