Data types
1. Data formats
The following table summarizes the type of data used and generated in Feel++:
Type | format(s) |
---|---|
.geo , .step |
|
HDF5+JSON, all read by GMSH |
|
HDF5, Boost serialization |
|
CFG, JSON |
|
Ensight, Ensight Gold, VTK, VTK.js, CSV |
|
JSON |
|
HDF5+JSON, Boost serialization, mongodb dump |
|
.adoc, .png, .jpeg, … |
2. Feel++ Data
2.1. Simulations
2.1.1. Input data
The inputs required to run a Feel++ simulation are :
-
the CAO or the mesh files
-
one or several cfg files
-
one or several json files
These files are given to the application by specifying :
-
each file separately
-
a directory containing each file
-
a zip file containing each file
If the data are not available locally, they can be retrieved remotely currently from Github and Girder by specifying :
-
Girder : file or folder ID
-
Github : relative path in the github repository
2.2. Pre-Processing
The mesh generation or the mesh partitioning can be expensive steps in time. We recommand to prepare these kinds of data before to run the simulation.
The mesh is built from a CAO file. The partitioning is generated from the mesh file.
The mesh (eventually the partitioning) is uploaded to the grider plateform.