94 vector<double> study_num;
96 if (argc>1) study_num[0]=atof(argv[1]);
97 else { study_num[0]=5; cout <<
"No study number given; using lambda=1" << endl;}
98 if (argc>2) study_num[1]=atof(argv[2]);
99 else { study_num[1]=10; cout <<
"No height given; using h=10 d" << endl;}
100 if (argc>3) study_num[2]=atof(argv[3]);
101 else { study_num[2]=24; cout <<
"No angle given; using theta=24 deg" << endl;}
104 if (argc>3)
problem.run(study_num,argc-3,argv+3);
105 else problem.run(study_num,1,argv);
@ 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