Datasets:
Add dataset card
Browse files
README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-image
|
| 5 |
+
tags:
|
| 6 |
+
- FEA
|
| 7 |
+
- finite-element-analysis
|
| 8 |
+
- stress
|
| 9 |
+
- strain
|
| 10 |
+
- geometry
|
| 11 |
+
- simulation
|
| 12 |
+
size_categories:
|
| 13 |
+
- 10K<n<100K
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# Geometry → Stress/Strain FEA Dataset
|
| 17 |
+
|
| 18 |
+
Side-by-side PNG images: **left half** = geometry input, **right half** = FEA stress/strain field.
|
| 19 |
+
|
| 20 |
+
## Subdatasets
|
| 21 |
+
|
| 22 |
+
| Name | Train | Test | Description |
|
| 23 |
+
|---|---|---|---|
|
| 24 |
+
| BC_scale | 3200 | 800 | Boundary-condition scaled geometries |
|
| 25 |
+
| HEXAGON | 1600 | 400 | Hexagonal lattice geometries |
|
| 26 |
+
| MISES | 1600 | 400 | Von Mises stress field |
|
| 27 |
+
| PE11_0.2 | 1600 | 400 | Plastic strain PE11 |
|
| 28 |
+
| PE12 | 1600 | 400 | Plastic strain PE12 |
|
| 29 |
+
| S11 | 1600 | 400 | Normal stress S11 |
|
| 30 |
+
| S12 | 1600 | 400 | Shear stress S12 |
|
| 31 |
+
| STITCH_GEO_MISES | 1600 | 400 | Stitched geometry-MISES pairs |
|
| 32 |
+
| TRIANGLE | 1600 | 400 | Triangular geometry |
|
| 33 |
+
| FIELD2GEO | 1600 | 400 | Field-to-geometry mapping |
|
| 34 |
+
|
| 35 |
+
**Total: 17,600 train · 4,400 test · 47,001 images · ~8.5 GB**
|
| 36 |
+
|
| 37 |
+
## Image format
|
| 38 |
+
Each PNG is `1024 × 512` px:
|
| 39 |
+
- Left 512×512 — geometry/mesh (model input)
|
| 40 |
+
- Right 512×512 — stress/strain colormap (model target)
|