-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtempfile.json
More file actions
62 lines (62 loc) · 1.05 KB
/
tempfile.json
File metadata and controls
62 lines (62 loc) · 1.05 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
{
"height": 2.0,
"length": 4.0,
"vertical_spread_angle": 0.0,
"minimum_point_spread": 0.5,
"distributed_loads": {
"Fz": {
"D": [
{
"w1": 10.0,
"w2": 10.0,
"x1": 1.0,
"x2": 3.0
}
],
"L": [
{
"w1": 15.0,
"w2": 15.0,
"x1": 0.0,
"x2": 2.0
}
]
}
},
"point_loads": {
"Fz": {
"D": [
{
"p": 100.0,
"x": 2.0
}
],
"L": [
{
"p": 100.0,
"x": 2.0
}
]
},
"Fx": {
"W": [
{
"p": 2000,
"x": 0.0
}
]
}
},
"gravity_dir": "Fz",
"inplane_dir": "Fx",
"out_of_plane_dir": "y",
"apply_spread_angle_gravity": true,
"apply_spread_angle_inplane": true,
"magnitude_point_key": "p",
"magnitude_start_key": "w1",
"magnitude_end_key": "w2",
"location_point_key": "x",
"location_start_key": "x1",
"location_end_key": "x2",
"reverse_reaction_force_direction": true
}