Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
LESdelta Class Referenceabstract

Abstract base class for LES deltas. More...

Inheritance diagram for LESdelta:
Inheritance graph
[legend]
Collaboration diagram for LESdelta:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("LESdelta")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, LESdelta, dictionary,(const word &name, const turbulenceModel &turbulence, const dictionary &dict),(name, turbulence, dict))
 
 LESdelta (const word &name, const turbulenceModel &turbulence)
 Construct from name, turbulenceModel and dictionary. More...
 
virtual ~LESdelta ()
 Destructor. More...
 
const turbulenceModelturbulence () const
 Return turbulenceModel reference. More...
 
virtual void read (const dictionary &)=0
 Read the LESdelta dictionary. More...
 
virtual void correct ()=0
 
virtual operator const volScalarField & () const
 

Static Public Member Functions

static autoPtr< LESdeltaNew (const word &name, const turbulenceModel &turbulence, const dictionary &dict)
 Return a reference to the selected LES delta. More...
 
static autoPtr< LESdeltaNew (const word &name, const turbulenceModel &turbulence, const dictionary &dict, const dictionaryConstructorTable &)
 Return a reference to the selected LES delta. More...
 

Protected Attributes

const turbulenceModelturbulenceModel_
 
volScalarField delta_
 

Detailed Description

Abstract base class for LES deltas.

Source files

Definition at line 50 of file LESdelta.H.

Constructor & Destructor Documentation

LESdelta ( const word name,
const turbulenceModel turbulence 
)

Construct from name, turbulenceModel and dictionary.

Definition at line 40 of file LESdelta.C.

References LESdelta::New().

Here is the call graph for this function:

virtual ~LESdelta ( )
inlinevirtual

Destructor.

Definition at line 124 of file LESdelta.H.

Member Function Documentation

TypeName ( "LESdelta"  )

Runtime type information.

declareRunTimeSelectionTable ( autoPtr  ,
LESdelta  ,
dictionary  ,
(const word &name, const turbulenceModel &turbulence, const dictionary &dict ,
(name, turbulence, dict  
)
Foam::autoPtr< Foam::LESdelta > New ( const word name,
const turbulenceModel turbulence,
const dictionary dict 
)
static

Return a reference to the selected LES delta.

Definition at line 66 of file LESdelta.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), Foam::name(), Foam::nl, and turbulence.

Referenced by LESdelta::LESdelta().

Here is the call graph for this function:

Here is the caller graph for this function:

Foam::autoPtr< Foam::LESdelta > New ( const word name,
const turbulenceModel turbulence,
const dictionary dict,
const dictionaryConstructorTable &  additionalConstructors 
)
static

Return a reference to the selected LES delta.

Definition at line 94 of file LESdelta.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), Foam::name(), Foam::nl, and turbulence.

Here is the call graph for this function:

const turbulenceModel& turbulence ( ) const
inline

Return turbulenceModel reference.

Definition at line 131 of file LESdelta.H.

References LESdelta::correct(), LESdelta::read(), and LESdelta::turbulenceModel_.

Here is the call graph for this function:

virtual void read ( const dictionary )
pure virtual

Read the LESdelta dictionary.

Implemented in smoothDelta, PrandtlDelta, IDDESDelta, maxDeltaxyz, vanDriestDelta, and cubeRootVolDelta.

Referenced by LESdelta::turbulence().

Here is the caller graph for this function:

virtual void correct ( )
pure virtual

Implemented in smoothDelta, PrandtlDelta, IDDESDelta, maxDeltaxyz, vanDriestDelta, and cubeRootVolDelta.

Referenced by LESdelta::turbulence().

Here is the caller graph for this function:

virtual operator const volScalarField & ( ) const
inlinevirtual

Definition at line 145 of file LESdelta.H.

References LESdelta::delta_.

Member Data Documentation

const turbulenceModel& turbulenceModel_
protected

Definition at line 57 of file LESdelta.H.

Referenced by LESdelta::turbulence().

volScalarField delta_
protected

Definition at line 59 of file LESdelta.H.

Referenced by LESdelta::operator const volScalarField &().


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