#include <sstream>
#include <iostream>
#include <iomanip>
#include <cmath>
#include <sys/types.h>
#include <sys/stat.h>
#include "scr/Chute.h"
#include "scr/Time.h"
◆ main()
131 problem.setName(
"VremanRough");
137 problem.setInflowParticleRadius(0.5e-3);
138 problem.setInflowVelocity(.17);
139 problem.setInflowVelocityVariance(.02);
143 problem.setFixedParticleRadius(0.5e-3);
145 problem.setStiffnessAndRestitutionCoefficient(100, 0.97,
problem.get_mass_from_Radius(
problem.getInflowParticleRadius()));
146 problem.set_HGRID_num_buckets_to_power(4e5);
147 problem.set_HGRID_max_levels(1);
148 problem.setXBallsAdditionalArguments(
"-v0 -solidf -sort");
153 problem.readArguments(argc, argv);
@ MULTILAYER
Definition: Chute.h:32
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
References e(), helpers::getSaveCountFromNumberOfSavesAndTimeMaxAndTimeStep(), MULTILAYER, and problem.