arturs-kopaa commited on
Commit
1d8c426
·
verified ·
1 Parent(s): 63b7be3

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +270 -3
  2. elements.jsonl +0 -0
  3. frames.jsonl +0 -0
README.md CHANGED
@@ -1,3 +1,270 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - tabular-classification
5
+ - tabular-regression
6
+ language:
7
+ - en
8
+ tags:
9
+ - structural-engineering
10
+ - steel-frames
11
+ - finite-element-analysis
12
+ - eurocode-3
13
+ - karamba3d
14
+ - grasshopper
15
+ - architecture
16
+ - aec
17
+ - beam-design
18
+ - utilization
19
+ pretty_name: EC3 Steel Portal Frame Structural Analysis Dataset
20
+ size_categories:
21
+ - 1K<n<10K
22
+ ---
23
+
24
+ # EC3 Steel Portal Frame Structural Analysis Dataset
25
+
26
+ ## Dataset Summary
27
+
28
+ A parametric structural analysis dataset of **995 single-span steel portal
29
+ frames** designed and verified to **Eurocode 3 (EN 1993-1-1:2005)**. Each
30
+ record represents a unique frame configuration solved with the
31
+ **Karamba3D 3.1 FEM solver** inside Grasshopper / Rhinoceros 3D.
32
+
33
+ The dataset is intended for training and benchmarking AI models that predict
34
+ structural performance, section selection, and code compliance in the early
35
+ design phase of steel-framed buildings — industrial sheds, agricultural
36
+ buildings, warehouses, and sports halls.
37
+
38
+ ---
39
+
40
+ ## Dataset Structure
41
+
42
+ Two linked JSONL files:
43
+
44
+ | File | Records | Description |
45
+ |---|---|---|
46
+ | `frames.jsonl` | 995 | One record per frame — geometry, loads, global results |
47
+ | `elements.jsonl` | 3 450 | One record per structural element — section properties, utilization, internal forces |
48
+
49
+ Frames and elements are linked via `run_id` (format: `SF-00001` → `SF-01000`).
50
+
51
+ ---
52
+
53
+ ## Frame Schema
54
+
55
+ Each frame is a **2D single-span portal** in one of two configurations:
56
+
57
+ | Type | Count | Elements |
58
+ |---|---|---|
59
+ | Monopitch | 530 | 2 columns + 1–2 rafters |
60
+ | Gable | 465 | 2 columns + 2 rafters |
61
+
62
+ Element identifiers: `C1`, `C2` = columns; `B1`, `B2` = roof beams (rafters)
63
+
64
+ ---
65
+
66
+ ## Parametric Ranges
67
+
68
+ | Parameter | Range | Distribution |
69
+ |---|---|---|
70
+ | Span | 5.0 – 25.0 m | Uniform random |
71
+ | Eaves height | 3.0 – 10.0 m | Uniform random |
72
+ | Roof pitch | 3.0 – 25.0° | Derived from geometry |
73
+ | Steel grade | S235 / S275 / S355 / S420 / S460 | ~200 frames each |
74
+ | Wind load | 0.30 – 2.00 kN/m² | Uniform random |
75
+ | Snow load | 0.30 – 4.00 kN/m² | Uniform random |
76
+ | Column profile family | HEB | Fixed |
77
+ | Rafter profile family | IPE | Fixed |
78
+
79
+ ---
80
+
81
+ ## Key Statistics
82
+
83
+ | Metric | Value |
84
+ |---|---|
85
+ | Total frames | 995 |
86
+ | Total elements | 3 450 |
87
+ | EC3 compliant frames | 630 / 995 (63.3%) |
88
+ | Mean frame weight | 4 036 kg |
89
+ | Frame weight range | 323 – 11 799 kg |
90
+ | Mean element utilization | 0.646 |
91
+ | Utilization range | 0.003 – 1.755 |
92
+ | Governing load case | ULS_SnowLead (86.7%), ULS_WindLead (13.2%) |
93
+ | Governing EC3 check | My bending (93.3%), N axial (6.7%) |
94
+ | Mean monopitch rafter midspan deflection | 112 mm |
95
+ | Mean gable rafter midspan deflection | 47 mm |
96
+
97
+ ---
98
+
99
+ ## Fields
100
+
101
+ ### `frames.jsonl` — 30 fields per record
102
+
103
+ | Field | Type | Unit | Description |
104
+ |---|---|---|---|
105
+ | `run_id` | string | — | Unique frame identifier (SF-XXXXX) |
106
+ | `design_code` | string | — | EC3_EN1993-1-1_2005 |
107
+ | `solver` | string | — | Karamba3D_3.1 |
108
+ | `roof_type` | string | — | `gable` or `monopitch` |
109
+ | `frame_schema` | string | — | Frame topology identifier |
110
+ | `span_mm` | float | mm | Clear span between column bases |
111
+ | `eaves_h_mm` | float | mm | Eaves height |
112
+ | `ridge_h_mm` | float | mm | Ridge height |
113
+ | `haunch_h_mm` | float | mm | Vertical rise from eaves to ridge |
114
+ | `slope_deg` | float | degrees | Roof pitch angle |
115
+ | `slope_pct` | float | % | Roof pitch as percentage |
116
+ | `rafter_length_mm` | float | mm | True rafter length along slope |
117
+ | `steel_grade` | string | — | S235 / S275 / S355 / S420 / S460 |
118
+ | `col_profile_family` | string | — | Column section family (HEB) |
119
+ | `beam_profile_family` | string | — | Rafter section family (IPE) |
120
+ | `wind_kNm2` | float | kN/m² | Characteristic wind pressure |
121
+ | `snow_kNm2` | float | kN/m² | Characteristic snow load |
122
+ | `roof_sw_kgm2` | float | kg/m² | Roof self-weight (cladding + purlins) |
123
+ | `tech_load_kgm2` | float | kg/m² | Imposed technical load on roof |
124
+ | `max_col_defl_L` | int | — | Column sway limit denominator (H/L) |
125
+ | `max_beam_defl_L` | int | — | Rafter deflection limit denominator (L/x) |
126
+ | `frame_weight_kg` | float | kg | Total steel weight of frame |
127
+ | `max_horiz_defl_mm` | float | mm | Maximum horizontal nodal displacement (all LCs) |
128
+ | `max_vert_defl_mm` | float | mm | Maximum vertical nodal displacement (all LCs) |
129
+ | `roof_mid_vert_defl_mm` | float | mm | Maximum vertical displacement at rafter midspan (all LCs) |
130
+ | `n_elements` | int | — | Number of structural elements |
131
+ | `load_cases` | list[str] | — | Names of all ULS load case combinations |
132
+ | `is_ec3_compliant` | bool | — | True if all elements util ≤ 1.0 |
133
+ | `nodes` | list[dict] | — | Node coordinates and support flags |
134
+ | `displacements` | list[dict] | — | Nodal displacements per node per LC (mm) |
135
+
136
+ ### `elements.jsonl` — 47 fields per record
137
+
138
+ | Field | Type | Unit | Description |
139
+ |---|---|---|---|
140
+ | `run_id` | string | — | Links to parent frame |
141
+ | `elem_id` | string | — | Element identifier (C1, C2, B1, B2) |
142
+ | `elem_type` | string | — | `column` or `rafter` |
143
+ | `node_start` / `node_end` | int | — | Node indices |
144
+ | `length_mm` | float | mm | Element length |
145
+ | `section` | string | — | Profile name (e.g. HEB300, IPE400) |
146
+ | `section_family` | string | — | Profile family (HEB, IPE) |
147
+ | `A_cm2` | float | cm² | Gross cross-sectional area |
148
+ | `Iyy_cm4` | float | cm⁴ | Second moment of area (strong axis) |
149
+ | `Izz_cm4` | float | cm⁴ | Second moment of area (weak axis) |
150
+ | `Wply_cm3` | float | cm³ | Plastic section modulus (strong axis) |
151
+ | `Wplz_cm3` | float | cm³ | Plastic section modulus (weak axis) |
152
+ | `iy_cm` / `iz_cm` | float | cm | Radii of gyration |
153
+ | `Ay_cm2` / `Az_cm2` | float | cm² | Shear areas |
154
+ | `uf_width_mm` | float | mm | Flange width |
155
+ | `uf_thick_mm` | float | mm | Flange thickness |
156
+ | `web_thick_mm` | float | mm | Web thickness |
157
+ | `lf_thick_mm` | float | mm | Lower flange thickness |
158
+ | `material` | string | — | Steel grade name |
159
+ | `fy_MPa` | float | MPa | Yield strength |
160
+ | `E_GPa` | float | GPa | Young's modulus |
161
+ | `alpha_y` / `alpha_z` | float | — | Buckling imperfection factors (EC3 Table 6.2) |
162
+ | `alpha_lt` | float | — | LT buckling imperfection factor (EC3 §6.3.2) |
163
+ | `Lcr_y_mm` | float | mm | Buckling length (strong axis) |
164
+ | `Lcr_z_mm` | float | mm | Buckling length (weak axis) |
165
+ | `Lcr_lt_mm` | float | mm | Lateral-torsional buckling length |
166
+ | `lambda_y` / `lambda_z` | float | — | Slenderness ratios |
167
+ | `lambda_bar_y` / `lambda_bar_z` | float | — | Non-dimensional slenderness (EC3 §6.3) |
168
+ | `weight_kg` | float | kg | Element steel weight |
169
+ | `N_max_kN` / `N_min_kN` | float | kN | Max/min axial force across all LCs |
170
+ | `axial_by_lc` | list[dict] | — | Axial force per load case |
171
+ | `util_max` | float | — | Peak EC3 utilization ratio (governing LC) |
172
+ | `util_N` | float | — | Axial force utilization at governing LC |
173
+ | `util_Vy` / `util_Vz` | float | — | Shear utilization at governing LC |
174
+ | `util_My` / `util_Mz` | float | — | Bending utilization at governing LC |
175
+ | `is_ec3_ok` | bool | — | True if util_max ≤ 1.0 |
176
+ | `govern_check` | string | — | Governing EC3 check (N / My / Mz / Vy / Vz) |
177
+ | `govern_lc` | string | — | Name of governing load case combination |
178
+
179
+ ---
180
+
181
+ ## Load Case Combinations (10 per frame)
182
+
183
+ All combinations follow EN 1990 Annex A1 ULS persistent/transient design
184
+ situation with ψ₀ combination factors per EN 1991:
185
+
186
+ | Name | Leading action |
187
+ |---|---|
188
+ | `ULS_SnowLead` | Snow dominant (wind as accompanying) |
189
+ | `ULS_WindLead` | Wind dominant (snow as accompanying) |
190
+ | + 8 further combinations | Dead load, imposed, combinations thereof |
191
+
192
+ ---
193
+
194
+ ## Data Generation Pipeline
195
+
196
+ ```
197
+ Grasshopper / Rhinoceros 3D
198
+ └── Parametric frame geometry (uniform random sampling)
199
+ └── Karamba3D 3.1 FEM solver
200
+ └── 10 ULS load case combinations (EN 1990 Annex A1)
201
+ └── EC3 EN 1993-1-1:2005 cross-section + stability checks
202
+ └── BeamView utilization component (max across all LCs)
203
+ └── BeamDisplacements component (midspan deflection)
204
+ └── GHPython 3 extractor (CPython 3.9, Rhino 8)
205
+ └── frames.jsonl
206
+ └── elements.jsonl
207
+ ```
208
+
209
+ **Solver:** Karamba3D 3.1 (Clemens Preisinger, TU Vienna / Bollinger+Grohmann)
210
+ **Design code:** EC3 EN 1993-1-1:2005 with EN 1990 load combinations
211
+ **Platform:** Rhinoceros 8 / Grasshopper, Windows
212
+
213
+ ---
214
+
215
+ ## Known Limitations
216
+
217
+ - Column profiles limited to **HEB only** — HEA, UC, HD sections not included
218
+ - Rafter profiles limited to **IPE only** — welded, cellular, and tapered sections not included
219
+ - **Wind pressure only** — wind suction (uplift) load cases are not included; wind uplift on roof can govern rafter design in practice and is absent from this dataset
220
+ - 2D single-span frames only — no multi-bay, crane gantry, mezzanine, or 3D effects
221
+ - Connections not modelled — fully rigid frame assumption throughout
222
+ - No second-order (P-Δ) effects — first-order linear elastic analysis only
223
+ - SLS deflection limits are recorded but **not used** for section selection; some compliant frames may still exceed SLS limits in practice
224
+ - `roof_mid_vert_defl_mm` is worst-case across all 10 ULS load combinations — not the SLS characteristic combination (approximately 30% conservative)
225
+ - 5 missing run_ids in SF-00001–SF-01000 sequence due to solver failures during batch generation
226
+
227
+ ---
228
+
229
+ ## Intended Use Cases
230
+
231
+ - Training ML regression models to predict `util_max`, `frame_weight_kg`,
232
+ `roof_mid_vert_defl_mm` from geometric and load input parameters
233
+ - Training classification models to predict `is_ec3_compliant`
234
+ - Surrogate modelling for structural optimisation loops
235
+ - Benchmarking graph neural networks on 2D frame topology
236
+ - Research in AI-assisted structural design and automated EC3 checking
237
+ - Education — demonstrating EC3 design parameter sensitivity
238
+
239
+ ---
240
+
241
+ ## License
242
+
243
+ **CC BY-NC 4.0** — free for research and non-commercial use with attribution.
244
+ For commercial licensing enquiries contact the author.
245
+
246
+ ---
247
+
248
+ ## Citation
249
+
250
+ ```bibtex
251
+ @dataset{neiburgs_ec3_steel_frames_2025,
252
+ title = {EC3 Steel Portal Frame Structural Analysis Dataset},
253
+ author = {Neiburgs, Arturs},
254
+ year = {2025},
255
+ publisher = {KOPAA},
256
+ url = {https://huggingface.co/datasets/kopaaParametric/ec3-steel-portal-frames},
257
+ license = {CC BY-NC 4.0},
258
+ note = {Generated with Karamba3D 3.1 / Grasshopper / Rhinoceros 8.
259
+ 995 frames, 3450 elements, EC3 EN 1993-1-1:2005.}
260
+ }
261
+ ```
262
+
263
+ ---
264
+
265
+ ## Contact
266
+
267
+ **Arturs Neiburgs**
268
+ KOPAA
269
+ ✉ arturs.neiburgs@kopaa.io
270
+ 🔗 [LinkedIn](https://www.linkedin.com/in/arturs-neiburgs-75351996/)
elements.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
frames.jsonl ADDED
The diff for this file is too large to render. See raw diff