trenchfoot 0.1.0__py3-none-any.whl → 0.2.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of trenchfoot might be problematic. Click here for more details.
- trenchfoot/generate_scenarios.py +104 -27
- trenchfoot/gmsh_sloped_trench_mesher.py +133 -28
- trenchfoot/scenarios/S01_straight_vwalls/metrics.json +4 -4
- trenchfoot/scenarios/S01_straight_vwalls/preview_oblique.png +0 -0
- trenchfoot/scenarios/S01_straight_vwalls/preview_side.png +0 -0
- trenchfoot/scenarios/S01_straight_vwalls/preview_top.png +0 -0
- trenchfoot/scenarios/S01_straight_vwalls/scene.json +2 -2
- trenchfoot/scenarios/S01_straight_vwalls/trench_scene.obj +30 -27
- trenchfoot/scenarios/S01_straight_vwalls/volumetric/trench_volume.msh +540 -802
- trenchfoot/scenarios/S02_straight_slope_pipe/metrics.json +10 -10
- trenchfoot/scenarios/S02_straight_slope_pipe/preview_oblique.png +0 -0
- trenchfoot/scenarios/S02_straight_slope_pipe/preview_side.png +0 -0
- trenchfoot/scenarios/S02_straight_slope_pipe/preview_top.png +0 -0
- trenchfoot/scenarios/S02_straight_slope_pipe/scene.json +3 -3
- trenchfoot/scenarios/S02_straight_slope_pipe/trench_scene.obj +4977 -4974
- trenchfoot/scenarios/S02_straight_slope_pipe/volumetric/trench_volume.msh +1694 -1969
- trenchfoot/scenarios/S03_L_slope_two_pipes_box/metrics.json +14 -14
- trenchfoot/scenarios/S03_L_slope_two_pipes_box/preview_oblique.png +0 -0
- trenchfoot/scenarios/S03_L_slope_two_pipes_box/preview_side.png +0 -0
- trenchfoot/scenarios/S03_L_slope_two_pipes_box/preview_top.png +0 -0
- trenchfoot/scenarios/S03_L_slope_two_pipes_box/scene.json +4 -4
- trenchfoot/scenarios/S03_L_slope_two_pipes_box/trench_scene.obj +10547 -10540
- trenchfoot/scenarios/S03_L_slope_two_pipes_box/volumetric/trench_volume.msh +3101 -3767
- trenchfoot/scenarios/S04_U_slope_multi_noise/metrics.json +17 -17
- trenchfoot/scenarios/S04_U_slope_multi_noise/preview_oblique.png +0 -0
- trenchfoot/scenarios/S04_U_slope_multi_noise/preview_side.png +0 -0
- trenchfoot/scenarios/S04_U_slope_multi_noise/preview_top.png +0 -0
- trenchfoot/scenarios/S04_U_slope_multi_noise/scene.json +8 -7
- trenchfoot/scenarios/S04_U_slope_multi_noise/trench_scene.obj +17999 -17988
- trenchfoot/scenarios/S04_U_slope_multi_noise/volumetric/trench_volume.msh +4991 -6506
- trenchfoot/scenarios/S05_wide_slope_pair/metrics.json +14 -14
- trenchfoot/scenarios/S05_wide_slope_pair/preview_oblique.png +0 -0
- trenchfoot/scenarios/S05_wide_slope_pair/preview_side.png +0 -0
- trenchfoot/scenarios/S05_wide_slope_pair/preview_top.png +0 -0
- trenchfoot/scenarios/S05_wide_slope_pair/scene.json +6 -6
- trenchfoot/scenarios/S05_wide_slope_pair/trench_scene.obj +10547 -10540
- trenchfoot/scenarios/S05_wide_slope_pair/volumetric/trench_volume.msh +5081 -0
- trenchfoot/scenarios/S06_bumpy_wide_loop/metrics.json +16 -16
- trenchfoot/scenarios/S06_bumpy_wide_loop/preview_oblique.png +0 -0
- trenchfoot/scenarios/S06_bumpy_wide_loop/preview_side.png +0 -0
- trenchfoot/scenarios/S06_bumpy_wide_loop/preview_top.png +0 -0
- trenchfoot/scenarios/S06_bumpy_wide_loop/scene.json +6 -6
- trenchfoot/scenarios/S06_bumpy_wide_loop/trench_scene.obj +12812 -12793
- trenchfoot/scenarios/S06_bumpy_wide_loop/volumetric/trench_volume.msh +10402 -0
- trenchfoot/scenarios/S07_circular_well/metrics.json +48 -0
- trenchfoot/scenarios/S07_circular_well/preview_oblique.png +0 -0
- trenchfoot/scenarios/S07_circular_well/preview_side.png +0 -0
- trenchfoot/scenarios/S07_circular_well/preview_top.png +0 -0
- trenchfoot/scenarios/S07_circular_well/scene.json +203 -0
- trenchfoot/scenarios/S07_circular_well/trench_scene.obj +64401 -0
- trenchfoot/scenarios/S07_circular_well/volumetric/trench_volume.msh +22370 -0
- trenchfoot/scenarios/SUMMARY.json +343 -32
- trenchfoot/trench_scene_generator_v3.py +323 -46
- trenchfoot-0.2.2.dist-info/METADATA +111 -0
- {trenchfoot-0.1.0.dist-info → trenchfoot-0.2.2.dist-info}/RECORD +58 -49
- {trenchfoot-0.1.0.dist-info → trenchfoot-0.2.2.dist-info}/WHEEL +1 -1
- trenchfoot-0.1.0.dist-info/METADATA +0 -104
- {trenchfoot-0.1.0.dist-info → trenchfoot-0.2.2.dist-info}/entry_points.txt +0 -0
- {trenchfoot-0.1.0.dist-info → trenchfoot-0.2.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"surface_area_by_group": {
|
|
3
|
-
"trench_bottom":
|
|
3
|
+
"trench_bottom": 12.80127074424757,
|
|
4
4
|
"trench_cap_for_volume": 22.400000000000006,
|
|
5
|
-
"trench_walls":
|
|
6
|
-
"ground_surface":
|
|
7
|
-
"pipe0_pipe_side": 10.
|
|
8
|
-
"pipe0_pipe_cap_neg": 0.
|
|
9
|
-
"pipe0_pipe_cap_pos": 0.
|
|
10
|
-
"pipe1_pipe_side": 3.
|
|
11
|
-
"pipe1_pipe_cap_neg": 0.
|
|
12
|
-
"pipe1_pipe_cap_pos": 0.
|
|
13
|
-
"pipe2_pipe_side": 1.
|
|
14
|
-
"pipe2_pipe_cap_neg": 0.
|
|
15
|
-
"pipe2_pipe_cap_pos": 0.
|
|
16
|
-
"sphere0":
|
|
5
|
+
"trench_walls": 42.22261815604488,
|
|
6
|
+
"ground_surface": 48.599999999999994,
|
|
7
|
+
"pipe0_pipe_side": 10.188124877916222,
|
|
8
|
+
"pipe0_pipe_cap_neg": 0.10171494657871849,
|
|
9
|
+
"pipe0_pipe_cap_pos": 0.10171494657871849,
|
|
10
|
+
"pipe1_pipe_side": 3.1830639649022396,
|
|
11
|
+
"pipe1_pipe_cap_neg": 0.03139350203046868,
|
|
12
|
+
"pipe1_pipe_cap_pos": 0.031393502030468666,
|
|
13
|
+
"pipe2_pipe_side": 1.7756159221596266,
|
|
14
|
+
"pipe2_pipe_cap_neg": 0.020091841299499962,
|
|
15
|
+
"pipe2_pipe_cap_pos": 0.02009184129949996,
|
|
16
|
+
"sphere0": 0.7838221025021314
|
|
17
17
|
},
|
|
18
18
|
"closed_surface_sets": {
|
|
19
19
|
"trench_closed_groups": [
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
]
|
|
24
24
|
},
|
|
25
25
|
"volumes": {
|
|
26
|
-
"trench_from_surface": -
|
|
27
|
-
"trench_flux_integral_div1": -
|
|
26
|
+
"trench_from_surface": -11.011702905355754,
|
|
27
|
+
"trench_flux_integral_div1": -11.011702905355754
|
|
28
28
|
},
|
|
29
29
|
"footprint_area_top": 22.400000000000006,
|
|
30
|
-
"footprint_area_bottom":
|
|
30
|
+
"footprint_area_bottom": 12.80127074424757,
|
|
31
31
|
"width_top": 1.4,
|
|
32
|
-
"width_bottom": 0.
|
|
32
|
+
"width_bottom": 0.7999999999999999,
|
|
33
33
|
"noise": {
|
|
34
34
|
"enable": true,
|
|
35
35
|
"amplitude": 0.02,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
]
|
|
19
19
|
],
|
|
20
20
|
"width": 1.4,
|
|
21
|
-
"depth": 2
|
|
21
|
+
"depth": 1.2,
|
|
22
22
|
"wall_slope": 0.25,
|
|
23
23
|
"ground_margin": 1.2,
|
|
24
24
|
"ground": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
0.0,
|
|
28
28
|
0.0
|
|
29
29
|
],
|
|
30
|
-
"size_margin": 5
|
|
30
|
+
"size_margin": 1.5
|
|
31
31
|
},
|
|
32
32
|
"pipes": [
|
|
33
33
|
{
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"length": 9.0,
|
|
36
36
|
"angle_deg": 0,
|
|
37
37
|
"s_center": 0.25,
|
|
38
|
-
"z": -
|
|
38
|
+
"z": -0.6,
|
|
39
39
|
"offset_u": 0.0
|
|
40
40
|
},
|
|
41
41
|
{
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"length": 5.0,
|
|
44
44
|
"angle_deg": 45,
|
|
45
45
|
"s_center": 0.55,
|
|
46
|
-
"z": -
|
|
46
|
+
"z": -0.65,
|
|
47
47
|
"offset_u": -0.2
|
|
48
48
|
},
|
|
49
49
|
{
|
|
@@ -51,16 +51,17 @@
|
|
|
51
51
|
"length": 3.5,
|
|
52
52
|
"angle_deg": -60,
|
|
53
53
|
"s_center": 0.75,
|
|
54
|
-
"z": -
|
|
54
|
+
"z": -0.8,
|
|
55
55
|
"offset_u": 0.25
|
|
56
56
|
}
|
|
57
57
|
],
|
|
58
58
|
"boxes": [],
|
|
59
59
|
"spheres": [
|
|
60
60
|
{
|
|
61
|
-
"radius": 0.
|
|
61
|
+
"radius": 0.25,
|
|
62
62
|
"s": 0.85,
|
|
63
|
-
"offset_u": -0.2
|
|
63
|
+
"offset_u": -0.2,
|
|
64
|
+
"z": -0.7
|
|
64
65
|
}
|
|
65
66
|
],
|
|
66
67
|
"noise": {
|