File size: 1,182 Bytes
b85916a 2f79cf8 b85916a 2f79cf8 |
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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
---
dataset_info:
features:
- name: initial_design
struct:
- name: angle_of_attack
dtype: float32
- name: coords
sequence:
sequence: float64
- name: optimal_design
struct:
- name: angle_of_attack
dtype: float32
- name: coords
sequence:
sequence: float64
- name: mach
dtype: float64
- name: reynolds
dtype: float64
- name: cl_target
dtype: float64
- name: area_ratio_min
dtype: float64
- name: area_initial
dtype: float64
- name: cd
dtype: float64
- name: cl
dtype: float64
- name: cl_con_violation
dtype: float64
- name: area_ratio
dtype: float64
splits:
- name: train
num_bytes: 4673504
num_examples: 748
- name: val
num_bytes: 874720
num_examples: 140
- name: test
num_bytes: 293656
num_examples: 47
download_size: 6693772
dataset_size: 5841880
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: val
path: data/val-*
- split: test
path: data/test-*
license: cc-by-nc-sa-4.0
---
This dataset is part of the EngiBench toolkit: https://github.com/IDEALLab/EngiBench. |