|
| TypeName ("rebound") |
| Runtime type information. More...
|
|
| Rebound (const dictionary &dict, CloudType &cloud) |
| Construct from dictionary. More...
|
|
| Rebound (const Rebound< CloudType > &pim) |
| Construct copy. More...
|
|
virtual autoPtr< PatchInteractionModel< CloudType > > | clone () const |
| Construct and return a clone. More...
|
|
virtual | ~Rebound () |
| Destructor. More...
|
|
virtual bool | correct (typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle, const scalar trackFraction, const tetIndices &tetIs) |
| Apply velocity correction. More...
|
|
| TypeName ("patchInteractionModel") |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, PatchInteractionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) |
| Declare runtime constructor selection table. More...
|
|
| PatchInteractionModel (CloudType &owner) |
| Construct null from owner. More...
|
|
| PatchInteractionModel (const dictionary &dict, CloudType &owner, const word &type) |
| Construct from components. More...
|
|
| PatchInteractionModel (const PatchInteractionModel< CloudType > &pim) |
| Construct copy. More...
|
|
virtual autoPtr< PatchInteractionModel< CloudType > > | clone () const=0 |
| Construct and return a clone. More...
|
|
virtual | ~PatchInteractionModel () |
| Destructor. More...
|
|
const word & | UName () const |
| Return name of velocity field. More...
|
|
void | addToEscapedParcels (const scalar mass) |
| Add to escaped parcels. More...
|
|
virtual void | info (Ostream &os) |
| Write patch interaction info to stream. More...
|
|
template<class CloudType>
class Foam::Rebound< CloudType >
Simple rebound patch interaction model.
Definition at line 45 of file Rebound.H.