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,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"surface_area_by_group": {
|
|
3
|
-
"trench_bottom":
|
|
3
|
+
"trench_bottom": 5.039999999999999,
|
|
4
4
|
"trench_cap_for_volume": 7.199999999999999,
|
|
5
|
-
"trench_walls":
|
|
6
|
-
"ground_surface":
|
|
7
|
-
"pipe0_pipe_side": 6.
|
|
8
|
-
"pipe0_pipe_cap_neg": 0.
|
|
9
|
-
"pipe0_pipe_cap_pos": 0.
|
|
5
|
+
"trench_walls": 12.849882149360417,
|
|
6
|
+
"ground_surface": 12.0,
|
|
7
|
+
"pipe0_pipe_side": 6.59616709687007,
|
|
8
|
+
"pipe0_pipe_cap_neg": 0.07063537956855452,
|
|
9
|
+
"pipe0_pipe_cap_pos": 0.07063537956855452
|
|
10
10
|
},
|
|
11
11
|
"closed_surface_sets": {
|
|
12
12
|
"trench_closed_groups": [
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
]
|
|
17
17
|
},
|
|
18
18
|
"volumes": {
|
|
19
|
-
"trench_from_surface": -
|
|
20
|
-
"trench_flux_integral_div1": -
|
|
19
|
+
"trench_from_surface": -2.484000000000001,
|
|
20
|
+
"trench_flux_integral_div1": -2.484000000000001
|
|
21
21
|
},
|
|
22
22
|
"footprint_area_top": 7.199999999999999,
|
|
23
|
-
"footprint_area_bottom":
|
|
23
|
+
"footprint_area_bottom": 5.039999999999999,
|
|
24
24
|
"width_top": 1.2,
|
|
25
|
-
"width_bottom": 0.
|
|
25
|
+
"width_bottom": 0.8399999999999999,
|
|
26
26
|
"noise": {
|
|
27
27
|
"enable": false,
|
|
28
28
|
"amplitude": 0.02,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
]
|
|
11
11
|
],
|
|
12
12
|
"width": 1.2,
|
|
13
|
-
"depth":
|
|
13
|
+
"depth": 0.9,
|
|
14
14
|
"wall_slope": 0.2,
|
|
15
15
|
"ground_margin": 0.5,
|
|
16
16
|
"ground": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
0.0,
|
|
20
20
|
0.0
|
|
21
21
|
],
|
|
22
|
-
"size_margin":
|
|
22
|
+
"size_margin": 1.0
|
|
23
23
|
},
|
|
24
24
|
"pipes": [
|
|
25
25
|
{
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"length": 7.0,
|
|
28
28
|
"angle_deg": 0,
|
|
29
29
|
"s_center": 0.5,
|
|
30
|
-
"z": -0.
|
|
30
|
+
"z": -0.45,
|
|
31
31
|
"offset_u": 0.0
|
|
32
32
|
}
|
|
33
33
|
],
|