

Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. More... | |
| noCorrectionLimiting (const dictionary &dict) | |
| Construct from components. More... | |
| noCorrectionLimiting (const noCorrectionLimiting &cl) | |
| Copy constructor. More... | |
| virtual autoPtr< CorrectionLimitingMethod > | clone () 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) | |
| Copy constructor. More... | |
| virtual | ~CorrectionLimitingMethod () |
| Destructor. More... | |
| void | operator= (const CorrectionLimitingMethod &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from CorrectionLimitingMethod | |
| static autoPtr< CorrectionLimitingMethod > | New (const dictionary &dict) |
| Selector. More... | |
Definition at line 49 of file noCorrectionLimiting.H.
| noCorrectionLimiting | ( | const dictionary & | dict | ) |
Construct from components.
Definition at line 46 of file noCorrectionLimiting.C.
Referenced by noCorrectionLimiting::clone().

| noCorrectionLimiting | ( | const noCorrectionLimiting & | cl | ) |
Copy constructor.
Definition at line 55 of file noCorrectionLimiting.C.
|
virtual |
Destructor.
Definition at line 66 of file noCorrectionLimiting.C.
| TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements CorrectionLimitingMethod.
Definition at line 68 of file noCorrectionLimiting.H.
References noCorrectionLimiting::noCorrectionLimiting().

|
virtual |
Return the limited velocity.
Implements CorrectionLimitingMethod.
Definition at line 73 of file noCorrectionLimiting.C.