Driver for 3D entry flow into a quarter tube. If there are any command line arguments, we regard this as a validation run and perform only a single adaptation
747 double max_error_target,min_error_target;
751 G[0] = 0.0;
G[1] = 0.0;
G[2] = -1.0;
762 max_error_target=0.005;
763 min_error_target=0.0005;
774 max_error_target=0.02;
775 min_error_target=0.002;
780 unsigned n_angles = 1;
797 problem(doc_info,min_error_target,max_error_target,1);
799 cout <<
" Doing Taylor-Hood elements (internal hijack) " << std::endl;
808 for(
unsigned i=0;
i<n_angles;
i++)
828 problem(doc_info,min_error_target,max_error_target,0);
830 cout <<
" Doing Taylor-Hood elements (external hijack)" << std::endl;
838 for(
unsigned i=0;
i<n_angles;
i++)
858 problem(doc_info,min_error_target,max_error_target,2);
860 cout <<
" Doing Crouzeix-Raviart elements (internal hijack) " << std::endl;
865 for(
unsigned i=0;
i<n_angles;
i++)
885 problem(doc_info,min_error_target,max_error_target,0);
887 cout <<
" Doing Crouzeix-Raviart elements (external hijack) " << std::endl;
892 for(
unsigned i=0;
i<n_angles;
i++)
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Entry flow problem in quarter tube domain.
Definition: free_surface_rotation.cc:389
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: hijacked_elements.h:132
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
Global variables.
Definition: TwenteMeshGluing.cpp:60
double Angle
The contact angle.
Definition: marangoni_convection_box.cc:564
Vector< double > G(3)
Direction of gravity.
Definition: spherical_shell_convection.cc:62
int Argc
Number of arguments + 1.
Definition: oomph_utilities.cc:407
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213