Skip to content

Fast super-resolution for engineering simulations on 3D unstructured meshes

License

Notifications You must be signed in to change notification settings

cmudrc/fast-eng-super-resolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast-eng-super-resolution

Fast super-resolution for engineering simulations on 3D unstructured meshes

Introduction

This repository contains the code for the paper "Fast super-resolution analysis of low-pressure duct air flow through adaptive domain decomposition" by Wenzhuo Xu, Akibi Archer, Mike McCarrell, Scott Hesser, Noelia Grande Gutiérrez and Christopher McComb.

Quick Start

Use the following command to configure the environment:

pip install -r requirements.txt

Training and prediction on the framework can be done by running the python script in the project folder. An example using the duct geometry dataset, and neural operator (NO) is shown below:

python run_DS_3D.py --dataset=duct --model=neuralop --mode=train

After excuting the above command, the model will be trained on the duct dataset. To predict the results, run the following command:

python run_DS_3D.py --dataset=duct --model=neuralop --mode=predict

All results will be saved to the ./logs folder.

About

Fast super-resolution for engineering simulations on 3D unstructured meshes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages