Base class for cloud velocity conditions. Accessed by the cloud velocity Lagrangian patch. Provides an interface to return the state of a particle after hitting a (non-constraint) patch. This allows derivations to control the rebound, escape, stick, etc..., behaviour. More...


Public Member Functions | |
| TypeName ("cloudVelocity") | |
| Runtime type information. More... | |
| virtual LagrangianState | state () const =0 |
| Return the state after interaction with this patch. More... | |
Base class for cloud velocity conditions. Accessed by the cloud velocity Lagrangian patch. Provides an interface to return the state of a particle after hitting a (non-constraint) patch. This allows derivations to control the rebound, escape, stick, etc..., behaviour.
Definition at line 54 of file cloudVelocityLagrangianPatchVectorField.H.
| TypeName | ( | "cloudVelocity" | ) |
Runtime type information.
|
pure virtual |
Return the state after interaction with this patch.
Implemented in stickVelocityLagrangianPatchVectorField, reboundVelocityLagrangianPatchVectorField, and escapeVelocityLagrangianPatchVectorField.