Datasets:

ArXiv:
DOI:
License:
neashton commited on
Commit
02688c7
·
verified ·
1 Parent(s): bb6b9d3

Add native boundary polygon area sidecars

Browse files

Publish one native polygon area per raw boundary VTP CellData tuple for all 500 AhmedML runs, together with concise reproducibility metadata.

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +7 -0
  2. run_1/boundary_cell_area_1.npy +3 -0
  3. run_10/boundary_cell_area_10.npy +3 -0
  4. run_100/boundary_cell_area_100.npy +3 -0
  5. run_101/boundary_cell_area_101.npy +3 -0
  6. run_102/boundary_cell_area_102.npy +3 -0
  7. run_103/boundary_cell_area_103.npy +3 -0
  8. run_104/boundary_cell_area_104.npy +3 -0
  9. run_105/boundary_cell_area_105.npy +3 -0
  10. run_106/boundary_cell_area_106.npy +3 -0
  11. run_107/boundary_cell_area_107.npy +3 -0
  12. run_108/boundary_cell_area_108.npy +3 -0
  13. run_109/boundary_cell_area_109.npy +3 -0
  14. run_11/boundary_cell_area_11.npy +3 -0
  15. run_110/boundary_cell_area_110.npy +3 -0
  16. run_111/boundary_cell_area_111.npy +3 -0
  17. run_112/boundary_cell_area_112.npy +3 -0
  18. run_113/boundary_cell_area_113.npy +3 -0
  19. run_114/boundary_cell_area_114.npy +3 -0
  20. run_115/boundary_cell_area_115.npy +3 -0
  21. run_116/boundary_cell_area_116.npy +3 -0
  22. run_117/boundary_cell_area_117.npy +3 -0
  23. run_118/boundary_cell_area_118.npy +3 -0
  24. run_119/boundary_cell_area_119.npy +3 -0
  25. run_12/boundary_cell_area_12.npy +3 -0
  26. run_120/boundary_cell_area_120.npy +3 -0
  27. run_121/boundary_cell_area_121.npy +3 -0
  28. run_122/boundary_cell_area_122.npy +3 -0
  29. run_123/boundary_cell_area_123.npy +3 -0
  30. run_124/boundary_cell_area_124.npy +3 -0
  31. run_125/boundary_cell_area_125.npy +3 -0
  32. run_126/boundary_cell_area_126.npy +3 -0
  33. run_127/boundary_cell_area_127.npy +3 -0
  34. run_128/boundary_cell_area_128.npy +3 -0
  35. run_129/boundary_cell_area_129.npy +3 -0
  36. run_13/boundary_cell_area_13.npy +3 -0
  37. run_130/boundary_cell_area_130.npy +3 -0
  38. run_131/boundary_cell_area_131.npy +3 -0
  39. run_132/boundary_cell_area_132.npy +3 -0
  40. run_133/boundary_cell_area_133.npy +3 -0
  41. run_134/boundary_cell_area_134.npy +3 -0
  42. run_135/boundary_cell_area_135.npy +3 -0
  43. run_136/boundary_cell_area_136.npy +3 -0
  44. run_137/boundary_cell_area_137.npy +3 -0
  45. run_138/boundary_cell_area_138.npy +3 -0
  46. run_139/boundary_cell_area_139.npy +3 -0
  47. run_14/boundary_cell_area_14.npy +3 -0
  48. run_140/boundary_cell_area_140.npy +3 -0
  49. run_141/boundary_cell_area_141.npy +3 -0
  50. run_142/boundary_cell_area_142.npy +3 -0
README.md CHANGED
@@ -39,6 +39,7 @@ Each folder (e.g run_1,run_2...run_"i" etc) corresponds to a different geometry
39
  * ahmed_i.stl : geometry stl (~5mb):
40
  * geo_parameters_1.csv (missing run 500): parameters that define the geometry
41
  * boundary_i.vtp : Boundary VTP (~500mb)
 
42
  * volume_i.vtu : Volume field VTU (~5GB)
43
  * force_mom_i.csv : forces (Cd,Cl) time-averaged with constant reference area
44
  * force_mom_varref_i.csv : forces (Cd,Cl) time-averaged with varying reference area
@@ -90,6 +91,10 @@ Complete definitions, construction methods, missing-data treatment,
90
  diagnostic figures, and reproducibility instructions are provided in
91
  [`splits/README.md`](splits/README.md).
92
 
 
 
 
 
93
  Downloads
94
  --------------
95
 
@@ -150,6 +155,8 @@ This dataset is provided under the CC BY SA 4.0 license, please see LICENSE.txt
150
 
151
  version history:
152
  ---------------
 
 
153
  * 17/08/2026 - Added deterministic benchmark train/validation/test splits, including nested data-efficiency and out-of-distribution evaluation protocols.
154
  * 15/02/2025 - files uploaded to HuggingFace
155
  * 12/11/2024 - added validation folder that contains the full output from all four mesh levels that were used to validate the methodology used.
 
39
  * ahmed_i.stl : geometry stl (~5mb):
