Driver for coated sphere loaded by lineared fluid loading.
1410 for(
unsigned i=0;
i<nstep;
i++)
1417 unsigned max_adapt=3;
1418 problem.newton_solve(max_adapt);
1428 problem.doc_solution(doc_info);
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Coated sphere FSI.
Definition: fourier_decomposed_acoustic_fsi.cc:127
Definition: oomph_utilities.h:499
void set_directory(const std::string &directory)
Definition: oomph_utilities.cc:298
Fourier decomposed Helmholtz upgraded to become projectable.
Definition: fourier_decomposed_helmholtz_elements.h:647
Definition: time_harmonic_fourier_decomposed_linear_elasticity_elements.h:653
Definition: Tfourier_decomposed_helmholtz_elements.h:65
Definition: time_harmonic_fourier_decomposed_linear_elasticity_elements.h:515
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
string Directory
Output directory.
Definition: acoustic_fsi.cc:101
double Density_ratio
Density ratio: solid to fluid.
Definition: acoustic_fsi.cc:70
double Q
FSI parameter.
Definition: acoustic_fsi.cc:58
double E
Define the non-dimensional Young's modulus.
Definition: axisym_linear_elasticity/cylinder/cylinder.cc:49
void update_parameter_values()
Function to update dependent parameter values.
Definition: acoustic_fsi.cc:76
double Alpha
Peakiness parameter for pressure load.
Definition: adaptive_hopf.cc:60
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
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213