File tree 6 files changed +13
-9
lines changed
6 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ delta = 1.16
12
12
c1 = '${fparse (1+nu)*sqrt(Gc)/sqrt(2*pi*E)}'
13
13
c2 = '${fparse (3-nu)/(1+nu)}'
14
14
15
+ nx = 90
16
+ ny = 30
17
+ refine = 3
18
+
15
19
[Functions]
16
20
[ bc_func ]
17
21
type = ParsedFunction
@@ -25,7 +29,8 @@ c2 = '${fparse (3-nu)/(1+nu)}'
25
29
[ fracture ]
26
30
type = TransientMultiApp
27
31
input_files = fracture.i
28
- cli_args = 'E=${E};K=${K};G=${G};Lambda=${Lambda};Gc=${Gc};l=${l}'
32
+ cli_args = 'E=${E};K=${K};G=${G};Lambda=${Lambda};Gc=${Gc};l=${l};nx=${nx};ny=${ny};refine=${refi'
33
+ 'ne}'
29
34
execute_on = 'TIMESTEP_END'
30
35
[]
31
36
[]
@@ -55,8 +60,8 @@ c2 = '${fparse (3-nu)/(1+nu)}'
55
60
[ gen ]
56
61
type = GeneratedMeshGenerator
57
62
dim = 2
58
- nx = 90
59
- ny = 30
63
+ nx = ${nx}
64
+ ny = ${ny}
60
65
xmax = 30
61
66
ymin = - 5
62
67
ymax = 5
@@ -74,7 +79,7 @@ c2 = '${fparse (3-nu)/(1+nu)}'
74
79
initial_marker = marker
75
80
initial_steps = 3
76
81
stop_time = 0
77
- max_h_level = 3
82
+ max_h_level = ${refine}
78
83
[ Markers ]
79
84
[ marker ]
80
85
type = BoxMarker
Original file line number Diff line number Diff line change 2
2
[gen]
3
3
type = GeneratedMeshGenerator
4
4
dim = 2
5
- nx = 90
6
- ny = 30
5
+ nx = ${nx}
6
+ ny = ${ny}
7
7
xmax = 30
8
8
ymin = -5
9
9
ymax = 5
15
15
initial_marker = marker
16
16
initial_steps = 3
17
17
stop_time = 0
18
- max_h_level = 3
18
+ max_h_level = ${refine}
19
19
[Markers]
20
20
[marker]
21
21
type = BoxMarker
54
54
type = ConditionalBoundsAux
55
55
variable = bounds_dummy
56
56
bounded_variable = d
57
- bound_type = lower
58
57
fixed_bound_value = 0
59
58
threshold_value = 0.95
60
59
[]
Original file line number Diff line number Diff line change 3
3
type = Exodiff
4
4
input = 'elasticity.i'
5
5
exodiff = 'elasticity_out.e'
6
- cli_args = 'Executioner/num_steps=2'
6
+ cli_args = 'nx=30 ny=10 refine=1 Executioner/num_steps=2'
7
7
abs_zero = 1e-9
8
8
rel_err = 1e-4
9
9
[]
You can’t perform that action at this time.
0 commit comments