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

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 noCorrectionLimiting (const dictionary &dict)
 Construct from components. More...
 
 noCorrectionLimiting (const noCorrectionLimiting &cl)
 Construct as copy. More...
 
virtual autoPtr< CorrectionLimitingMethodclone () const
 Construct and return a clone. More...
 
virtual ~noCorrectionLimiting ()
 Destructor. More...
 
virtual vector limitedVelocity (const vector uP, const vector dU, const vector uMean) const
 Return the limited velocity. More...
 
- Public Member Functions inherited from CorrectionLimitingMethod
 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 ~CorrectionLimitingMethod ()
 Destructor. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CorrectionLimitingMethod
static autoPtr< CorrectionLimitingMethodNew (const dictionary &dict)
 Selector. More...
 

Detailed Description

Source files

Definition at line 49 of file noCorrectionLimiting.H.

Constructor & Destructor Documentation

◆ noCorrectionLimiting() [1/2]

noCorrectionLimiting ( const dictionary dict)

Construct from components.

Definition at line 47 of file noCorrectionLimiting.C.

Referenced by noCorrectionLimiting::clone().

Here is the caller graph for this function:

◆ noCorrectionLimiting() [2/2]

Construct as copy.

Definition at line 56 of file noCorrectionLimiting.C.

◆ ~noCorrectionLimiting()

~noCorrectionLimiting ( )
virtual

Destructor.

Definition at line 66 of file noCorrectionLimiting.C.

References noCorrectionLimiting::limitedVelocity().

Referenced by noCorrectionLimiting::clone().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ clone()

virtual autoPtr<CorrectionLimitingMethod> clone ( ) const
inlinevirtual

Construct and return a clone.

Implements CorrectionLimitingMethod.

Definition at line 68 of file noCorrectionLimiting.H.

References noCorrectionLimiting::limitedVelocity(), noCorrectionLimiting::noCorrectionLimiting(), and noCorrectionLimiting::~noCorrectionLimiting().

Here is the call graph for this function:

◆ limitedVelocity()

Foam::vector limitedVelocity ( const vector  uP,
const vector  dU,
const vector  uMean 
) const
virtual

Return the limited velocity.

Implements CorrectionLimitingMethod.

Definition at line 74 of file noCorrectionLimiting.C.

Referenced by noCorrectionLimiting::clone(), and noCorrectionLimiting::~noCorrectionLimiting().

Here is the caller graph for this function:

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