Loading...
Searching...
No Matches
CorrectionLimitingMethod Class Referenceabstract

Base class for correction limiting methods. More...

#include <CorrectionLimitingMethod.H>

Inheritance diagram for CorrectionLimitingMethod:

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Base class for correction limiting methods.

Source files

Definition at line 51 of file CorrectionLimitingMethod.H.

Constructor & Destructor Documentation

◆ CorrectionLimitingMethod() [1/2]

CorrectionLimitingMethod ( const dictionary & dict)

◆ CorrectionLimitingMethod() [2/2]

CorrectionLimitingMethod ( const CorrectionLimitingMethod & cl)

Construct as copy.

Definition at line 40 of file CorrectionLimitingMethod.C.

References CorrectionLimitingMethod().

Here is the call graph for this function:

◆ ~CorrectionLimitingMethod()

Destructor.

Definition at line 78 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.

References CorrectionLimitingMethod(), and dict.

Here is the call graph for this function:

◆ clone()

virtual autoPtr< CorrectionLimitingMethod > clone ( ) const
pure virtual

Construct and return a clone.

Implemented in absolute, noCorrectionLimiting, and relative.

References dict.

◆ New()

Selector.

Definition at line 50 of file CorrectionLimitingMethod.C.

References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, 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: