File size: 1,247 Bytes
c1c2158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# SIMSHIFT — Inspection Samples

This repository hosts a single representative simulation per task from
the four SIMSHIFT datasets, for reviewer inspection only. The full
datasets are hosted separately at
[simshift/SIMSHIFT_data](https://huggingface.co/datasets/simshift/SIMSHIFT_data).

These files are **not** intended for benchmarking, training, or any
quantitative evaluation. They exist solely to let reviewers verify file
format, schema, mesh structure, and output fields without downloading
the full datasets (the heatsink set in particular is ~520 GB).

## Contents

One sample file per task, in the same HDF5 format and schema as the
full datasets:

| File                | Task                  |
|---------------------|-----------------------|
| `rolling_sample.h5` | Hot Rolling           |
| `forming_sample.h5` | Sheet Metal Forming   |
| `motor_sample.h5`   | Electric Motor Design |
| `heatsink_sample.h5`| Heatsink Design       |

## How the samples were generated

Each file contains a single simulation drawn from the corresponding
full dataset.The simulation is stored exactly as
it appears in the full release, using the same HDF5 structure, field
names, and units.

## License

MIT, identical to the main SIMSHIFT release.