You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fig. 9 illustrates the interaction between multiple inclusions. This model configuration is calculated on a higher resolution (901 x 601) and can take multiple hours to fully converge.
64
+
Fig. 9 illustrates the interaction between multiple inclusions. This model configuration is calculated on a higher resolution (901 x 601) and takes multiple hours to fully converge. Results will be added later.
52
65
53
-
<imgsrc="figures/Fig_9_output.png"width="800">
54
66
55
67
### Garnet
56
68
57
69
In Fig. 10 we want to investigate whether we can infer the pressure field inside and around a rigid garnet porphyroblast. To define the shape of the garnet we created a polygon using Matlab's [ginput](https://ch.mathworks.com/help/matlab/ref/ginput.html) function on a photo of a real rock.
Note the error convergence behaviour. In this example, the (absolute) error reaches a plateau before fully converging to the bottom. This behaviour is typical for the pseudo-transient method.
62
78
63
79
### Boudinage
64
80
65
81
In Fig. 11 we show the pressure and stress distribution inside and between 2 separating boudin blocks. Feel free to modify the code visualization to confirm that the horizontal total stress (Sxx) is indeed continuous across the weak gap, as discussed in Halter et al. 2022.
66
82
67
-
<imgsrc="figures/Fig_11_output.png"width="800">
68
83
84
+
<figure>
85
+
<img src="figures/Fig_11_output.png" width="800">
86
+
<figcaption>Fig. 11: boudinage</figcaption>
87
+
</figure>
69
88
70
89
### Computation time
71
90
72
91
An overview of calculation times obtained on a commercial laptop (Lenovo ThinkPad P1 gen 3).
73
92
74
93
| Model configuration | Resolution (nx,ny) | Tolerance | Computation time (seconds) |
Note that there exist other codes using different numerical approaches (e.g., [MDOODZ7.0](https://github.com/tduretz/MDOODZ7.0)) which are capable of solving the same problem much faster. However, as emphasized in Halter et al. 2022, the beauty in our code lies in it's simplicity and readability, making coding accessible and transparent.
0 commit comments