23 MD::computeExternalForces(CI);
33 P0.Radius =
random(MinInflowParticleRadius,MaxInflowParticleRadius);
35 P0.Velocity.set_zero();
Definition: ChuteWithVerticalHopper.h:8
double inflowLength
Definition: ChuteWithVerticalHopper.h:10
void computeExternalForces(int CI)
Definition: ChuteWithVerticalHopper.h:22
double dragCoefficient
Definition: ChuteWithVerticalHopper.h:13
void set_targetVelocity(Vec3D new_)
Definition: ChuteWithVerticalHopper.h:17
void create_inflow_particle()
Definition: ChuteWithVerticalHopper.h:30
Vec3D targetVelocity
Definition: ChuteWithVerticalHopper.h:16
void set_dragCoefficient(double new_)
Definition: ChuteWithVerticalHopper.h:14
void set_inflowLength(double new_)
Definition: ChuteWithVerticalHopper.h:11
void setupInitialConditions() override
This function allows to set the initial conditions for our problem to be solved, by default particle ...
Definition: ChuteWithVerticalHopper.h:20
Creates chutes with different bottoms. Inherits from Mercury3D (-> MercuryBase -> DPMBase).
Definition: Chute.h:44
Mdouble getXMin() const
If the length of the problem domain in x-direction is XMax - XMin, then getXMin() returns XMin.
Definition: DPMBase.h:603
Mdouble getYMin() const
If the length of the problem domain in y-direction is YMax - YMin, then getYMin() returns YMin.
Definition: DPMBase.h:616
RNG random
This is a random generator, often used for setting up the initial conditions etc.....
Definition: DPMBase.h:1438
Mdouble getYMax() const
If the length of the problem domain in y-direction is YMax - YMin, then getYMax() returns XMax.
Definition: DPMBase.h:622
Mdouble getZMax() const
If the length of the problem domain in z-direction is ZMax - ZMin, then getZMax() returns ZMax.
Definition: DPMBase.h:634
Mdouble getZMin() const
If the length of the problem domain in z-direction is ZMax - ZMin, then getZMin() returns ZMin.
Definition: DPMBase.h:628
Contains material and contact force properties.
Definition: Species.h:14
Definition: Kernel/Math/Vector.h:30
double P0
Definition: two_dim.cc:101