LESdelta Class Referenceabstract

Abstract base class for LES deltas. More...

Inheritance diagram for LESdelta:
Collaboration diagram for LESdelta:

Public Member Functions

 TypeName ("LESdelta")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, LESdelta, dictionary,(const word &name, const momentumTransportModel &turbulence, const dictionary &dict),(name, turbulence, dict))
 
 LESdelta (const word &name, const momentumTransportModel &turbulence)
 Construct from name, momentumTransportModel and dictionary. More...
 
 LESdelta (const LESdelta &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~LESdelta ()
 Destructor. More...
 
const momentumTransportModelturbulence () const
 Return momentumTransportModel reference. More...
 
virtual void read (const dictionary &)=0
 Read the LESdelta dictionary. More...
 
virtual void correct ()=0
 
void operator= (const LESdelta &)=delete
 
virtual operator const volScalarField & () const
 

Static Public Member Functions

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

Protected Attributes

const momentumTransportModelmomentumTransportModel_
 
volScalarField delta_
 

Detailed Description

Abstract base class for LES deltas.

Source files

Definition at line 50 of file LESdelta.H.

Constructor & Destructor Documentation

◆ LESdelta() [1/2]

LESdelta ( const word name,
const momentumTransportModel turbulence 
)

Construct from name, momentumTransportModel and dictionary.

Definition at line 39 of file LESdelta.C.

◆ LESdelta() [2/2]

LESdelta ( const LESdelta )
delete

Disallow default bitwise copy construction.

◆ ~LESdelta()

virtual ~LESdelta ( )
inlinevirtual

Destructor.

Definition at line 117 of file LESdelta.H.

Member Function Documentation

◆ TypeName()

TypeName ( "LESdelta"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

◆ New() [1/2]

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

Return a reference to the selected LES delta.

Definition at line 65 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:

◆ New() [2/2]

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

Return a reference to the selected LES delta.

Definition at line 93 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:

◆ turbulence()

const momentumTransportModel& turbulence ( ) const
inline

Return momentumTransportModel reference.

Definition at line 124 of file LESdelta.H.

References LESdelta::momentumTransportModel_.

◆ read()

virtual void read ( const dictionary )
pure virtual

◆ correct()

virtual void correct ( )
pure virtual

◆ operator=()

void operator= ( const LESdelta )
delete

◆ operator const volScalarField &()

virtual operator const volScalarField & ( ) const
inlinevirtual

Definition at line 140 of file LESdelta.H.

References LESdelta::delta_.

Member Data Documentation

◆ momentumTransportModel_

const momentumTransportModel& momentumTransportModel_
protected

Definition at line 56 of file LESdelta.H.

Referenced by LESdelta::turbulence().

◆ delta_


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