///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// Driver for 3D entry flow into a curved tube. If there are any command line arguments, we regard this as a validation run and perform only a single adaptation
329 double max_error_target,min_error_target;
339 max_error_target=0.001;
340 min_error_target=0.00001;
350 max_error_target=0.02;
351 min_error_target=0.002;
370 problem(doc_info,min_error_target,max_error_target);
372 cout <<
" Doing Taylor-Hood elements " << std::endl;
375 problem.newton_solve(max_adapt);
391 problem(doc_info,min_error_target,max_error_target);
393 cout <<
" Doing Crouzeix-Raviart elements " << std::endl;
396 problem.newton_solve(max_adapt);
Entry flow problem in tapered tube domain.
Definition: curved_pipe.cc:100
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