40
  * geo_parameters_1.csv (missing run 500): parameters that define the geometry
41
  * boundary_i.vtp : Boundary VTP (~500mb)
42
+ * `boundary_cell_area_i.npy`: Native polygon areas (`m^2`) for `boundary_i.vtp`, in exact `CellData` tuple order.
43
  * volume_i.vtu : Volume field VTU (~5GB)
44
  * force_mom_i.csv : forces (Cd,Cl) time-averaged with constant reference area
45
  * force_mom_varref_i.csv : forces (Cd,Cl) time-averaged with varying reference area
 
91
  diagnostic figures, and reproducibility instructions are provided in
92
  [`splits/README.md`](splits/README.md).
93
 
94
+ ## Native boundary polygon areas
95
+
96
+ Each `run_N/boundary_cell_area_N.npy` is a one-dimensional little-endian float32 array containing one area in `m^2` per native polygon—and therefore per `CellData` tuple—of `run_N/boundary_N.vtp`, in its original cell order. The array is valid only for that exact raw VTP. The definition, generator, hashes, and complete 500-run manifest are in [`surface_cell_areas/`](surface_cell_areas/).
97
+
98
  Downloads
99
  --------------
100
 
 
155
 
156
  version history:
157
  ---------------
158
+
159
+ * 17/08/2026 - Added native boundary polygon-area arrays for all 500 runs, with reproducibility metadata.
160
  * 17/08/2026 - Added deterministic benchmark train/validation/test splits, including nested data-efficiency and out-of-distribution evaluation protocols.
161
  * 15/02/2025 - files uploaded to HuggingFace
162
  * 12/11/2024 - added validation folder that contains the full output from all four mesh levels that were used to validate the methodology used.
