Loading...
Searching...
No Matches
laplaceFilter Class Reference

Laplace filter for LES. More...

#include <laplaceFilter.H>

Inheritance diagram for laplaceFilter:
Collaboration diagram for laplaceFilter:

Public Member Functions

 TypeName ("laplace")
 Runtime type information.
 laplaceFilter (const fvMesh &mesh, scalar widthCoeff)
 Construct from components.
 laplaceFilter (const fvMesh &mesh, const dictionary &)
 Construct from IOdictionary.
virtual ~laplaceFilter ()=default
 Destructor.
virtual void read (const dictionary &)
 Read the LESfilter 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")
 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 fvMeshmesh () 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.

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 )

Construct from components.

Definition at line 38 of file laplaceFilter.C.

References Foam::dimLength, LESfilter::mesh(), Foam::pow(), timeName, and Foam::Zero.

Here is the call graph for this function:

◆ laplaceFilter() [2/2]

laplaceFilter ( const fvMesh & mesh,
const dictionary & bd )

Construct from IOdictionary.

Definition at line 58 of file laplaceFilter.C.

References Foam::dimLength, LESfilter::mesh(), Foam::pow(), timeName, and Foam::Zero.

Here is the call graph for this function:

◆ ~laplaceFilter()

virtual ~laplaceFilter ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "laplace" )

Runtime type information.

References LESfilter::mesh().

Here is the call graph for this function:

◆ read()

void read ( const dictionary & bd)
virtual

Read the LESfilter dictionary.

Implements LESfilter.

Definition at line 83 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 91 of file laplaceFilter.C.

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

Here is the call graph for this function:

◆ operator()() [2/4]

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

Implements LESfilter.

Definition at line 107 of file laplaceFilter.C.

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

Here is the call graph for this function:

◆ operator()() [3/4]

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

Implements LESfilter.

◆ operator()() [4/4]

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

Implements LESfilter.

Definition at line 139 of file laplaceFilter.C.

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

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/TurbulenceModels/turbulenceModels/LES/LESfilters/laplaceFilter/laplaceFilter.H
  • src/TurbulenceModels/turbulenceModels/LES/LESfilters/laplaceFilter/laplaceFilter.C