-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinputs.json
More file actions
78 lines (78 loc) · 1.17 KB
/
inputs.json
File metadata and controls
78 lines (78 loc) · 1.17 KB
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
{
"save_path": "/scratch/10029/jgaucin/x2sim/Sim_Inputs",
"id_range": [
0,
1
],
"wall_friction": 0.5,
"domain_size": 2.0,
"sim_space": [
[
0.1,
1.9
],
[
0.1,
1.9
],
[
0.1,
1.9
]
],
"sim_resolution": [
32,
32,
32
],
"nsteps": 500,
"mpm_dt": 0.0025,
"gravity": [
0,
-9.81,
0
],
"gen_from_pc": {
"generate": true,
"sim_inputs": [
{
"id": 0,
"mass": {
"cubes": [
[
0.1,
0.1,
0.1,
1.5,
1,
0.5
]
],
"velocity_for_cubes": [
[
0,
0,
6
]
]
},
"obstacles": [
{
"pc_path": "/scratch/10029/jgaucin/x2sim/preprocessed.ply",
"elastic": false,
"velocity_for_obstacle": [
0.0,
0.0,
0.0
]
}
]
}
]
},
"visualization": {
"is_realtime_vis": false,
"is_save_animation": true,
"skip": 1
}
}