![]() |
|
Public Member Functions | |
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 () |
const fvMesh & | mesh () const |
Return mesh reference. | |
virtual void | read (const dictionary &)=0 |
Read the LESfilter dictionary. | |
virtual tmp< volScalarField > | operator() (const tmp< volScalarField > &) const =0 |
virtual tmp< volVectorField > | operator() (const tmp< volVectorField > &) const =0 |
virtual tmp< volTensorField > | operator() (const tmp< volTensorField > &) const =0 |
Static Public Member Functions | |
autoPtr< LESfilter > | New (const fvMesh &mesh, const dictionary &LESfilterDict) |
Return a reference to the selected LES filter. |
|
Construct from components.
Definition at line 100 of file LESfilter.H. |
|
Definition at line 118 of file LESfilter.H. |
|
|
|
Return mesh reference.
Definition at line 125 of file LESfilter.H. |
|
Return a reference to the selected LES filter.
|
|
Implemented in anisotropicFilter, laplaceFilter, and simpleFilter. |
|
Implemented in anisotropicFilter, laplaceFilter, and simpleFilter. |
|
Implemented in anisotropicFilter, laplaceFilter, and simpleFilter. |
|
Read the LESfilter dictionary.
Implemented in anisotropicFilter, laplaceFilter, and simpleFilter. |
|
Runtime type information.
|