462 logger(
INFO,
"\nDescription: A quasi-2D moving-bed channel with walls on the left and right boundary.");
468 problem.setName(
"Segregation");
470 problem.setTimeStep(1. / (200.0 * 50.0));
473 problem.set_particle_number_volRatio(1.0);
474 problem.set_particle_numbers(2500, 130);
476 problem.setChuteAngleAndMagnitudeOfGravity(25.0, 1.0);
488 problem.setFixedParticleRadius(0.75);
496 problem.setXBallsAdditionalArguments(
"-cmode 7");
498 problem.readArguments(argc, argv);
502 problem.num_restart_large=atoi(argv[3]);
503 problem.num_restart_small=atoi(argv[4]);
@ MULTILAYER
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.
if you restart this code the third argument will be used as the number of large particles to add and ...
Definition: SegregationNew.cpp:19
#define INFO(i)
Definition: mumps_solver.h:54
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