|
| | TypeName ("none") |
| | Runtime type information. More...
|
| |
| | NoPair (const dictionary &dict, CloudType &cloud) |
| | Construct from dictionary and cloud owner. More...
|
| |
| virtual | ~NoPair ()=default |
| | Destructor. More...
|
| |
| virtual bool | controlsTimestep () const |
| | Whether the PairModel has a timestep limit that will require subCycling. More...
|
| |
| virtual label | nSubCycles () const |
| | For PairModels that control the timestep, calculate the number of subCycles needed to satisfy the minimum allowable timestep. More...
|
| |
| virtual void | evaluatePair (typename CloudType::parcelType &pA, typename CloudType::parcelType &pB) const |
| | Calculate the pair interaction between parcels. More...
|
| |
| | TypeName ("pairModel") |
| | Runtime type information. More...
|
| |
| | declareRunTimeSelectionTable (autoPtr, PairModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) |
| | Declare runtime constructor selection table. More...
|
| |
| | PairModel (CloudType &owner) |
| | Construct null from cloud owner. More...
|
| |
| | PairModel (const dictionary &dict, CloudType &owner, const word &type) |
| | Construct from components. More...
|
| |
| virtual | ~PairModel () |
| | Destructor. More...
|
| |
| const CloudType & | owner () const |
| | Return the owner cloud object. More...
|
| |
| const dictionary & | dict () const |
| | Return the dictionary. More...
|
| |
| const dictionary & | coeffDict () const |
| | Return the coefficients dictionary. More...
|
| |
template<class CloudType>
class Foam::NoPair< CloudType >
Placeholder for 'none' option.
- Source files
-
Definition at line 46 of file NoPair.H.