|
| 1 | +<?xml version="1.0" encoding="UTF-8" ?> |
| 2 | +<svMultiPhysicsFile version="0.1"> |
| 3 | + |
| 4 | +<GeneralSimulationParameters> |
| 5 | + <Continue_previous_simulation> 0 </Continue_previous_simulation> |
| 6 | + <Number_of_spatial_dimensions> 3 </Number_of_spatial_dimensions> |
| 7 | + <Number_of_time_steps> 10 </Number_of_time_steps> |
| 8 | + <Time_step_size> 1e-4 </Time_step_size> |
| 9 | + <Spectral_radius_of_infinite_time_step> 0.50 </Spectral_radius_of_infinite_time_step> |
| 10 | + <Searched_file_name_to_trigger_stop> STOP_SIM </Searched_file_name_to_trigger_stop> |
| 11 | + <Save_results_to_VTK_format> true </Save_results_to_VTK_format> |
| 12 | + <Name_prefix_of_saved_VTK_files> result </Name_prefix_of_saved_VTK_files> |
| 13 | + <Increment_in_saving_VTK_files> 5 </Increment_in_saving_VTK_files> |
| 14 | + <Start_saving_after_time_step> 1 </Start_saving_after_time_step> |
| 15 | + <Increment_in_saving_restart_files> 1 </Increment_in_saving_restart_files> |
| 16 | + <Convert_BIN_to_VTK_format> 0 </Convert_BIN_to_VTK_format> |
| 17 | + <Verbose> 1 </Verbose> |
| 18 | + <Warning> 0 </Warning> |
| 19 | + <Debug> 0 </Debug> |
| 20 | +</GeneralSimulationParameters> |
| 21 | + |
| 22 | +<Add_mesh name="wall" > |
| 23 | + <Mesh_file_path> mesh_deformed/mesh-complete.mesh.vtu </Mesh_file_path> |
| 24 | + <Add_face name="wall_inlet"> |
| 25 | + <Face_file_path> mesh_deformed/mesh-surfaces/start.vtp </Face_file_path> |
| 26 | + </Add_face> |
| 27 | + <Add_face name="wall_outlet"> |
| 28 | + <Face_file_path> mesh_deformed/mesh-surfaces/end.vtp </Face_file_path> |
| 29 | + </Add_face> |
| 30 | + <Add_face name="wall_inner"> |
| 31 | + <Face_file_path> mesh_deformed/mesh-surfaces/interface.vtp </Face_file_path> |
| 32 | + </Add_face> |
| 33 | + <Add_face name="wall_outer"> |
| 34 | + <Face_file_path> mesh_deformed/mesh-surfaces/outside.vtp </Face_file_path> |
| 35 | + </Add_face> |
| 36 | + <Domain> 1 </Domain> |
| 37 | +</Add_mesh> |
| 38 | + |
| 39 | + |
| 40 | +<Add_equation type="lElas" > |
| 41 | + |
| 42 | + <Coupled> true </Coupled> |
| 43 | + <Min_iterations> 1 </Min_iterations> |
| 44 | + <Max_iterations> 20 </Max_iterations> |
| 45 | + <Tolerance> 1e-5 </Tolerance> |
| 46 | + <Density> 1e-3 </Density> |
| 47 | + <Elasticity_modulus> 1e7 </Elasticity_modulus> |
| 48 | + <Poisson_ratio> 0.3 </Poisson_ratio> |
| 49 | + <Prestress> true </Prestress> |
| 50 | + |
| 51 | + |
| 52 | + <LS type="GMRES" > |
| 53 | + <Linear_algebra type="fsils" > |
| 54 | + <Preconditioner> fsils </Preconditioner> |
| 55 | + </Linear_algebra> |
| 56 | + <Tolerance> 1e-12 </Tolerance> |
| 57 | + <Max_iterations> 100 </Max_iterations> |
| 58 | + <Krylov_space_dimension> 50 </Krylov_space_dimension> |
| 59 | + </LS> |
| 60 | + |
| 61 | + <Output type="Spatial" > |
| 62 | + <Displacement> true </Displacement> |
| 63 | + <Velocity> true </Velocity> |
| 64 | + <Jacobian> true </Jacobian> |
| 65 | + <Stress> true </Stress> |
| 66 | + <Strain> true </Strain> |
| 67 | + <Cauchy_stress> true </Cauchy_stress> |
| 68 | + <Def_grad> true </Def_grad> |
| 69 | + <VonMises_stress> true </VonMises_stress> |
| 70 | + </Output> |
| 71 | + |
| 72 | + <Output type="Alias" > |
| 73 | + <Displacement> FS_Displacement </Displacement> |
| 74 | + </Output> |
| 75 | + |
| 76 | + <Add_BC name="wall_inlet" > |
| 77 | + <Type> Dir </Type> |
| 78 | + <Value> 0.0 </Value> |
| 79 | + <Impose_on_state_variable_integral> true </Impose_on_state_variable_integral> |
| 80 | + <Zero_out_perimeter> false </Zero_out_perimeter> |
| 81 | + <Effective_direction> (0, 0, 1) </Effective_direction> |
| 82 | + </Add_BC> |
| 83 | + |
| 84 | + <Add_BC name="wall_outlet" > |
| 85 | + <Type> Dir </Type> |
| 86 | + <Value> 0.0 </Value> |
| 87 | + <Impose_on_state_variable_integral> true </Impose_on_state_variable_integral> |
| 88 | + <Zero_out_perimeter> false </Zero_out_perimeter> |
| 89 | + <Effective_direction> (0, 0, 1 ) </Effective_direction> |
| 90 | + </Add_BC> |
| 91 | + |
| 92 | + <Add_BC name="wall_inner" > |
| 93 | + <Type> Neu </Type> |
| 94 | + <Value> 2.5e4 </Value> |
| 95 | + <Follower_pressure_load> true </Follower_pressure_load> |
| 96 | + </Add_BC> |
| 97 | + |
| 98 | +</Add_equation> |
| 99 | + |
| 100 | +</svMultiPhysicsFile> |
0 commit comments