113 problem.restartFile.setSaveCount(100.0*
problem.restartFile.getSaveCount());
118 vector<Mdouble> study_num;
124 if (argc>1) study_num[0]=atof(argv[1]);
125 else { study_num[0]=4; std::cout <<
"No study number given; using lambda=1" << std::endl;}
126 if (argc>2) study_num[1]=atof(argv[2]);
127 else { study_num[1]=5; std::cout <<
"No height given; using h=10 d" << std::endl;}
128 if (argc>3) study_num[2]=atof(argv[3]);
129 else { study_num[2]=28; std::cout <<
"No angle given; using theta=24 deg" << std::endl;}
132 if (argc>3)
problem.run(study_num,argc-3,argv+3);
133 else problem.run(study_num,1,argv);
@ MULTIPLE_FILES
each time-step will be written into/read from separate files numbered consecutively: name_....
Definition: PeriodicInflow2D_Initiation.cpp:9
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213