Public Member Functions | Static Public Member Functions | List of all members
CorrectionLimitingMethod Class Referenceabstract

Base class for correction limiting methods. More...

Inheritance diagram for CorrectionLimitingMethod:
Inheritance graph
[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 50 of file CorrectionLimitingMethod.H.

Constructor & Destructor Documentation

Construct from components.

Definition at line 38 of file CorrectionLimitingMethod.C.

Construct as copy.

Definition at line 45 of file CorrectionLimitingMethod.C.

References CorrectionLimitingMethod::New().

Here is the call graph for this function:

Destructor.

Definition at line 82 of file CorrectionLimitingMethod.C.

Member Function Documentation

TypeName ( "correctionLimitingMethod"  )

Runtime type information.

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

Declare runtime constructor selection table.

virtual autoPtr<CorrectionLimitingMethod> clone ( ) const
pure virtual

Construct and return a clone.

Implemented in absolute, relative, and noCorrectionLimiting.

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:

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.


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