Skip to content

Commit 4e28a66

Browse files
update figures
1 parent 6beb8f2 commit 4e28a66

File tree

9 files changed

+11
-5
lines changed

9 files changed

+11
-5
lines changed

cookbooks/2D_subduction_with_two_phase_flow/doc/2D_subduction_two_phase_flow.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,20 @@ where $i$ denote the deformation mechanism (diffusion or dislocation creep), $n_
3838

3939
In these models, the water density (1000 kg/m$^3$) is significantly lower than the solid density (3300 kg/m$^3$), so the fluid velocity is dominantly vertical due to the high buoyancy force experienced by the fluid. However, corner flow in the mantle wedge does impose a trench-ward horizontal component to the fluid velocity. As the fluid ascends through the hot peridotite mantle wedge, the PT conditions do not allow for the free fluid to be reabsorbed into the solid phase. However, when the free fluid starts ascending through the cooler overriding plate, the temperature is sufficiently low that hydration of the overriding plate begins to occur. This leads to a local reduction of the viscosity. Within the model where the fluid is advected with the Darcy velocity, two distinct bands of free water can be seen seeping out of the subducting plate. The first band produces a larger flux of water, is centered around a distance of ~175 km landward of the trench, and is sourced from the subducting peridotite layer. The second band is lower in flux magnitude, is centered around a distance of ~400 km landward from the trench, and is sourced from the gabbro and MORB layers.
4040

41-
```{figure-md} fig:final-water
42-
<img src="final_water.png" />
41+
```{figure-md} fig:fluid-pathways
42+
<img src="fluid_figures.png" />
4343
4444
The viscosity distribution at the end of the model run, with the free fluid overlain on top. White contour shows where the bound water makes up 0.1 wt% of the solid.
4545
```
4646

47-
```{figure-md} fig:initial-viscosity
48-
<img src="slab_viscosity.png" />
47+
```{figure-md} fig:viscosity-comparison
48+
<img src="viscosity_profile.png" />
49+
50+
The viscosity of the model within the immediate vicinity of the subduction zone. The vectors show the direction of and are scaled by the velocity of the solid phase.
51+
```
52+
53+
```{figure-md} fig:velocity-temperature
54+
<img src="solid_velocity.png" />
4955
5056
The viscosity of the model within the immediate vicinity of the subduction zone. The vectors show the direction of and are scaled by the velocity of the solid phase.
5157
```
8.36 KB
Loading
-132 KB
Binary file not shown.
338 KB
Loading
8.96 KB
Loading
Binary file not shown.
235 KB
Loading
201 KB
Loading

cookbooks/2D_subduction_with_two_phase_flow/plugin/world_builder_disequilibrium_fluid.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ namespace aspect
130130
c);
131131
if (c == bound_fluid_idx &&
132132
this->get_parameters().compositional_field_methods[bound_fluid_idx] == Parameters<dim>::AdvectionFieldMethod::static_field)
133-
comp_value *= (1 + percentage_increase/100) / 100;
133+
comp_value *= (1 + percentage_increase/100);
134134
return comp_value;
135135
}
136136

0 commit comments

Comments
 (0)