OpenFOAM logo
Open Source CFD Toolkit

simpleFilter Class Reference

Inheritance diagram for simpleFilter:

Inheritance graph
[legend]
Collaboration diagram for simpleFilter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName ("simple")
 Runtime type information.
 simpleFilter (const fvMesh &mesh)
 from components
 simpleFilter (const fvMesh &mesh, const dictionary &)
 from IOdictionary
 ~simpleFilter ()
void read (const dictionary &)
 Read the LESfilter dictionary.
tmp< volScalarFieldoperator() (const tmp< volScalarField > &) const
tmp< volVectorFieldoperator() (const tmp< volVectorField > &) const
tmp< volTensorFieldoperator() (const tmp< volTensorField > &) const

Constructor & Destructor Documentation

simpleFilter const fvMesh mesh  ) 
 

from components

simpleFilter const fvMesh mesh,
const dictionary
 

from IOdictionary

~simpleFilter  )  [inline]
 

Definition at line 87 of file simpleFilter.H.


Member Function Documentation

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

Implements LESfilter.

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

Implements LESfilter.

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

Implements LESfilter.

void read const dictionary  )  [virtual]
 

Read the LESfilter dictionary.

Implements LESfilter.

TypeName "simple"   ) 
 

Runtime type information.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org