43 "restart_version 1.0 name Tutorial10MPI\n"
44 "dataFile fileType ONE_FILE saveCount 10 counter 0 nextSavedTimeStep 0\n"
45 "fStatFile fileType NO_FILE saveCount 10 counter 0 nextSavedTimeStep 0\n"
46 "eneFile fileType ONE_FILE saveCount 10 counter 0 nextSavedTimeStep 0\n"
47 "restartFile fileType ONE_FILE saveCount 10 counter 0 nextSavedTimeStep 0\n"
48 "statFile fileType ONE_FILE saveCount 10 counter 0 nextSavedTimeStep 0\n"
49 "xMin 0 xMax 2 yMin 0 yMax 2 zMin 0 zMax 2\n"
50 "timeStep 1e-03 time 0 ntimeSteps 0 timeMax 10\n"
51 "systemDimensions 3 particleDimensions 3 gravity 0 0 -1\n"
53 "LinearViscoelasticSpecies id 0 density 1.9098593 stiffness 2000 dissipation 1\n"
55 "InfiniteWall id 0 indSpecies 0 position 0 0 0 orientation 0 0 0 1 velocity 0 0 0 angularVelocity 0 0 0 0 force 0 0 0 torque 0 0 0 normal 0 0 -1 factor 1\n"
63 "1 1 1.5 0 0 0 0.5 0 0 0 0 0 0 0\n"
void setNumberOfDomains(std::vector< unsigned > direction)
Sets the number of domains in x-,y- and z-direction. Required for parallel computations.
Definition: DPMBase.cc:5213
void setRestarted(bool newRestartedFlag)
Allows to set the flag stating if the simulation is to be restarted or not.
Definition: DPMBase.cc:1501
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
bool readRestartFile(ReadOptions opt=ReadOptions::ReadAll)
Reads all the particle data corresponding to a given, existing . restart file (for more details regar...
Definition: DPMBase.cc:3006
In this file a cubic packing of 5^3 particles in a tri-axial box is created and allowed to settle und...
Definition: HGridUpdateUnitTest.cpp:30
bool writeToFile(std::string filename, std::string filecontent)
Writes a string to a file.
Definition: FileIOHelpers.cc:58