Driver for FlowPastBox test problem.
///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
350 "Wrong number of command line arguments.\n";
352 "Must specify the following file names \n";
354 "filename.node then filename.ele then filename.poly\n";
363 string node_file_name(argv[1]);
364 string element_file_name(argv[2]);
365 string poly_file_name(argv[3]);
381 const unsigned max_adapt = 3;
389 problem(node_file_name, element_file_name, poly_file_name);
393 problem(node_file_name, element_file_name, poly_file_name);
396 problem.mesh_pt()->output_boundaries(
"RESLT/boundaries.dat");
399 problem.doc_solution(doc_info);
406 problem.newton_solve(max_adapt);
413 problem.doc_solution(doc_info);
Flow past a box in a channel.
Definition: mesh_from_triangle_navier_stokes.cc:63
Definition: oomph_utilities.h:499
void set_directory(const std::string &directory)
Definition: oomph_utilities.cc:298
unsigned & number()
Number used (e.g.) for labeling output files.
Definition: oomph_utilities.h:554
Definition: oomph_definitions.h:222
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
std::string string(const unsigned &i)
Definition: oomph_definitions.cc:286
#define OOMPH_EXCEPTION_LOCATION
Definition: oomph_definitions.h:61
#define OOMPH_CURRENT_FUNCTION
Definition: oomph_definitions.h:86
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213