Skip to content

pn51/MGN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeshGraphNets

This code base contains PyTorch implementations of graph neural networks for CFD simulation surrogate development. The plan is to apply this code to predict volume fraction fields associated with CFD simulations of a representative column model (Fu et al., 2020) for solvent-based carbon capture within the CCSI2 project.

Pfaff et al., 2021. "Learning Mesh-Based Simulation with Graph Networks." International Conference on Learning Representations (ICLR) (2021)

Fu et al., 2020. "Investigation of Countercurrent Flow Profile and Liquid Holdup in Random Packed Column with Local CFD Data." Chemical Engineering Science 221 (2020)

Authors

- Phan Nguyen
- Brian Bartoldson
- Sam Nguyen
- Jose Cadena
- Rui Wang
- David Widemann
- Brenda Ng

Requirements

- matplotlib 
- networkx 
- numpy 
- pandas 
- scipy 
- PyTorch 
- PyTorch Geometric 
- PyTorch Scatter 
- tqdm

Sample usage

cd training_scripts
bash train_mgn_config_cylinderflow_np.sh

Release

LLNL release number: LLNL-CODE-829430

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%