CorrectionLimitingMethod Class Referenceabstract

Base class for correction limiting methods. More...

Inheritance diagram for CorrectionLimitingMethod:

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)
 Copy constructor. 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...
 
void operator= (const CorrectionLimitingMethod &)=delete
 Disallow default bitwise assignment. 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 50 of file CorrectionLimitingMethod.H.

Constructor & Destructor Documentation

◆ CorrectionLimitingMethod() [1/2]

Construct from components.

Definition at line 38 of file CorrectionLimitingMethod.C.

◆ CorrectionLimitingMethod() [2/2]

Copy constructor.

Definition at line 45 of file CorrectionLimitingMethod.C.

References CorrectionLimitingMethod::New().

Here is the call graph for this function:

◆ ~CorrectionLimitingMethod()

Destructor.

Definition at line 82 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, relative, and noCorrectionLimiting.

◆ New()

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

Selector.

Definition at line 55 of file CorrectionLimitingMethod.C.

References Foam::abort(), dict, Foam::endl(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), and Foam::nl.

Referenced by CorrectionLimitingMethod::CorrectionLimitingMethod().

Here is the call graph for this function:
Here is the caller 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, relative, and noCorrectionLimiting.

◆ operator=()

void operator= ( const CorrectionLimitingMethod )
delete

Disallow default bitwise assignment.


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