Collaboration diagram for Forces:

Classes

class  DistortedSphereDragForce< CloudType >
 Particle-drag model wherein drag forces (per unit carrier-fluid velocity) are dynamically computed by using sphereDrag model; however, are corrected for particle distortion by linearly varying the drag between of a sphere (i.e. sphereDrag) and a value of 1.54 corresponding to a disk. More...
 
class  ErgunWenYuDragForce< CloudType >
 Particle-drag model wherein drag forces (per unit carrier-fluid velocity) are dynamically computed based on the Gidaspow drag model which is a switch-like combination of the Wen-Yu and Ergun drag models. More...
 
class  NonSphereDragForce< CloudType >
 Particle-drag model wherein drag forces (per unit carrier-fluid velocity) are dynamically computed based on empirical expressions using a four-parameter general drag correlation for non-spherical particles. More...
 
class  PlessisMasliyahDragForce< CloudType >
 Particle-drag model wherein drag forces (per unit carrier-fluid velocity) are dynamically computed based on the Du Plessis-Masliyah drag model. More...
 
class  SphereDragForce< CloudType >
 Particle-drag model wherein drag forces (per unit carrier-fluid velocity) are dynamically computed based on empirical expressions. More...
 
class  WenYuDragForce< CloudType >
 Particle-drag model wherein drag forces (per unit carrier-fluid velocity) are dynamically computed based on the Wen-Yu drag model. More...
 
class  GravityForce< CloudType >
 Calculates particle gravity force. More...
 
class  LiftForce< CloudType >
 Base class for particle lift force models. More...
 
class  SaffmanMeiLiftForce< CloudType >
 Saffman-Mei particle lift force model applicable to spherical particles. More...
 
class  TomiyamaLiftForce< CloudType >
 Tomiyama particle lift force model applicable to deformable bubbles. More...
 
class  NonInertialFrameForce< CloudType >
 Calculates particle non-inertial reference frame force. Variable names as from Landau and Lifshitz, Mechanics, 3rd Ed, p126-129. More...
 
class  ParamagneticForce< CloudType >
 Calculates particle paramagnetic (magnetic field) force. More...
 
class  ParticleForce< CloudType >
 Abstract base class for particle forces. More...
 
class  PressureGradientForce< CloudType >
 Calculates particle pressure gradient force. More...
 
class  SRFForce< CloudType >
 Calculates particle SRF reference frame force. More...
 
class  VirtualMassForce< CloudType >
 Calculates particle virtual mass force. More...
 

Detailed Description

This group contains Lagrangian particle force submodels