44 MD::computeExternalForces(CI);
54 P0.Radius =
random(MinInflowParticleRadius,MaxInflowParticleRadius);
56 P0.Velocity.set_zero();
Definition: ChuteWithVerticalHopper.h:29
double inflowLength
Definition: ChuteWithVerticalHopper.h:31
void computeExternalForces(int CI)
Definition: ChuteWithVerticalHopper.h:43
double dragCoefficient
Definition: ChuteWithVerticalHopper.h:34
void set_targetVelocity(Vec3D new_)
Definition: ChuteWithVerticalHopper.h:38
void create_inflow_particle()
Definition: ChuteWithVerticalHopper.h:51
Vec3D targetVelocity
Definition: ChuteWithVerticalHopper.h:37
void set_dragCoefficient(double new_)
Definition: ChuteWithVerticalHopper.h:35
void set_inflowLength(double new_)
Definition: ChuteWithVerticalHopper.h:32
void setupInitialConditions() override
This function allows to set the initial conditions for our problem to be solved, by default particle ...
Definition: ChuteWithVerticalHopper.h:41
Creates chutes with different bottoms. Inherits from Mercury3D (-> MercuryBase -> DPMBase).
Definition: Chute.h:65
Mdouble getXMin() const
If the length of the problem domain in x-direction is XMax - XMin, then getXMin() returns XMin.
Definition: DPMBase.h:619
Mdouble getYMin() const
If the length of the problem domain in y-direction is YMax - YMin, then getYMin() returns YMin.
Definition: DPMBase.h:632
RNG random
This is a random generator, often used for setting up the initial conditions etc.....
Definition: DPMBase.h:1432
Mdouble getYMax() const
If the length of the problem domain in y-direction is YMax - YMin, then getYMax() returns XMax.
Definition: DPMBase.h:638
Mdouble getZMax() const
If the length of the problem domain in z-direction is ZMax - ZMin, then getZMax() returns ZMax.
Definition: DPMBase.h:650
Mdouble getZMin() const
If the length of the problem domain in z-direction is ZMax - ZMin, then getZMin() returns ZMin.
Definition: DPMBase.h:644
Contains material and contact force properties.
Definition: Species.h:35