-
Notifications
You must be signed in to change notification settings - Fork 47
/
parameters_hetero_3d.prm
47 lines (39 loc) · 1.41 KB
/
parameters_hetero_3d.prm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Heterogeneous 3d example with two initial cracks growing based on an
# increasing applied pressure in the crack region
# ----------------------------------------------------
subsection Global parameters
set Dimension = 3
set Global pre-refinement steps = 3
set Local pre-refinement steps = 5
set Adaptive refinement cycles = 0
set Max No of timesteps = 1000
set Timestep size = 0.005
set Timestep size to switch to = 0.0
set Switch timestep after steps = 0
set outer solver = active set
set test case = multiple het
set ref strategy = phase field
set value phase field for refinement = 0.4
# Add here to read-in the grid
set Output filename = solution_
end
subsection Problem dependent parameters
set K reg = 1e-10*h
set Eps reg = 0.1
set Gamma penalization = 0.0
# Material and problem-rhs parameters
set Pressure = 0 + time *1e3
set Fracture toughness G_c = 1.0
set Poisson ratio nu = 0.2
set E modulus = 1e4
end
subsection Solver parameters
set Use Direct Inner Solver = false
set Newton lower bound = 1.0e-6
set Newton maximum steps = 50
set Upper Newton rho = 0.999
set Line search maximum steps = 8
set Line search damping = 0.5
set Decompose stress in rhs = 0.0
set Decompose stress in matrix = 0.0
end