151 problem.
setName(
"VariableBottomQuick");
159 double ExitHeight = 20.0, ExitLength = 20.0, hopperAngle_ = 45.0, hopperLength_ = 4.0 * ExitLength;
160 problem.set_Hopper(ExitLength,ExitHeight,hopperAngle_,hopperLength_);
161 problem.setHopperFillPercentage(50.0);
void setMaxFailed(unsigned int maxFailed)
Sets the number of times a particle will be tried to be added to the insertion boundary.
Definition: Chute.cc:827
void setSaveCount(unsigned int saveCount)
Sets File::saveCount_ for all files (ene, data, fstat, restart, stat)
Definition: DPMBase.cc:408
void setName(const std::string &name)
Allows to set the name of all the files (ene, data, fstat, restart, stat)
Definition: DPMBase.cc:422
bool readArguments(int argc, char *argv[])
Can interpret main function input arguments that are passed by the driver codes.
Definition: DPMBase.cc:4391
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
Definition: LongPeriodicChute.cpp:39
void set_silbert_parameters()
sets parameters of particles and time stepping to the L3 type used in Silbert's papers
Definition: LongPeriodicChute.cpp:46
void set_chute_parameters()
sets parameters of the chute
Definition: LongPeriodicChute.cpp:66