///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// 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
676 double max_error_target,min_error_target;
680 G[0] = 0.0;
G[1] = 0.0;
G[2] = -1.0;
691 max_error_target=0.005;
692 min_error_target=0.0005;
703 max_error_target=0.02;
704 min_error_target=0.002;
724 problem(doc_info,min_error_target,max_error_target);
726 cout <<
" Doing Taylor-Hood elements " << std::endl;
736 for(
unsigned i=0;
i<5;
i++)
756 problem(doc_info,min_error_target,max_error_target);
758 cout <<
" Doing Crouzeix-Raviart elements " << std::endl;
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
double Pi
Definition: two_d_biharmonic.cc:235
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
const Mdouble pi
Definition: ExtendedMath.h:23
int Argc
Number of arguments + 1.
Definition: oomph_utilities.cc:407
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213