90 problem.setChuteLength(700 * .25);
91 problem.setChuteWidth(400 * .25);
97 Mdouble exitLength = 3.0 * exitHeight;
99 Mdouble hopperLength = 4.0 * exitLength;
100 Mdouble hopperHeight = hopperLength;
101 problem.setHopper(exitLength, exitHeight, hopperAngle, hopperLength, hopperHeight);
109 problem.readArguments(argc, argv);
@ MONOLAYER_DISORDERED
Definition: Chute.h:32
@ MULTIPLE_FILES_PADDED
each time-step will be written into/read from separate files numbered consecutively,...
@ NO_FILE
file will not be created/read
Definition: granular_jet_thomas.cpp:17
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213