73 problem.setInflowParticleRadius(1
e-3/2.);
76 double ExitHeight = 15
e-3, ExitLength = 15
e-3, hopperAngle_ = 45.0, hopperLength_ = 2.0 * ExitLength;
77 problem.set_Hopper(ExitLength,ExitHeight,hopperAngle_,hopperLength_);
81 problem.setFixedParticleRadius(0);
82 problem.setStiffnessAndRestitutionCoefficient(100, 0.97,
problem.get_mass_from_Radius(
problem.getInflowParticleRadius()));
83 problem.set_HGRID_num_buckets_to_power(4e5);
84 problem.set_HGRID_max_levels(1);
85 problem.setXBallsAdditionalArguments(
"-v0 -solidf -sort");
89 problem.readArguments(argc, argv);
Array< double, 1, 3 > e(1./3., 0.5, 2.)
Definition: Vreman.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