rvalerio commited on
Commit
663923f
·
verified ·
1 Parent(s): 604bedf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -12,12 +12,12 @@ This repository contains a dataset for wind tunnel simulations, organized into t
12
 
13
  ## File Descriptions
14
 
15
- - **coeff.json**: Contains coefficient data relevant to the simulation.
16
- - **input.json**: Includes input parameters for the simulation.
17
- - **input_mesh.obj**: 3D object representation of the input mesh.
18
- - **openfoam_mesh.obj**: 3D object representation of the OpenFOAM mesh.
19
- - **pressure_field_mesh.vtk**: VTK file containing the pressure field data.
20
- - **streamlines_mesh.ply**: PLY file representing streamlines in the simulation.
21
 
22
  ## Usage
23
 
 
12
 
13
  ## File Descriptions
14
 
15
+ - **input_parameters.json**: Includes input parameters for the simulation.
16
+ - **force_coefficients.json**: Contains the force_coefficients of the simulation.
17
+ - **input_mesh.obj**: OBJ file with the input mesh.
18
+ - **openfoam_mesh.obj**: OBJ file with the OpenFOAM mesh.
19
+ - **pressure_field_mesh.vtk**: VTK file with the pressure field data.
20
+ - **streamlines_mesh.ply**: PLY file with the streamlines.
21
 
22
  ## Usage
23