Dummy class for 'none' option - will raise an error if any functions are called that require return values.
More...
|
| TypeName ("none") |
|
| NoInteraction (const dictionary &dict, CloudType &cloud) |
|
| NoInteraction (const NoInteraction< CloudType > &pim) |
|
virtual autoPtr< PatchInteractionModel< CloudType > > | clone () const |
|
virtual | ~NoInteraction ()=default |
|
virtual bool | active () const |
|
virtual bool | correct (typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle) |
|
| TypeName ("patchInteractionModel") |
|
| declareRunTimeSelectionTable (autoPtr, PatchInteractionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) |
|
| PatchInteractionModel (CloudType &owner) |
|
| PatchInteractionModel (const dictionary &dict, CloudType &owner, const word &type) |
|
| PatchInteractionModel (const PatchInteractionModel< CloudType > &pim) |
|
virtual autoPtr< PatchInteractionModel< CloudType > > | clone () const=0 |
|
virtual | ~PatchInteractionModel ()=default |
|
const word & | UName () const |
|
const scalar & | Urmax () const |
|
virtual void | addToEscapedParcels (const scalar mass) |
|
virtual void | postEvolve () |
|
virtual void | info (Ostream &os) |
|
template<class CloudType>
class Foam::NoInteraction< CloudType >
Dummy class for 'none' option - will raise an error if any functions are called that require return values.
Definition at line 45 of file NoInteraction.H.