Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 548 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 548 Bytes

JAX-CFD

Machine Learning-accelerated Computational Fluid Dynamics (CFD)

Datasets

The training data and evaluation data are in /global/cfs/cdirs/m3898/zhiqings/cfd/content

The trained models are in /global/cfs/cdirs/m3898/zhiqings/cfd/models

Installation

conda env create -f cfd.yml
conda activate cfd
git clone https://github.com/google/jax-cfd.git
cd jax-cfd
pip install -e ".[complete]"

Run

All the scripts for reproduction are in scripts directory. For visualization, check plot_fig*.py files in the main directory.