nashton commited on
Commit
c7285be
·
verified ·
1 Parent(s): 5c111c8

Document native boundary cell-area files

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -53,6 +53,7 @@ Each folder (e.g run1,run2...run"i" etc) corresponds to a different geometry tha
53
  * reference values for each geometry: geo_ref_i.csv
54
  * reference geometry for each geometry: geo_parameters_i.csv
55
  * Boundary VTU (~500mb): boundary_i.vtp
 
56
  * Volume field VTU (~50GB): volume_i.vtu ( please note on HuggingFace this is split into part 1 and part2 - please cat them together to create the volume_i.vtu)
57
  * forces/moments time-averaged (using varying frontal area/wheelbase): force_mom_i.csv
58
  * forces/moments time-averaged (using constant frontal area/wheelbase): force_mom_constref_i.csv
@@ -177,6 +178,7 @@ This dataset is provided under the CC BY SA 4.0 license, please see LICENSE.txt
177
 
178
  version history:
179
  ---------------
 
180
  * 17/08/2026 - Added deterministic official train/validation/test splits, including data-efficiency and out-of-distribution evaluation protocols.
181
 
182
  * 04/03/2025 - Now available on HuggingFace!
 
53
  * reference values for each geometry: geo_ref_i.csv
54
  * reference geometry for each geometry: geo_parameters_i.csv
55
  * Boundary VTU (~500mb): boundary_i.vtp
56
+ * Native boundary polygon cell areas (`m^2`, matching `boundary_i.vtp` `CellData` order): `boundary_cell_area_i.npy`
57
  * Volume field VTU (~50GB): volume_i.vtu ( please note on HuggingFace this is split into part 1 and part2 - please cat them together to create the volume_i.vtu)
58
  * forces/moments time-averaged (using varying frontal area/wheelbase): force_mom_i.csv
59
  * forces/moments time-averaged (using constant frontal area/wheelbase): force_mom_constref_i.csv
 
178
 
179
  version history:
180
  ---------------
181
+ * 17/08/2026 - Added per-run native boundary polygon cell-area arrays and supporting metadata in `surface_cell_areas/`.
182
  * 17/08/2026 - Added deterministic official train/validation/test splits, including data-efficiency and out-of-distribution evaluation protocols.
183
 
184
  * 04/03/2025 - Now available on HuggingFace!