Driver for annular disk loaded by pressure.
832 unsigned max_adapt=3;
870 for(
unsigned i=0;
i<nstep;
i++)
877 problem.newton_solve(max_adapt);
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Annular disk.
Definition: unstructured_time_harmonic_elastic_annulus.cc:156
Time-harmonic linear elasticity upgraded to become projectable.
Definition: time_harmonic_linear_elasticity_elements.h:528
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
double P
Uniform pressure.
Definition: unstructured_acoustic_fsi.cc:145
Vector< TimeHarmonicIsotropicElasticityTensor * > E_pt
The elasticity tensors for the two regions.
Definition: unstructured_acoustic_fsi.cc:135
Vector< double > Omega_sq_region(2, Omega_sq)
Square of non-dim frequency for the two regions.
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