23 problem.setName(
"HopperSelfTest");
30 problem.setInflowParticleRadius(0.32e-3, 0.40e-3);
31 problem.setFixedParticleRadius(0.36e-3);
36 Mdouble meanRadius = 0.5 * (
problem.getMinInflowParticleRadius() +
problem.getMaxInflowParticleRadius());
38 species.setCollisionTimeAndRestitutionCoefficient(tc, 0.95, mass);
39 species.setSlidingFrictionCoefficient(0.5);
40 problem.speciesHandler.copyAndAddObject(species);
44 problem.setChuteAngleAndMagnitudeOfGravity(10.0,9.8);
45 problem.setChuteLength(40.0e-3);
46 problem.setChuteWidth(3.2e-3 / 2.0);
50 Mdouble ExitLength = ExitHeight;
52 Mdouble hopperLength_ = 4.0 * ExitLength;
57 Mdouble hopperHeight_ = 24.1139e-3;
58 problem.setHopper(ExitLength, ExitHeight, hopperAngle_, hopperLength_, hopperHeight_);
@ MONOLAYER_ORDERED
Definition: Chute.h:32
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
void setHandler(SpeciesHandler *handler)
Sets the pointer to the handler to which this species belongs.
Definition: BaseSpecies.cc:70
ChuteWithHopper has a hopper as inflow.
Definition: ChuteWithHopper.h:18
void setDensity(Mdouble density)
Definition: ParticleSpecies.cc:88
Mdouble getMassFromRadius(Mdouble radius) const
Definition: ParticleSpecies.cc:103
Contains material and contact force properties.
Definition: Species.h:14
#define INFO(i)
Definition: mumps_solver.h:54
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213