Upload dataset
Browse files
README.md
CHANGED
|
@@ -38,6 +38,138 @@ dataset_info:
|
|
| 38 |
num_examples: 3
|
| 39 |
download_size: 8191127
|
| 40 |
dataset_size: 8280604
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
- config_name: snapshot
|
| 42 |
features:
|
| 43 |
- name: sample_id
|
|
@@ -89,6 +221,10 @@ configs:
|
|
| 89 |
data_files:
|
| 90 |
- split: total
|
| 91 |
path: geometry/total-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
- config_name: snapshot
|
| 93 |
data_files:
|
| 94 |
- split: total
|
|
|
|
| 38 |
num_examples: 3
|
| 39 |
download_size: 8191127
|
| 40 |
dataset_size: 8280604
|
| 41 |
+
- config_name: metadata
|
| 42 |
+
features:
|
| 43 |
+
- name: sample_id
|
| 44 |
+
dtype: int32
|
| 45 |
+
- name: valid
|
| 46 |
+
dtype: bool
|
| 47 |
+
- name: sample_name
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: sample_dir
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: geo_path
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: mesh_path
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: result_dir
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: mpi_np
|
| 58 |
+
dtype: int32
|
| 59 |
+
- name: solver_executable
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: gmsh_executable
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: solution_file_type
|
| 64 |
+
dtype: string
|
| 65 |
+
- name: n_solution_files
|
| 66 |
+
dtype: int32
|
| 67 |
+
- name: first_solution_file
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: last_solution_file
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: E
|
| 72 |
+
dtype: float64
|
| 73 |
+
- name: nu
|
| 74 |
+
dtype: float64
|
| 75 |
+
- name: lambda
|
| 76 |
+
dtype: float64
|
| 77 |
+
- name: mu
|
| 78 |
+
dtype: float64
|
| 79 |
+
- name: rho
|
| 80 |
+
dtype: float64
|
| 81 |
+
- name: c_damp
|
| 82 |
+
dtype: float64
|
| 83 |
+
- name: F0
|
| 84 |
+
dtype: float64
|
| 85 |
+
- name: traction_type
|
| 86 |
+
dtype: string
|
| 87 |
+
- name: spatial_profile
|
| 88 |
+
dtype: string
|
| 89 |
+
- name: traction_amplitude_y_nominal_uniform
|
| 90 |
+
dtype: float64
|
| 91 |
+
- name: frequency_hz
|
| 92 |
+
dtype: float64
|
| 93 |
+
- name: phase
|
| 94 |
+
dtype: float64
|
| 95 |
+
- name: load_start_time
|
| 96 |
+
dtype: float64
|
| 97 |
+
- name: load_end_time
|
| 98 |
+
dtype: float64
|
| 99 |
+
- name: load_center_x
|
| 100 |
+
dtype: float64
|
| 101 |
+
- name: load_center_y
|
| 102 |
+
dtype: float64
|
| 103 |
+
- name: load_center_z
|
| 104 |
+
dtype: float64
|
| 105 |
+
- name: load_sigma_x
|
| 106 |
+
dtype: float64
|
| 107 |
+
- name: load_sigma_y
|
| 108 |
+
dtype: float64
|
| 109 |
+
- name: load_sigma_z
|
| 110 |
+
dtype: float64
|
| 111 |
+
- name: load_center_x_rel
|
| 112 |
+
dtype: float64
|
| 113 |
+
- name: load_center_z_rel
|
| 114 |
+
dtype: float64
|
| 115 |
+
- name: load_sigma_x_rel
|
| 116 |
+
dtype: float64
|
| 117 |
+
- name: load_sigma_z_rel
|
| 118 |
+
dtype: float64
|
| 119 |
+
- name: moving_direction
|
| 120 |
+
dtype: int32
|
| 121 |
+
- name: load_velocity
|
| 122 |
+
dtype: float64
|
| 123 |
+
- name: load_velocity_rel
|
| 124 |
+
dtype: float64
|
| 125 |
+
- name: impact_time
|
| 126 |
+
dtype: float64
|
| 127 |
+
- name: impact_duration
|
| 128 |
+
dtype: float64
|
| 129 |
+
- name: L
|
| 130 |
+
dtype: float64
|
| 131 |
+
- name: H
|
| 132 |
+
dtype: float64
|
| 133 |
+
- name: B
|
| 134 |
+
dtype: float64
|
| 135 |
+
- name: A
|
| 136 |
+
dtype: float64
|
| 137 |
+
- name: I
|
| 138 |
+
dtype: float64
|
| 139 |
+
- name: nx
|
| 140 |
+
dtype: int32
|
| 141 |
+
- name: ny
|
| 142 |
+
dtype: int32
|
| 143 |
+
- name: nz
|
| 144 |
+
dtype: int32
|
| 145 |
+
- name: lc
|
| 146 |
+
dtype: float64
|
| 147 |
+
- name: dirichlet_boundary_ids
|
| 148 |
+
list: int32
|
| 149 |
+
- name: neumann_boundary_ids
|
| 150 |
+
list: int32
|
| 151 |
+
- name: dt
|
| 152 |
+
dtype: float64
|
| 153 |
+
- name: t_end
|
| 154 |
+
dtype: float64
|
| 155 |
+
- name: output_dt
|
| 156 |
+
dtype: float64
|
| 157 |
+
- name: n_nodes
|
| 158 |
+
dtype: int32
|
| 159 |
+
- name: n_cells
|
| 160 |
+
dtype: int32
|
| 161 |
+
- name: n_edges
|
| 162 |
+
dtype: int32
|
| 163 |
+
- name: n_saved_times
|
| 164 |
+
dtype: int32
|
| 165 |
+
- name: snapshot_storage_format
|
| 166 |
+
dtype: string
|
| 167 |
+
splits:
|
| 168 |
+
- name: total
|
| 169 |
+
num_bytes: 2437
|
| 170 |
+
num_examples: 3
|
| 171 |
+
download_size: 86195
|
| 172 |
+
dataset_size: 2437
|
| 173 |
- config_name: snapshot
|
| 174 |
features:
|
| 175 |
- name: sample_id
|
|
|
|
| 221 |
data_files:
|
| 222 |
- split: total
|
| 223 |
path: geometry/total-*
|
| 224 |
+
- config_name: metadata
|
| 225 |
+
data_files:
|
| 226 |
+
- split: total
|
| 227 |
+
path: metadata/total-*
|
| 228 |
- config_name: snapshot
|
| 229 |
data_files:
|
| 230 |
- split: total
|
metadata/total-00000-of-00003.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44b2d905d963688fc29ae7cafe3c496d09f4b2ffc2a9a8752b10328237690ce8
|
| 3 |
+
size 28725
|
metadata/total-00001-of-00003.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:652b9d37240ef349fc762749f4743f49164ee8e979c84f20f545caa57c182880
|
| 3 |
+
size 28748
|
metadata/total-00002-of-00003.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99d8a24497d1a7a870a9f1fbb98add553de1b4ee74d76f5cba99943e913f0b85
|
| 3 |
+
size 28722
|