sphereGranFlow solver More...
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
DEM solver for simulating granular flow of cohesion-less particles. More... | |
sphereGranFlow solver
This solver simulate granular flow of cohesion-less, spherical particles. Particle insertion can be activated in the solver to gradually insert particles into the simulation. Geometry can be defined generally with built-in features of the code or through ASCII stl files or a combination of both. For more information refer to tutorials/sphereGranFlow/ folder.
Definition in file sphereGranFlow.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
DEM solver for simulating granular flow of cohesion-less particles.
In the root case directory just simply enter the following command to run the simulation. For command line options use flag -h.
Definition at line 51 of file sphereGranFlow.cpp.
References particles::afterIteration(), sphereParticles::beforeIteration(), Control, END_REPORT, fatalError, processors::finalizeProcessors(), pFlow::initialize_pFlowProcessors(), processors::initProcessors(), sphereParticles::iterate(), commandLine::parse(), REPORT, sphInsertion, sphInteraction, sphParticles, and surfGeometry.