FreeFOAM The Cross-Platform CFD Toolkit
smoothDelta Class Reference

Smoothed delta which takes a given simple geometric delta and applies smoothing to it such that the ratio of deltas between two cells is no larger than a specified amount, typically 1.15. More...

#include <LESdeltas/smoothDelta.H>


Detailed Description

Smoothed delta which takes a given simple geometric delta and applies smoothing to it such that the ratio of deltas between two cells is no larger than a specified amount, typically 1.15.

Source files

Definition at line 51 of file smoothDelta.H.

+ Inheritance diagram for smoothDelta:
+ Collaboration diagram for smoothDelta:

List of all members.

Classes

class  deltaData
 Private member class used by mesh-wave to propagate the delta-ratio.

Public Member Functions

 TypeName ("smooth")
 Runtime type information.
 smoothDelta (const word &name, const fvMesh &mesh, const dictionary &)
 Construct from name, mesh and IOdictionary.
virtual ~smoothDelta ()
 Destructor.
virtual void read (const dictionary &)
 Read the LESdelta dictionary.
virtual void correct ()
- Public Member Functions inherited from LESdelta
 TypeName ("LESdelta")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, LESdelta, dictionary,(const word &name, const fvMesh &mesh, const dictionary &LESdeltaDict),(name, mesh, LESdeltaDict))
 LESdelta (const word &name, const fvMesh &)
 Construct from name and mesh.
virtual ~LESdelta ()
 Destructor.
const fvMeshmesh () const
 Return mesh reference.
virtual operator const volScalarField & () const

Additional Inherited Members

- Static Public Member Functions inherited from LESdelta
static autoPtr< LESdeltaNew (const word &name, const fvMesh &, const dictionary &)
 Return a reference to the selected LES delta.
- Protected Attributes inherited from LESdelta
const fvMeshmesh_
volScalarField delta_

Constructor & Destructor Documentation

smoothDelta ( const word name,
const fvMesh mesh,
const dictionary dd 
)

Construct from name, mesh and IOdictionary.

Definition at line 153 of file smoothDelta.C.

virtual ~smoothDelta ( )
inlinevirtual

Destructor.

Definition at line 236 of file smoothDelta.H.


Member Function Documentation

TypeName ( "smooth"  )

Runtime type information.

void read ( const dictionary d)
virtual

Read the LESdelta dictionary.

Implements LESdelta.

Definition at line 175 of file smoothDelta.C.

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

void correct ( )
virtual

Implements LESdelta.

Definition at line 185 of file smoothDelta.C.

References polyMesh::changing(), and LESdelta::mesh_.


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