CSCWalls.cpp File Reference

Classes

class  CSCWalls
 

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
209  {
210  Mdouble width = 30; //in particle diameter
211  Mdouble length = 20;//in particle diameter
212  Mdouble height = 30;//in particle diameter
213  Mdouble wallThickness = 1;//in particle diameter
214  CSCWalls SC(width, length, height, wallThickness);
215  SC.solve(argc, argv);
216  SC.saveWalls();
217  return 0;
218 }
double Mdouble
Definition: GeneralDefine.h:34
Definition: CSCWalls.cpp:32

References CSCWalls::saveWalls(), and DPMBase::solve().