kks32 commited on
Commit
49c9325
·
verified ·
1 Parent(s): 8dfd548

Add project descriptioin

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ ---
4
+
5
+ This dataset corresponds to a tutorial to learn how to use MeshNet, a model for simulating fluid flows.
6
+ The MeshNet model is publicly available as open source in Github "Graph Network Simulator (GNS) and MeshNet" (See Referenced Data and Software).
7
+ GNS is a generalizable, efficient, and accurate machine learning (ML)-based surrogate simulator that uses Graph Neural Networks (GNNs).
8
+ GNS is a viable surrogate for numerical methods such as Material Point Method, Smooth Particle Hydrodynamics and Computational Fluid dynamics and can be extended to simulate natural hazards.
9
+ GNS can handle complex boundary conditions and multi-material interactions. GNS exploits distributed data parallelism to achieve fast multi-GPU training.
10
+ The dataset in this publication includes training/testing/validating partitions to make GNS learn and simulate fluid flow through a cylinder obstacle.
11
+ It was created using Computational Fluid Dynamics originally from DeepMind. A link to the dataset is available in Related Data and Software and a contextual paper about the MeshNet is available in Related Works.
12
+ The data was transformed to `.npz` format for compatibility with the Pytroch-based multi-GPU parallel version of GNS code.
13
+ Detailed instructions on how to use this data are published along with this version of the dataset and also located as a `README.md` file in the GitHub repository.
14
+ The documentation lives with the model because instructions may change as the model is versioned in the GitHub repository.
15
+ [https://github.com/geoelements/gns](https://github.com/geoelements/gns)
16
+ The main function of this dataset is for purposes of training new users.
17
+ Once users know how to run the model they can use other kinds of datasets to train and simulate different natural hazards.