-
Notifications
You must be signed in to change notification settings - Fork 1
/
slope-failure.json
78 lines (67 loc) · 1.03 KB
/
slope-failure.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"stress_scheme_update":"USL",
"shape_function":"GIMP",
"time":10,
"time_step":0.001,
"gravity":[0.0,0.0,-9.81],
"n_threads":10,
"damping":
{
"type":"local",
"value":0.0
},
"results":
{
"print":50,
"fields":["id","displacement","material","active","plastic_strain"]
},
"mesh":
{
"cells_dimension":[1,1,1],
"cells_number":[110,1,36],
"origin":[0,0,0],
"boundary_conditions":
{
"plane_X0":"fixed",
"plane_Y0":"sliding",
"plane_Z0":"fixed",
"plane_Xn":"fixed",
"plane_Yn":"sliding",
"plane_Zn":"fixed"
}
},
"material":
{
"plastic":
{
"type":"mohr-coulomb",
"id":1,
"young":70e6,
"density":2100,
"poisson":0.3,
"friction":20.0,
"cohesion":1.0e3
}
},
"body":
{
"soil":
{
"type":"polygon_2d",
"extrude_direction":"y",
"extrude_displacement":1,
"discretization_length":1,
"id":1,
"points":
[
[ 0, 0, 0 ],
[110, 0, 0 ],
[110, 0, 15],
[ 50, 0, 15],
[ 30, 0, 35],
[ 0, 0, 35]
],
"material_id":1
}
}
}