#include <sstream>
#include <iostream>
#include <iomanip>
#include <cmath>
#include "scr/ChuteWithHopper.h"
◆ main()
130 problem.setName(
"VariableBottomQuick");
132 problem.set_chute_parameters();
134 problem.set_silbert_parameters();
138 double ExitHeight = 20.0, ExitLength = 20.0, hopperAngle_ = 45.0, hopperLength_ = 4.0 * ExitLength;
139 problem.set_Hopper(ExitLength,ExitHeight,hopperAngle_,hopperLength_);
140 problem.setHopperFillPercentage(50.0);
142 problem.readArguments(argc, argv);
Definition: LongPeriodicChute.cpp:18
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213
References problem.