Driver for FlowPastBox test problem.
///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
248 "Wrong number of command line arguments.\n";
250 "Must specify the following file names \n";
252 "filename.node then filename.ele then filename.poly\n";
261 string node_file_name(argv[1]);
262 string element_file_name(argv[2]);
263 string poly_file_name(argv[3]);
286 problem.mesh_pt()->output_boundaries(
"RESLT/boundaries.dat");
289 problem.doc_solution(doc_info);
298 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