rvalerio commited on
Commit
63f628e
1 Parent(s): ee806c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -1
README.md CHANGED
@@ -58,6 +58,54 @@ Here’s a breakdown of the files included in each simulation:
58
  - **streamlines_mesh.ply**: PLY file with the streamlines.
59
  - **metadata.json**: JSON with metadata about the input parameters and about some output results such as the force coefficients (obtained via simulation) and the path of the output files.
60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
 
62
  ## Downloading the Dataset:
63
 
@@ -120,7 +168,7 @@ The resulting set of meshes still have little defects, such as presence of "spik
120
 
121
  If you detect any clearly problematic mesh, please let us know so we can correct that issue for the next version of the Windtunnel-20k dataset.
122
 
123
- Note: the code used to generate the meshes and postprocess them is available on github: [https://github.com/inductiva/datasets-generation](https://github.com/inductiva/datasets-generation):
124
 
125
 
126
  ## What's next?
 
58
  - **streamlines_mesh.ply**: PLY file with the streamlines.
59
  - **metadata.json**: JSON with metadata about the input parameters and about some output results such as the force coefficients (obtained via simulation) and the path of the output files.
60
 
61
+ <details>
62
+ <summary> <b>Examples:</b></summary>
63
+
64
+ input_mesh.obj
65
+ <p align="center">
66
+ <img src="https://huggingface.co/datasets/inductiva/windtunnel/resolve/main/assets/input_mesh.png", width="500px">
67
+ </p>
68
+
69
+ openfoam_mesh.obj
70
+ <p align="center">
71
+ <img src="https://huggingface.co/datasets/inductiva/windtunnel/resolve/main/assets/openfoam_mesh.png", width="500px">
72
+ </p>
73
+
74
+ pressure_field_mesh.vtk
75
+ <p align="center">
76
+ <img src="https://huggingface.co/datasets/inductiva/windtunnel/resolve/main/assets/pressure_field_mesh.png", width="500px">
77
+ </p>
78
+
79
+ streamlines_mesh.ply
80
+ <p align="center">
81
+ <img src="https://huggingface.co/datasets/inductiva/windtunnel/resolve/main/assets/streamlines_mesh.png", width="500px">
82
+ </p>
83
+
84
+
85
+ metadata.json
86
+ ```json
87
+ {
88
+ "id": "1w63au1gpxgyn9kun5q9r7eqa",
89
+ "object_file": "object_24.obj",
90
+ "wind_speed": 35,
91
+ "rotate_angle": 332,
92
+ "num_iterations": 300,
93
+ "resolution": 5,
94
+ "drag_coefficient": 0.8322182,
95
+ "moment_coefficient": 0.3425206,
96
+ "lift_coefficient": 0.1824983,
97
+ "front_lift_coefficient": 0.4337698,
98
+ "rear_lift_coefficient": -0.2512715,
99
+ "input_mesh_path": "data/train/1w63au1gpxgyn9kun5q9r7eqa/input_mesh.obj",
100
+ "openfoam_mesh_path": "data/train/1w63au1gpxgyn9kun5q9r7eqa/openfoam_mesh.obj",
101
+ "pressure_field_mesh_path": "data/train/1w63au1gpxgyn9kun5q9r7eqa/pressure_field_mesh.vtk",
102
+ "streamlines_mesh_path": "data/train/1w63au1gpxgyn9kun5q9r7eqa/streamlines_mesh.ply"
103
+ }
104
+ ```
105
+
106
+ </details>
107
+
108
+
109
 
110
  ## Downloading the Dataset:
111
 
 
168
 
169
  If you detect any clearly problematic mesh, please let us know so we can correct that issue for the next version of the Windtunnel-20k dataset.
170
 
171
+ Note: the code used to generate the meshes and postprocess them is available on github: [https://github.com/inductiva/datasets-generation](https://github.com/inductiva/datasets-generation)
172
 
173
 
174
  ## What's next?