Pair forces between particles colliding with a spring, slider, damper model. More...


Public Member Functions | |
| TypeName ("pairSpringSliderDashpot") | |
| Runtime type information. More... | |
| PairSpringSliderDashpot (const dictionary &dict, CloudType &cloud) | |
| Construct from dictionary. More... | |
| virtual | ~PairSpringSliderDashpot ()=default |
| Destructor. More... | |
| scalar | volumeFactor () const |
| Return the volumeFactor. More... | |
| scalar | overlapArea (scalar rA, scalar rB, scalar rAB) const |
| Return the area of overlap between two spheres of radii rA and rB,. More... | |
| virtual bool | controlsTimestep () const |
| Whether the PairModel has a timestep limit that will. More... | |
| virtual label | nSubCycles () const |
| For PairModels that control the timestep, calculate the. More... | |
| virtual void | evaluatePair (typename CloudType::parcelType &pA, typename CloudType::parcelType &pB) const |
| Calculate the pair interaction between parcels. More... | |
Public Member Functions inherited from PairModel< CloudType > | |
| 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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from PairModel< CloudType > | |
| static autoPtr< PairModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
| Selector. More... | |
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_. More... | |
Pair forces between particles colliding with a spring, slider, damper model.
"Lagrangian numerical simulation of plug flow of cohesionless
particles in a horizontal pipe"
Tsuji, Y., Tanaka, T., Ishida, T.,
Powder Technology
Volume 73, Issue 3, September 1992, pp. 239-250
Definition at line 53 of file PairSpringSliderDashpot.H.
| PairSpringSliderDashpot | ( | const dictionary & | dict, |
| CloudType & | cloud | ||
| ) |
Construct from dictionary.
Definition at line 78 of file PairSpringSliderDashpot.C.
References Foam::constant::universal::G, Foam::mag(), nu, and Foam::sqr().

|
virtualdefault |
Destructor.
| TypeName | ( | "pairSpringSliderDashpot" | ) |
Runtime type information.
|
inline |
Return the volumeFactor.
Definition at line 175 of file PairSpringSliderDashpot.H.
|
inline |
Return the area of overlap between two spheres of radii rA and rB,.
centres separated by a distance rAB. Assumes rAB < (rA + rB).
Definition at line 185 of file PairSpringSliderDashpot.H.
References Foam::constant::mathematical::pi(), and Foam::sqr().

|
virtual |
Whether the PairModel has a timestep limit that will.
require subCycling
Implements PairModel< CloudType >.
Definition at line 123 of file PairSpringSliderDashpot.C.
|
virtual |
For PairModels that control the timestep, calculate the.
number of subCycles needed to satisfy the minimum allowable timestep
Implements PairModel< CloudType >.
Definition at line 130 of file PairSpringSliderDashpot.C.
References Foam::pow(), rhoMax, and Foam::sqrt().

|
virtual |
Calculate the pair interaction between parcels.
Implements PairModel< CloudType >.
Definition at line 156 of file PairSpringSliderDashpot.C.
References Foam::cbrt(), M, Foam::mag(), Foam::pow(), Foam::pow025(), R, Foam::sqrt(), and Foam::Zero.
