Skip to content

Commit 3b28e59

Browse files
fix files
1 parent f9463de commit 3b28e59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cookbooks/2D_subduction_with_two_phase_flow/fixed_slab.prm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# layer. The layers dehydrate as they are subducted, with the solid-fluid
44
# reactions governed by an approximation published by Tian et al., 2018.
55

6-
set World builder file = world_builder_files/static_2D_cross_section_MOD.wb
6+
set World builder file = fixed_slab.wb
77
set Adiabatic surface temperature = 1573
88
set Nonlinear solver scheme = iterated Advection and Stokes
99
set Nonlinear solver failure strategy = continue with next timestep
@@ -108,7 +108,7 @@ end
108108

109109
subsection Material model
110110

111-
set Model name = reactive fluid transport
111+
set Model name = reactive fluid transport bound fluid source
112112
# set Model name = visco plastic
113113
set Material averaging = geometric average only viscosity
114114

@@ -232,8 +232,8 @@ end
232232
subsection Mesh refinement
233233
set Coarsening fraction = 0.3
234234
set Refinement fraction = 0.5
235-
set Initial adaptive refinement = 3
236-
set Initial global refinement = 5
235+
set Initial adaptive refinement = 0
236+
set Initial global refinement = 0
237237
set Strategy = temperature, viscosity, composition threshold, minimum refinement function
238238
set Time steps between mesh refinement = 5
239239
set Refinement criteria scaling factors = 2, 1.5, 1.5, 1

cookbooks/2D_subduction_with_two_phase_flow/fixed_slab.wb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Composition 5 is sediment
66

77
{
8-
"version": "1.1",
8+
"version": "1.0",
99
"gravity model":{"model":"uniform", "magnitude":9.81},
1010
"cross section":[[0,0],[50e3,0]],
1111
"surface temperature":273,

0 commit comments

Comments
 (0)