Placeholder for 'none' option. More...
#include <NoPair.H>


Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. | |
| NoPair (const dictionary &dict, CloudType &cloud) | |
| Construct from dictionary and cloud owner. | |
| virtual | ~NoPair ()=default |
| Destructor. | |
| virtual bool | controlsTimestep () const |
| Whether the PairModel has a timestep limit that will require subCycling. | |
| virtual label | nSubCycles () const |
| For PairModels that control the timestep, calculate the number of subCycles needed to satisfy the minimum allowable timestep. | |
| virtual void | evaluatePair (typename CloudType::parcelType &pA, typename CloudType::parcelType &pB) const |
| Calculate the pair interaction between parcels. | |
| Public Member Functions inherited from PairModel< CloudType > | |
| TypeName ("pairModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, PairModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
| Declare runtime constructor selection table. | |
| PairModel (CloudType &owner) | |
| Construct null from cloud owner. | |
| PairModel (const dictionary &dict, CloudType &owner, const word &type) | |
| Construct from components. | |
| virtual | ~PairModel () |
| Destructor. | |
| const CloudType & | owner () const |
| Return the owner cloud object. | |
| const dictionary & | dict () const |
| Return the dictionary. | |
| const dictionary & | coeffDict () const |
| Return the coefficients dictionary. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from PairModel< CloudType > | |
| static autoPtr< PairModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
| Selector. | |
| Protected Member Functions inherited from PairModel< CloudType > | |
| scalar | forceCoeff (typename CloudType::parcelType &pA, typename CloudType::parcelType &pB) const |
| Return the force coefficient based on the forceRampTime_. | |
Placeholder for 'none' option.
| NoPair | ( | const dictionary & | dict, |
| CloudType & | cloud ) |
Construct from dictionary and cloud owner.
Definition at line 26 of file NoPair.C.
References PairModel< CloudType >::dict(), and PairModel< CloudType >::PairModel().

| TypeName | ( | "none" | ) |
Runtime type information.
References PairModel< CloudType >::dict().

|
virtual |
Whether the PairModel has a timestep limit that will require subCycling.
Implements PairModel< CloudType >.
|
virtual |
For PairModels that control the timestep, calculate the number of subCycles needed to satisfy the minimum allowable timestep.
Implements PairModel< CloudType >.
|
virtual |
Calculate the pair interaction between parcels.
Implements PairModel< CloudType >.