///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// Driver for 3D entry flow into a tapered tube. If there are any command line arguments, we regard this as a validation run and perform only a single adaptation
344 double max_error_target,min_error_target;
354 max_error_target=0.005;
355 min_error_target=0.0005;
366 max_error_target=0.02;
367 min_error_target=0.002;
386 problem(doc_info,min_error_target,max_error_target);
388 cout <<
" Doing Taylor-Hood elements " << std::endl;
391 problem.newton_solve(max_adapt);
407 problem(doc_info,min_error_target,max_error_target);
409 cout <<
" Doing Crouzeix-Raviart elements " << std::endl;
412 problem.newton_solve(max_adapt);
Entry flow problem in tapered tube domain.
Definition: helical_pipe.cc:103
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
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
int Argc
Number of arguments + 1.
Definition: oomph_utilities.cc:407
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213