CorrectionLimitingMethod Class Referenceabstract

Base class for correction limiting methods. More...

Inheritance diagram for CorrectionLimitingMethod:
[legend]

Public Member Functions

 TypeName ("correctionLimitingMethod")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, CorrectionLimitingMethod, dictionary,(const dictionary &dict),(dict))
 Declare runtime constructor selection table. More...
 
 CorrectionLimitingMethod (const dictionary &dict)
 Construct from components. More...
 
 CorrectionLimitingMethod (const CorrectionLimitingMethod &cl)
 Construct as copy. More...
 
virtual autoPtr< CorrectionLimitingMethodclone () const =0
 Construct and return a clone. More...
 
virtual ~CorrectionLimitingMethod ()
 Destructor. More...
 
virtual vector limitedVelocity (const vector uP, const vector dU, const vector uMean) const =0
 Return the limited velocity. More...
 

Static Public Member Functions

static autoPtr< CorrectionLimitingMethodNew (const dictionary &dict)
 Selector. More...
 

Detailed Description

Base class for correction limiting methods.

Source files

Definition at line 55 of file CorrectionLimitingMethod.H.

Constructor & Destructor Documentation

◆ CorrectionLimitingMethod() [1/2]

Construct from components.

Definition at line 40 of file CorrectionLimitingMethod.C.

◆ CorrectionLimitingMethod() [2/2]

Construct as copy.

Definition at line 47 of file CorrectionLimitingMethod.C.

◆ ~CorrectionLimitingMethod()

Destructor.

Definition at line 85 of file CorrectionLimitingMethod.C.

Member Function Documentation

◆ TypeName()

TypeName ( "correctionLimitingMethod"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
CorrectionLimitingMethod  ,
dictionary  ,
(const dictionary &dict ,
(dict  
)

Declare runtime constructor selection table.

◆ clone()

virtual autoPtr< CorrectionLimitingMethod > clone ( ) const
pure virtual

Construct and return a clone.

Implemented in absolute, noCorrectionLimiting, and relative.

◆ New()

Foam::autoPtr< Foam::CorrectionLimitingMethod > New ( const dictionary dict)
static

Selector.

Definition at line 57 of file CorrectionLimitingMethod.C.

References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, dictionary::get(), and Foam::Info.

Here is the call graph for this function:

◆ limitedVelocity()

virtual vector limitedVelocity ( const vector  uP,
const vector  dU,
const vector  uMean 
) const
pure virtual

Return the limited velocity.

Implemented in absolute, noCorrectionLimiting, and relative.


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