///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// Driver for RectangularDrivenCavity test problem – test drive with two different types of element.
1761 #ifdef OOMPH_HAS_MPI
1763 MPI_Helpers::init(argc,argv);
1779 "--element_multiplier",
1789 "--use_high_order_integration_scheme");
1801 some_file.open(
"u_sing.dat");
1803 some_file <<
"ZONE I=" << nplot <<
", J=" << nplot << std::endl;
1805 for (
unsigned i=0;
i<nplot;
i++)
1808 for (
unsigned j=0;
j<nplot;
j++)
1822 some_file <<
x[0] <<
" " <<
x[1] <<
" "
1823 << u[0] <<
" " << u[1] <<
" "
1824 << grad_u[0][0] <<
" " << grad_u[0][1] <<
" "
1825 << grad_u[1][0] <<
" " << grad_u[1][1] <<
" "
1844 #ifdef DONT_USE_SINGULARITY
1861 problem.doc_solution(doc_info);
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Driven cavity problem in rectangular domain.
Definition: linear_solvers/driven_cavity.cc:77
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
Overload TaylorHood element to modify output.
Definition: pressure_driven_torus.cc:98
Definition: navier_stokes_elements_with_singularity.h:491
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
Vector< Vector< double > > blended_grad_velocity_pseudo_singularity_for_couette(const Vector< double > &x)
Definition: navier_stokes/navier_stokes_with_singularity/driven_cavity.cc:398
Vector< double > blended_velocity_pseudo_singularity_for_couette(const Vector< double > &x)
Blended Pseudo_singularity for computation of Couette flow.
Definition: navier_stokes/navier_stokes_with_singularity/driven_cavity.cc:381
unsigned Element_multiplier
Definition: navier_stokes/navier_stokes_with_singularity/driven_cavity.cc:180
double Re
Reynolds number.
Definition: fibre.cc:55
void specify_command_line_flag(const std::string &command_line_flag, const std::string &doc)
Specify possible argument-free command line flag.
Definition: oomph_utilities.cc:451
void parse_and_assign(int argc, char *argv[], const bool &throw_on_unrecognised_args)
Definition: oomph_utilities.cc:760
void doc_specified_flags()
Document specified command line flags.
Definition: oomph_utilities.cc:610
list x
Definition: plotDoE.py:28
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213
std::ptrdiff_t j
Definition: tut_arithmetic_redux_minmax.cpp:2