run_1/boundary_cell_area_1.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b588a210e048ccd69ac164f0359014f58ff6728e5f7aab49a7348fc624aa9a75
3
+ size 4406424
run_10/boundary_cell_area_10.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b18b3637ce64a612c9959bf7ad3965addf092ae8d2c13ed74e3d80153fbcc93f
3
+ size 3254320
run_100/boundary_cell_area_100.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ba9f7494f718f78848641e14a069fba313dd2bbd7139228b21927bab90eca6e
3
+ size 4531400
run_101/boundary_cell_area_101.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac4adba69b27d3f36655bb0fc86fa2b95d86a90f0805996727849d5f5c80c78d
3
+ size 4932244
run_102/boundary_cell_area_102.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa7c84b70c94609082005e10bb88fe7784da1aef84685cfc37d4eee682e16e84
3
+ size 4558688
run_103/boundary_cell_area_103.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ee4833da6ca76f38bd45721a33ea7de6c8016172ef28b1646d919df64e40b35
3
+ size 3624560
run_104/boundary_cell_area_104.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9e95e4435b9844812774977bf0fc7884612661c51817906cca2d3a7cc3ad1bc
3
+ size 4094112
run_105/boundary_cell_area_105.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7719a3c3959d532522bbfd6bb9f61dfd04776ff6574817b5394de054494e2a38
3
+ size 4430480
run_106/boundary_cell_area_106.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e739313d001d6eb0cfc5f991e26e4b2d515cda9638076fbd8f990f982970758
3
+ size 4836232
run_107/boundary_cell_area_107.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0eefe92cc61d7f052c3c0d97ebb8c157a9ccf73d643e960585e52d7a1caba3d
3
+ size 4456048
run_108/boundary_cell_area_108.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09d31b32002da4752f577e4179ffacabc65b3ea300bd3158cbff10aa1327aea2
3
+ size 3708580
run_109/boundary_cell_area_109.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffc649597415c9542e27db27d8c1c88395995616101fa4e8bd14de8f19a7aba7
3
+ size 5415720
run_11/boundary_cell_area_11.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2b87d7f4a6191efda7cda0a19659b45da8e1a356cbdd3f9d9e094d533f852a3
3
+ size 3983248
run_110/boundary_cell_area_110.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d6ba365f7572618124d09074462ef63b9514075f52d6585b56c24dac6935fd9
3
+ size 3407792
run_111/boundary_cell_area_111.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09192c0957cfc2817ab05baaa3b1fc717efc97b74af4fa1cee11023f2ac7e754
3
+ size 3843336
run_112/boundary_cell_area_112.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cd96eb9dbe68bd52b0bd22eac21bd00238cd12795d84f0231a616377446de5f
3
+ size 4321616
run_113/boundary_cell_area_113.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c69e4209e17a30723218b09c42293180a90c021d13d9ee86f2513824ea361a45
3
+ size 4536228
run_114/boundary_cell_area_114.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae99c4cad200ddb47e5ab9f5c15e97afd322e3e91bc864863bf486fedbe00d35
3
+ size 3535032
run_115/boundary_cell_area_115.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9ba395fe9ffa94774c61a5d09530af67554ed6ebbc5760938b9f27aae500fe4
3
+ size 4167784
run_116/boundary_cell_area_116.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46611194db820b31fee01b8bd03d8009a0d83c656b91f5b9553d7dbe25688277
3
+ size 3188024
run_117/boundary_cell_area_117.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a5ccee845bcf81d2bb78809141adfcef857d046cf1129abd705e17ffc771997
3
+ size 3421176
run_118/boundary_cell_area_118.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:921309542fd3ba25b88d997e9e872589b29c6a353c22ed6d3af3d7ce35233a37
3
+ size 4215412
run_119/boundary_cell_area_119.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c90aa081f6369ab7666c44cd6e65c5290e9eb0bde23f085a986591f65cfa810e
3
+ size 4138992
run_12/boundary_cell_area_12.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d7c854b7b63b86f227177c60be5a5815a2ff78e1857c65728630679aaed7e89
3
+ size 4692436
run_120/boundary_cell_area_120.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0449fd0bb5c47ba97437302ef4af77285f225ed368fbd57df399ac7834efaafb
3
+ size 5667728
run_121/boundary_cell_area_121.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23555797f8032b521256b0e55053a8f17eb75db50d8eaf909b607def9dcfe70e
3
+ size 3121224
run_122/boundary_cell_area_122.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8edd31790c58b9626c1ae2b99458b53dd6696b07726998de46036fb1a503771e
3
+ size 4225312
run_123/boundary_cell_area_123.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21e71307a3b5e57759c3b6a58af0402632305b385f6f8006f3a58ca88678d84c
3
+ size 3431624
run_124/boundary_cell_area_124.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e38bd25240ce9c38e95814e719002cdaa115f015029c5e92f139db08f5c4d4a9
3
+ size 3713656
run_125/boundary_cell_area_125.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d062918fac9c381675a923ebb09858094b33143006c08465ef523c6f78903afb
3
+ size 4314912
run_126/boundary_cell_area_126.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e95f1e0636f0698bed8b3caf942835f7364c96a5f9546dedd9aae4db7871be38
3
+ size 4045880
run_127/boundary_cell_area_127.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7520ce6526aec3c12bbb97fe1ce1470745e8e9e5b4ded1d373b6b929a5e73b91
3
+ size 4319792
run_128/boundary_cell_area_128.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaec406aa5583bd4111628f788f5098267b08571bc639099f265a8868fbcb79b
3
+ size 4373840
run_129/boundary_cell_area_129.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4d7d647f02c7fd9391584cfd2e1ed1918b44683c542e54177820b16a39a9aa8
3
+ size 3954388
run_13/boundary_cell_area_13.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee0f1ff24c575456f5c42a592b2738132698fa354646870186951559b0794fdd
3
+ size 3781456
run_130/boundary_cell_area_130.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c99af5d741a60a375c4f230ed5a65ab636b413817dfbeaec4c755f15b2e0f28f
3
+ size 4005328
run_131/boundary_cell_area_131.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32f0f1cf3fcb13a120151ea41609c03c89aecbea37e1f19909e14592ccea7011
3
+ size 4520440
run_132/boundary_cell_area_132.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35de8c97e6a6e7b1ece7bb94bbe944c1c345025cc7cdc39b5fdd65a9fbd5a633
3
+ size 4336528
run_133/boundary_cell_area_133.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f42bdf1ee5aabe9cdc5128241c6ea496359692c5764979ae4a52915d6b8f03f1
3
+ size 3688016
run_134/boundary_cell_area_134.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d997e40380f64ccfe11cd071c11b3bcdbd95502803768e3846a97a2234a2cf46
3
+ size 4214920
run_135/boundary_cell_area_135.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0a357b8d0a86fb0d75e87acf05bf65e4f7cd4f0207efbe701ede4dfa2cc32af
3
+ size 4662376
run_136/boundary_cell_area_136.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6271a4b6ccef3d4c89b4d0461819595e90a0f6ea30255e0e834f02599a3703b
3
+ size 4738040
run_137/boundary_cell_area_137.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0ab596ab7c20e15542b8f0cf2b57d5c88b6e0ab23ee3674ca735442a1ca444f
3
+ size 3790080
run_138/boundary_cell_area_138.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e03bbc5c1b746eeaaadf2b8784f3aee7203d890823fa144156b1cba81571652
3
+ size 3877264
run_139/boundary_cell_area_139.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bb84fa4043b67fbc8ef234fc389c9f26df3f86f59a6fb36699a1ac7eebff6dc
3
+ size 4088540
run_14/boundary_cell_area_14.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c3fd8fd5b8e5e6278c543a9a32005d42154ec2021313dd39c104f9f2f2abb95
3
+ size 3997900
run_140/boundary_cell_area_140.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57dd411076493f99eaed10d03125b238c019a99b1f07d685c0f803de0e9f4742
3
+ size 5062496
run_141/boundary_cell_area_141.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eddd01fa7c9e14296d830672816dcf893a868bc8fa31c7d71bc9f3601678cf8
3
+ size 3715556
run_142/boundary_cell_area_142.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9504dbc336a751c034ec96ceebc2c90bb161be03c7fa2ec058ec06ebc8d808b0
3
+ size 4524040