flowRulePlastic_studyHeightAngle.cpp File Reference
#include "SilbertPeriodic.h"

Classes

class  FlowRule
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
96 {
98  problem.restartFile.setFileType(FileType::MULTIPLE_FILES_PADDED);
99  problem.setSaveCount(1e4);
100  //~ problem.setRoughBottomType(MONOLAYER_DISORDERED);
101  problem.setTimeMax(2000); //to create initial conditions
102  vector<Mdouble> study_num;
103  if (argc>3) {
104  study_num.resize(3);
105  study_num[0]=atof(argv[1]);
106  study_num[1]=atof(argv[2]);
107  study_num[2]=atof(argv[3]);
108  }
109  problem.run(study_num,argc-3,argv+3);
110 }
@ MULTIPLE_FILES_PADDED
each time-step will be written into/read from separate files numbered consecutively,...
Definition: PeriodicInflow2D_Initiation.cpp:9
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References MULTIPLE_FILES_PADDED, and problem.