Classes | Public Member Functions | List of all members
smoothDelta Class Reference
Inheritance diagram for smoothDelta:
Inheritance graph
[legend]
Collaboration diagram for smoothDelta:
Collaboration graph
[legend]

Classes

class  deltaData
 

Public Member Functions

 TypeName ("smooth")
 
 smoothDelta (const word &name, const turbulenceModel &turbulence, const dictionary &)
 
virtual ~smoothDelta ()=default
 
virtual void read (const dictionary &dict)
 
virtual void correct ()
 
- Public Member Functions inherited from LESdelta
 TypeName ("LESdelta")
 
 declareRunTimeSelectionTable (autoPtr, LESdelta, dictionary,(const word &name, const turbulenceModel &turbulence, const dictionary &dict),(name, turbulence, dict))
 
 LESdelta (const word &name, const turbulenceModel &turbulence)
 
virtual ~LESdelta ()=default
 
const turbulenceModelturbulence () const
 
virtual operator const volScalarField & () const
 

Additional Inherited Members

- Static Public Member Functions inherited from LESdelta
static autoPtr< LESdeltaNew (const word &name, const turbulenceModel &turbulence, const dictionary &dict, const word &lookupName="delta")
 
static autoPtr< LESdeltaNew (const word &name, const turbulenceModel &turbulence, const dictionary &dict, const dictionaryConstructorTableType &additionalConstructors, const word &lookupName="delta")
 
- Protected Member Functions inherited from LESdelta
 LESdelta (const LESdelta &)=delete
 
void operator= (const LESdelta &)=delete
 
- Protected Attributes inherited from LESdelta
const turbulenceModelturbulenceModel_
 
volScalarField delta_
 

Detailed Description

Definition at line 51 of file smoothDelta.H.

Constructor & Destructor Documentation

◆ smoothDelta()

smoothDelta ( const word name,
const turbulenceModel turbulence,
const dictionary dict 
)

Definition at line 142 of file smoothDelta.C.

◆ ~smoothDelta()

virtual ~smoothDelta ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "smooth"  )

◆ read()

void read ( const dictionary dict)
virtual

Implements LESdelta.

Definition at line 169 of file smoothDelta.C.

References dict, dictionary::readEntry(), and Foam::type().

Here is the call graph for this function:

◆ correct()

void correct ( )
virtual

Implements LESdelta.

Definition at line 179 of file smoothDelta.C.


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