flowRule.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[] 
)
81 {
83  problem.restartFile.setFileType(FileType::MULTIPLE_FILES_PADDED);
84  //~ problem.setRoughBottomType(MONOLAYER_DISORDERED);
85  //~ problem.setTimeMax(1e-1);
86  //problem.readArguments(argc, argv);
87  vector<int> study_num;
88  if (argc>3) {
89  study_num.resize(3);
90  study_num[0]=atoi(argv[1]);
91  study_num[1]=atoi(argv[2]);
92  study_num[2]=atoi(argv[3]);
93  }
94  problem.run(study_num,argc-3,argv+3);
95 }
@ 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.