#include <sstream>
#include <iostream>
#include <iomanip>
#include <cmath>
#include "scr/ChuteWithHopper.h"
#include <sys/types.h>
#include <sys/stat.h>
◆ main()
66 problem.setName(
"granular_jet");
80 double ExitHeight = 25.0,
81 ExitLength = 3.0 * ExitHeight,
83 hopperLength_ = 4.0 * ExitLength;
84 problem.set_Hopper(ExitLength,ExitHeight,hopperAngle_,hopperLength_);
93 problem.setXBallsAdditionalArguments(
"-v0 ");
94 cout <<
"Maximum allowed speed of particles: " <<
problem.getMaximumVelocity()
96 cout <<
"dt=" <<
problem.getTimeStep() << endl;
101 problem.readArguments(argc, argv);
@ MONOLAYER_DISORDERED
Definition: Chute.h:32
@ NO_FILE
file will not be created/read
@ ONE_FILE
all data will be written into/ read from a single file called name_
Definition: granular_jet_thomas.cpp:17
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213
References MONOLAYER_DISORDERED, NO_FILE, ONE_FILE, and problem.