Demonstrate how to solve an unstructured solid problem.
946 std::ofstream trace(
"RESLT/trace.dat");
963 problem.doc_solution(doc_info);
970 problem.doc_solution(doc_info);
975 problem.output_strain_and_dissipation(trace);
978 unsigned n_step = 10;
986 for(
unsigned i=0;
i<n_step;
i++)
993 problem.Fluid_mesh_pt->set_lagrangian_nodal_coordinates();
995 problem.doc_solution(doc_info);
1000 problem.output_strain_and_dissipation(trace);
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Unstructured 3D FSI problem.
Definition: unsteady_vmtk_fsi.cc:108
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
Definition: constitutive_laws.h:699
PVDElementWithContinuousPressure upgraded to become projectable.
Definition: solid_elements.h:734
Taylor Hood upgraded to become projectable.
Definition: navier_stokes_elements.h:2914
Definition: pseudosolid_node_update_elements.h:58
Definition: solid_elements.h:1756
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
double Mesh_Nu
Mesh poisson ratio.
Definition: unstructured_adaptive_2d_fsi.cc:95
double Nu
Poisson's ratio.
Definition: TwenteMeshGluing.cpp:71
ConstitutiveLaw * Constitutive_law_pt
Pointer to constitutive law.
Definition: TwenteMeshGluing.cpp:65
double Q
Ratio of scales.
Definition: elastic_bretherton.cc:131
ConstitutiveLaw * Mesh_constitutive_law_pt
Pointer to constitutive law for the mesh.
Definition: unstructured_adaptive_2d_fsi.cc:98
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