trenchfoot 0.4.1__py3-none-any.whl → 0.4.3__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.

Files changed (26) hide show
  1. trenchfoot/scenarios/S01_straight_vwalls/metrics.json +2 -2
  2. trenchfoot/scenarios/S01_straight_vwalls/trench_scene.obj +2 -2
  3. trenchfoot/scenarios/S02_straight_slope_pipe/metrics.json +2 -2
  4. trenchfoot/scenarios/S02_straight_slope_pipe/trench_scene.obj +2 -2
  5. trenchfoot/scenarios/S03_L_slope_two_pipes_box/metrics.json +8 -8
  6. trenchfoot/scenarios/S03_L_slope_two_pipes_box/scene.json +3 -3
  7. trenchfoot/scenarios/S03_L_slope_two_pipes_box/trench_scene.obj +9718 -9718
  8. trenchfoot/scenarios/S04_U_slope_multi_noise/metrics.json +12 -12
  9. trenchfoot/scenarios/S04_U_slope_multi_noise/scene.json +1 -1
  10. trenchfoot/scenarios/S04_U_slope_multi_noise/trench_scene.obj +14662 -14662
  11. trenchfoot/scenarios/S05_wide_slope_pair/metrics.json +6 -6
  12. trenchfoot/scenarios/S05_wide_slope_pair/scene.json +3 -3
  13. trenchfoot/scenarios/S05_wide_slope_pair/trench_scene.obj +9912 -9912
  14. trenchfoot/scenarios/S06_bumpy_wide_loop/metrics.json +15 -13
  15. trenchfoot/scenarios/S06_bumpy_wide_loop/scene.json +6 -1
  16. trenchfoot/scenarios/S06_bumpy_wide_loop/trench_scene.obj +12825 -12841
  17. trenchfoot/scenarios/S07_circular_well/metrics.json +21 -20
  18. trenchfoot/scenarios/S07_circular_well/scene.json +14 -14
  19. trenchfoot/scenarios/S07_circular_well/trench_scene.obj +21450 -21470
  20. trenchfoot/scenarios/SUMMARY.json +26 -54
  21. trenchfoot/trench_scene_generator_v3.py +677 -37
  22. {trenchfoot-0.4.1.dist-info → trenchfoot-0.4.3.dist-info}/METADATA +1 -1
  23. {trenchfoot-0.4.1.dist-info → trenchfoot-0.4.3.dist-info}/RECORD +26 -26
  24. {trenchfoot-0.4.1.dist-info → trenchfoot-0.4.3.dist-info}/WHEEL +0 -0
  25. {trenchfoot-0.4.1.dist-info → trenchfoot-0.4.3.dist-info}/entry_points.txt +0 -0
  26. {trenchfoot-0.4.1.dist-info → trenchfoot-0.4.3.dist-info}/licenses/LICENSE +0 -0
@@ -1,21 +1,22 @@
1
1
  {
2
2
  "surface_area_by_group": {
3
- "trench_bottom": 18.826708706545926,
4
- "trench_cap_for_volume": 22.056405162254812,
5
- "trench_walls": 54.53929135016208,
6
- "ground_surface": 50.10766187090814,
7
- "pipe0_pipe_side": 5.025651121424817,
8
- "pipe0_pipe_cap_neg": 0.12557400812187475,
9
- "pipe0_pipe_cap_pos": 0.12557400812187475,
10
- "pipe1_pipe_side": 3.2980835484350353,
11
- "pipe1_pipe_cap_neg": 0.07063537956855452,
12
- "pipe1_pipe_cap_pos": 0.07063537956855451,
13
- "pipe2_pipe_side": 1.884619170534306,
14
- "pipe2_pipe_cap_neg": 0.03139350203046869,
15
- "pipe2_pipe_cap_pos": 0.03139350203046869,
16
- "pipe3_pipe_side": 2.4123125382839117,
17
- "pipe3_pipe_cap_neg": 0.04520664292387489,
18
- "pipe3_pipe_cap_pos": 0.045206642923874885,
3
+ "trench_bottom": 16.473997911050567,
4
+ "trench_cap_for_volume": 18.819290943275632,
5
+ "trench_walls": 47.125552855988765,
6
+ "inner_column_lid": 0.7653310283720559,
7
+ "ground_surface": 44.03309020270969,
8
+ "pipe0_pipe_side": 2.7766722445872127,
9
+ "pipe0_pipe_cap_neg": 0.22418287207477486,
10
+ "pipe0_pipe_cap_pos": 0.2234243503959072,
11
+ "pipe1_pipe_side": 2.2008818250895956,
12
+ "pipe1_pipe_cap_neg": 0.12665718855345193,
13
+ "pipe1_pipe_cap_pos": 0.12598629647221604,
14
+ "pipe2_pipe_side": 1.5575592186478329,
15
+ "pipe2_pipe_cap_neg": 0.056181073896585436,
16
+ "pipe2_pipe_cap_pos": 0.0565618739885123,
17
+ "pipe3_pipe_side": 1.7390323396105312,
18
+ "pipe3_pipe_cap_neg": 0.08121273952997668,
19
+ "pipe3_pipe_cap_pos": 0.08105980291105107,
19
20
  "sphere0": 0.7838221025021312
20
21
  },
21
22
  "closed_surface_sets": {
@@ -26,11 +27,11 @@
26
27
  ]
27
28
  },
28
29
  "volumes": {
29
- "trench_from_surface": -19.832030917053125,
30
- "trench_flux_integral_div1": -19.832030917053117
30
+ "trench_from_surface": -46.96345389726256,
31
+ "trench_flux_integral_div1": -46.96345389726256
31
32
  },
32
- "footprint_area_top": 22.056405162254812,
33
- "footprint_area_bottom": 18.826708706545926,
33
+ "footprint_area_top": 18.819290943275632,
34
+ "footprint_area_bottom": 16.473997911050567,
34
35
  "width_top": 2.0,
35
36
  "width_bottom": 1.75,
36
37
  "noise": {
@@ -148,35 +148,35 @@
148
148
  "pipes": [
149
149
  {
150
150
  "radius": 0.2,
151
- "length": 4.0,
151
+ "length": 8.0,
152
152
  "angle_deg": 0,
153
- "s_center": 0.25,
153
+ "s_center": 0.0,
154
154
  "z": -0.5,
155
- "offset_u": 0.0
155
+ "offset_u": -0.4
156
156
  },
157
157
  {
158
158
  "radius": 0.15,
159
- "length": 3.5,
160
- "angle_deg": 45,
159
+ "length": 7.5,
160
+ "angle_deg": 0,
161
161
  "s_center": 0.5,
162
162
  "z": -1.2,
163
- "offset_u": 0.1
163
+ "offset_u": -0.4
164
164
  },
165
165
  {
166
166
  "radius": 0.1,
167
- "length": 3.0,
168
- "angle_deg": -60,
169
- "s_center": 0.75,
167
+ "length": 7.0,
168
+ "angle_deg": 0,
169
+ "s_center": 0.25,
170
170
  "z": -1.8,
171
- "offset_u": -0.15
171
+ "offset_u": -0.4
172
172
  },
173
173
  {
174
174
  "radius": 0.12,
175
- "length": 3.2,
176
- "angle_deg": 90,
177
- "s_center": 0.0,
175
+ "length": 7.5,
176
+ "angle_deg": 0,
177
+ "s_center": 0.75,
178
178
  "z": -2.2,
179
- "offset_u": 0.0
179
+ "offset_u": -0.4
180
180
  }
181
181
  ],
182
182
  "boxes": [],