LESdelta Class Referenceabstract

Abstract base class for LES deltas. More...

Inheritance diagram for LESdelta:
[legend]
Collaboration diagram for LESdelta:
[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 ()=default
 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, const word &lookupName="delta")
 Return a reference to the selected LES delta. More...
 
static autoPtr< LESdeltaNew (const word &name, const turbulenceModel &turbulence, const dictionary &dict, const dictionaryConstructorTableType &additionalConstructors, const word &lookupName="delta")
 Return a reference to the selected LES delta. More...
 

Protected Member Functions

 LESdelta (const LESdelta &)=delete
 No copy construct. More...
 
void operator= (const LESdelta &)=delete
 No copy assignment. More...
 

Protected Attributes

const turbulenceModelturbulenceModel_
 
volScalarField delta_
 

Detailed Description

Abstract base class for LES deltas.

Source files

Definition at line 53 of file LESdelta.H.

Constructor & Destructor Documentation

◆ LESdelta() [1/2]

LESdelta ( const LESdelta )
protecteddelete

No copy construct.

◆ LESdelta() [2/2]

LESdelta ( const word name,
const turbulenceModel turbulence 
)

Construct from name, turbulenceModel and dictionary.

Definition at line 43 of file LESdelta.C.

◆ ~LESdelta()

virtual ~LESdelta ( )
virtualdefault

Destructor.

Member Function Documentation

◆ operator=()

void operator= ( const LESdelta )
protecteddelete

No copy assignment.

◆ TypeName()

TypeName ( "LESdelta"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
LESdelta  ,
dictionary  ,
(const word &name, const turbulenceModel &turbulence, const dictionary &dict ,
(name, turbulence, dict  
)

◆ New() [1/2]

Foam::autoPtr< Foam::LESdelta > New ( const word name,
const turbulenceModel turbulence,
const dictionary dict,
const word lookupName = "delta" 
)
static

Return a reference to the selected LES delta.

Definition at line 69 of file LESdelta.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, Foam::name(), and turbulence.

Referenced by IDDESDelta::IDDESDelta().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ New() [2/2]

Foam::autoPtr< Foam::LESdelta > New ( const word name,
const turbulenceModel turbulence,
const dictionary dict,
const dictionaryConstructorTableType &  additionalConstructors,
const word lookupName = "delta" 
)
static

Return a reference to the selected LES delta.

Definition at line 98 of file LESdelta.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, Foam::name(), Foam::nl, and turbulence.

Here is the call graph for this function:

◆ turbulence()

const turbulenceModel& turbulence ( ) const
inline

Return turbulenceModel reference.

Definition at line 134 of file LESdelta.H.

References LESdelta::turbulenceModel_.

◆ read()

virtual void read ( const dictionary )
pure virtual

◆ correct()

virtual void correct ( )
pure virtual

◆ operator const volScalarField &()

virtual operator const volScalarField & ( ) const
inlinevirtual

Definition at line 148 of file LESdelta.H.

References LESdelta::delta_.

Member Data Documentation

◆ turbulenceModel_

const turbulenceModel& turbulenceModel_
protected

◆ delta_


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