64 problem.setInflowParticleRadius(0.3e-3,0.60e-3);
65 problem.speciesHandler.getObject(0)->setCollisionTimeAndRestitutionCoefficient(4
e-4, 0.6);
66 problem.speciesHandler.getObject(0)->setSlidingDissipation(
problem.get_dissipation());
67 problem.speciesHandler.getObject(0)->setSlidingFrictionCoefficient(0.8);
68 problem.setFixedParticleRadius(0.3e-3);
74 problem.setChuteLength(600.0e-3);
78 double ExitHeight = 12.0e-3, ExitLength = 1.0 * ExitHeight, hopperAngle_ = 60.0, hopperLength_ = 6.0 * ExitLength;
79 problem.set_Hopper(ExitLength,ExitHeight,hopperAngle_,hopperLength_);
82 cout <<
"Maximum allowed speed of particles: " <<
problem.getMaximumVelocity() << endl;
85 cout <<
"dt=" <<
problem.getTimeStep() << endl;
93 problem.setXBallsVectorScale(1);
@ MONOLAYER_DISORDERED
Definition: Chute.h:32
Array< double, 1, 3 > e(1./3., 0.5, 2.)
Definition: Chute/segregation_with_hopper.cpp:17
unsigned int getSaveCountFromNumberOfSavesAndTimeMaxAndTimeStep(unsigned int numberOfSaves, Mdouble timeMax, Mdouble timeStep)
Returns the correct saveCount if the total number of saves, the final time and the time step is known...
Definition: FormulaHelpers.cc:75
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213