Driver for acoustic fsi problem.
1285 unsigned max_adapt=3;
1313 for(
unsigned i=0;
i<nstep;
i++)
1317 problem.newton_solve(max_adapt);
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Coated disk FSI.
Definition: acoustic_fsi.cc:236
Time-harmonic linear elasticity upgraded to become projectable.
Definition: time_harmonic_linear_elasticity_elements.h:528
Definition: refineable_helmholtz_elements.h:196
Definition: Ttime_harmonic_linear_elasticity_elements.h:66
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
double Nu
Define Poisson's ratio Nu.
Definition: axisym_linear_elasticity/cylinder/cylinder.cc:46
string Directory
Output directory.
Definition: acoustic_fsi.cc:101
unsigned El_multiplier
Multiplier for number of elements.
Definition: acoustic_fsi.cc:104
double Density_ratio
Density ratio: solid to fluid.
Definition: acoustic_fsi.cc:70
double Q
FSI parameter.
Definition: acoustic_fsi.cc:58
double Outer_radius
Radius of outer boundary of Helmholtz domain.
Definition: acoustic_fsi.cc:55
void update_parameter_values()
Function to update dependent parameter values.
Definition: acoustic_fsi.cc:76
Vector< TimeHarmonicIsotropicElasticityTensor * > E_pt
The elasticity tensors for the two regions.
Definition: unstructured_acoustic_fsi.cc:135
double Alpha
Peakiness parameter for pressure load.
Definition: adaptive_hopf.cc:60
bool command_line_flag_has_been_set(const std::string &flag)
Definition: oomph_utilities.cc:501
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