OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

anisotropicFilter Class Reference

anisotropic filter More...

Inheritance diagram for anisotropicFilter:
Collaboration diagram for anisotropicFilter:

List of all members.


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 ()
 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

Detailed Description

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

Source files

Definition at line 52 of file anisotropicFilter.H.


Constructor & Destructor Documentation

anisotropicFilter ( const fvMesh mesh,
scalar  widthCoeff 
)

Construct from components.

Definition at line 36 of file anisotropicFilter.C.

References Foam::addToRunTimeSelectionTable(), and Foam::defineTypeNameAndDebug().

Here is the call graph for this function:

anisotropicFilter ( const fvMesh mesh,
const dictionary bd 
)

Construct from IOdictionary.

Definition at line 69 of file anisotropicFilter.C.

virtual ~anisotropicFilter (  )  [inline, virtual]

Destructor.

Definition at line 84 of file anisotropicFilter.H.


Member Function Documentation

TypeName ( "anisotropic"   ) 

Runtime type information.

void read ( const dictionary bd  )  [virtual]

Read the LESfilter dictionary.

Implements LESfilter.

Definition at line 103 of file anisotropicFilter.C.

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

Implements LESfilter.

Definition at line 112 of file anisotropicFilter.C.

References dictionary::lookup(), dictionary::subDict(), and Foam::type().

Here is the call graph for this function:

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

Implements LESfilter.

Definition at line 134 of file anisotropicFilter.C.

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

Implements LESfilter.

Definition at line 156 of file anisotropicFilter.C.

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

Implements LESfilter.

Definition at line 192 of file anisotropicFilter.C.


The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd