Loading...
Searching...
No Matches
LESdelta Class Referenceabstract

Abstract base class for LES deltas. More...

#include <LESdelta.H>

Inheritance diagram for LESdelta:
Collaboration diagram for LESdelta:

Public Member Functions

 TypeName ("LESdelta")
 Runtime type information.
 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.
virtual ~LESdelta ()=default
 Destructor.
const turbulenceModelturbulence () const
 Return turbulenceModel reference.
virtual void read (const dictionary &)=0
 Read the LESdelta dictionary.
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.
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.

Protected Member Functions

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

Protected Attributes

const turbulenceModelturbulenceModel_
volScalarField delta_

Detailed Description

Abstract base class for LES deltas.

Source files

Definition at line 49 of file LESdelta.H.

Constructor & Destructor Documentation

◆ LESdelta() [1/2]

◆ LESdelta() [2/2]

LESdelta ( const word & name,
const turbulenceModel & turbulence )

Construct from name, turbulenceModel and dictionary.

Definition at line 35 of file LESdelta.C.

References delta_, Foam::dimLength, mesh, Foam::name(), timeName, turbulence(), and turbulenceModel_.

Here is the call graph for this function:

◆ ~LESdelta()

virtual ~LESdelta ( )
virtualdefault

Destructor.

Member Function Documentation

◆ operator=()

void operator= ( const LESdelta & )
protecteddelete

No copy assignment.

References LESdelta().

Here is the call graph for this function:

◆ TypeName()

TypeName ( "LESdelta" )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

References dict, LESdelta(), Foam::name(), and turbulence().

Here is the call graph for this function:

◆ 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 60 of file LESdelta.C.

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

Referenced by DeltaOmegaTildeDelta::DeltaOmegaTildeDelta(), IDDESDelta::IDDESDelta(), PrandtlDelta::PrandtlDelta(), SLADelta::SLADelta(), smoothDelta::smoothDelta(), and vanDriestDelta::vanDriestDelta().

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 89 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()

◆ read()

virtual void read ( const dictionary & )
pure virtual

◆ correct()

◆ operator const volScalarField &()

virtual operator const volScalarField & ( ) const
inlinevirtual

Definition at line 162 of file LESdelta.H.

References delta_.

Member Data Documentation

◆ turbulenceModel_

◆ delta_


The documentation for this class was generated from the following files:
  • src/TurbulenceModels/turbulenceModels/LES/LESdeltas/LESdelta/LESdelta.H
  • src/TurbulenceModels/turbulenceModels/LES/LESdeltas/LESdelta/LESdelta.C