|
5 | 5 | <Continue_previous_simulation> 0 </Continue_previous_simulation> |
6 | 6 | <Number_of_spatial_dimensions> 3 </Number_of_spatial_dimensions> |
7 | 7 | <Number_of_time_steps> 1 </Number_of_time_steps> |
8 | | - <Time_step_size> 1e-4 </Time_step_size> |
| 8 | + <Time_step_size> 1e-3 </Time_step_size> |
9 | 9 | <Spectral_radius_of_infinite_time_step> 0.50 </Spectral_radius_of_infinite_time_step> |
10 | 10 | <Searched_file_name_to_trigger_stop> STOP_SIM </Searched_file_name_to_trigger_stop> |
11 | 11 | <Save_results_to_VTK_format> true </Save_results_to_VTK_format> |
|
34 | 34 | <Fiber_direction_file_path> mesh/P1/fibersLong.vtu </Fiber_direction_file_path> |
35 | 35 | <Fiber_direction_file_path> mesh/P1/fibersSheet.vtu </Fiber_direction_file_path> |
36 | 36 |
|
| 37 | + <!-- Mesh is in mm --> |
| 38 | + |
37 | 39 | </Add_mesh> |
38 | 40 |
|
39 | 41 | <Add_equation type="ustruct" > |
|
43 | 45 | <Tolerance> 1e-12 </Tolerance> |
44 | 46 | <Use_taylor_hood_type_basis> false </Use_taylor_hood_type_basis> |
45 | 47 |
|
46 | | - <Density> 1e-3 </Density> |
| 48 | + <Density> 1e-3 </Density> <!-- g/mm^3 --> |
47 | 49 | <Elasticity_modulus> 2.0e5 </Elasticity_modulus> |
48 | 50 | <Poisson_ratio> 0.5 </Poisson_ratio> |
49 | 51 |
|
50 | 52 | <Constitutive_model type="Guccione" > |
51 | | - <c> 2.0e3 </c> |
52 | | - <bf> 8.0 </bf> |
| 53 | + <c> 2.0e3 </c> <!-- g/mm/s^2 or Pa --> |
| 54 | + <bf> 8.0 </bf> <!-- no units --> |
53 | 55 | <bt> 2.0 </bt> |
54 | 56 | <bfs> 4.0 </bfs> |
55 | 57 | </Constitutive_model> |
56 | 58 |
|
| 59 | + <!-- Fiber stress ramp from 0 to 60 kPa in 1s --> |
57 | 60 | <Fiber_reinforcement_stress type="Unsteady" > |
58 | 61 | <Temporal_values_file_path> fib_stress.dat </Temporal_values_file_path> |
59 | 62 | <Ramp_function> true </Ramp_function> |
60 | 63 | </Fiber_reinforcement_stress> |
61 | 64 |
|
62 | | - <Momentum_stabilization_coefficient> 1e-1 </Momentum_stabilization_coefficient> |
63 | | - <Continuity_stabilization_coefficient> 1e-1 </Continuity_stabilization_coefficient> |
| 65 | + <Momentum_stabilization_coefficient> 1e-3 </Momentum_stabilization_coefficient> |
| 66 | + <Continuity_stabilization_coefficient> 1e-3 </Continuity_stabilization_coefficient> |
64 | 67 |
|
65 | 68 | <Output type="Spatial" > |
66 | 69 | <Pressure> true </Pressure> |
|
89 | 92 | <Impose_on_state_variable_integral> true </Impose_on_state_variable_integral> |
90 | 93 | </Add_BC> |
91 | 94 |
|
| 95 | + <!-- Endocardial pressure load ramp from 0 to 15 kPa in 1s--> |
92 | 96 | <Add_BC name="endo" > |
93 | 97 | <Type> Neu </Type> |
94 | 98 | <Time_dependence> Unsteady </Time_dependence> |
|
0 commit comments