192 problem.
setName(
"leidenfrost");
void setSaveCount(unsigned int saveCount)
Sets File::saveCount_ for all files (ene, data, fstat, restart, stat)
Definition: DPMBase.cc:408
void autoNumber()
The autoNumber() function calls three functions: setRunNumber(), readRunNumberFromFile() and incremen...
Definition: DPMBase.cc:539
void setName(const std::string &name)
Allows to set the name of all the files (ene, data, fstat, restart, stat)
Definition: DPMBase.cc:422
void setYMax(Mdouble newYMax)
Sets the value of YMax, the upper bound of the problem domain in the y-direction.
Definition: DPMBase.cc:1191
void setXMax(Mdouble newXMax)
Sets the value of XMax, the upper bound of the problem domain in the x-direction.
Definition: DPMBase.cc:1165
void setZMax(Mdouble newZMax)
Sets the value of ZMax, the upper bound of the problem domain in the z-direction.
Definition: DPMBase.cc:1217
void setTimeStep(Mdouble newDt)
Sets a new value for the simulation time step.
Definition: DPMBase.cc:1234
void setTimeMax(Mdouble newTMax)
Sets a new value for the maximum simulation duration.
Definition: DPMBase.cc:873
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
todo{This code is not working as is wanted}
Definition: elastic_gas.cpp:34
void set_WallCOR(double cor)
Definition: BinaryDensities.cpp:136
void set_Amplitude(double a)
Definition: BinaryDensities.cpp:150
void set_ParticleCOR(double cor)
Definition: BinaryDensities.cpp:140
void set_ParticleDensity(double density1, double density2)
Definition: BinaryDensities.cpp:142
void set_CollisionTime(double tc_in)
Definition: BinaryDensities.cpp:144
void set_WallFriction(double mu)
Definition: BinaryDensities.cpp:138
void set_NumberOfParticles(int np)
Definition: BinaryDensities.cpp:146
void set_Frequency(double f)
Definition: BinaryDensities.cpp:148
void set_ParticleRadius(double pr)
Definition: BinaryDensities.cpp:134