trenchfoot 0.1.1__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 +125 -25
- 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.1.1.dist-info → trenchfoot-0.2.2.dist-info}/METADATA +16 -18
- {trenchfoot-0.1.1.dist-info → trenchfoot-0.2.2.dist-info}/RECORD +58 -49
- {trenchfoot-0.1.1.dist-info → trenchfoot-0.2.2.dist-info}/WHEEL +1 -1
- {trenchfoot-0.1.1.dist-info → trenchfoot-0.2.2.dist-info}/entry_points.txt +0 -0
- {trenchfoot-0.1.1.dist-info → trenchfoot-0.2.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"surface_area_by_group": {
|
|
3
|
-
"trench_bottom":
|
|
3
|
+
"trench_bottom": 27.46494373197848,
|
|
4
4
|
"trench_cap_for_volume": 28.808998594189276,
|
|
5
|
-
"trench_walls":
|
|
6
|
-
"ground_surface":
|
|
7
|
-
"pipe0_pipe_side": 6.
|
|
8
|
-
"pipe0_pipe_cap_neg": 0.
|
|
9
|
-
"pipe0_pipe_cap_pos": 0.
|
|
10
|
-
"pipe1_pipe_side": 4.
|
|
11
|
-
"pipe1_pipe_cap_neg": 0.
|
|
12
|
-
"pipe1_pipe_cap_pos": 0.
|
|
13
|
-
"box0":
|
|
5
|
+
"trench_walls": 20.140580271019434,
|
|
6
|
+
"ground_surface": 36.011248242736606,
|
|
7
|
+
"pipe0_pipe_side": 6.910270291959122,
|
|
8
|
+
"pipe0_pipe_cap_neg": 0.12557400812187475,
|
|
9
|
+
"pipe0_pipe_cap_pos": 0.12557400812187475,
|
|
10
|
+
"pipe1_pipe_side": 4.221546941996845,
|
|
11
|
+
"pipe1_pipe_cap_neg": 0.08036736519799982,
|
|
12
|
+
"pipe1_pipe_cap_pos": 0.08036736519799981,
|
|
13
|
+
"box0": 3.6299999999999972
|
|
14
14
|
},
|
|
15
15
|
"closed_surface_sets": {
|
|
16
16
|
"trench_closed_groups": [
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
22
|
"volumes": {
|
|
23
|
-
"trench_from_surface": -
|
|
24
|
-
"trench_flux_integral_div1": -
|
|
23
|
+
"trench_from_surface": -6.858764294895576,
|
|
24
|
+
"trench_flux_integral_div1": -6.858764294895581
|
|
25
25
|
},
|
|
26
26
|
"footprint_area_top": 28.808998594189276,
|
|
27
|
-
"footprint_area_bottom":
|
|
27
|
+
"footprint_area_bottom": 27.46494373197848,
|
|
28
28
|
"width_top": 2.4,
|
|
29
|
-
"width_bottom": 2.
|
|
29
|
+
"width_bottom": 2.288,
|
|
30
30
|
"noise": {
|
|
31
31
|
"enable": true,
|
|
32
32
|
"amplitude": 0.015,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
]
|
|
15
15
|
],
|
|
16
16
|
"width": 2.4,
|
|
17
|
-
"depth":
|
|
17
|
+
"depth": 0.7,
|
|
18
18
|
"wall_slope": 0.08,
|
|
19
19
|
"ground_margin": 1.5,
|
|
20
20
|
"ground": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
0.02,
|
|
24
24
|
-0.015
|
|
25
25
|
],
|
|
26
|
-
"size_margin":
|
|
26
|
+
"size_margin": 1.5
|
|
27
27
|
},
|
|
28
28
|
"pipes": [
|
|
29
29
|
{
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"length": 5.5,
|
|
32
32
|
"angle_deg": 10,
|
|
33
33
|
"s_center": 0.35,
|
|
34
|
-
"z": -0.
|
|
34
|
+
"z": -0.4,
|
|
35
35
|
"offset_u": 0.3,
|
|
36
36
|
"clearance_scale": 0.9
|
|
37
37
|
},
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"length": 4.2,
|
|
41
41
|
"angle_deg": -15,
|
|
42
42
|
"s_center": 0.7,
|
|
43
|
-
"z": -0.
|
|
43
|
+
"z": -0.45,
|
|
44
44
|
"offset_u": -0.4,
|
|
45
45
|
"clearance_scale": 1.1
|
|
46
46
|
}
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
{
|
|
50
50
|
"along": 1.2,
|
|
51
51
|
"across": 0.9,
|
|
52
|
-
"height": 0.
|
|
52
|
+
"height": 0.35,
|
|
53
53
|
"s": 0.55,
|
|
54
54
|
"offset_u": -0.25,
|
|
55
|
-
"z": -0.
|
|
55
|
+
"z": -0.35
|
|
56
56
|
}
|
|
57
57
|
],
|
|
58
58
|
"spheres": [],
|