|
| 1 | +<!-- markdownlint-disable MD043 --> |
| 2 | +# NVIDIA Modulus Sym Examples |
| 3 | + |
| 4 | +## Introduction |
| 5 | + |
| 6 | +This repository provides sample applications demonstrating use of specific Physics-ML |
| 7 | +model architectures that are easy to train and deploy. These examples aim to show how |
| 8 | +such models can help solve real world problems. |
| 9 | + |
| 10 | +## Introductory |
| 11 | + |
| 12 | +|Use case|Model|Level|Attributes| |
| 13 | +| --- | --- | --- | --- | |
| 14 | +|Ldc| Fully Connected MLP PINN |Introductory|Steady state, Multi-GPU| |
| 15 | +|Anti_derivative| Data and Physics informed DeepONet |Introductory|Steady state, Multi-GPU| |
| 16 | +|Darcy Flow| FNO, AFNO, PINO |Introductory|Steady state, Multi-GPU| |
| 17 | +|ODE_spring_mass| Fully Connected MLP PINN |Introductory|Steady state, Multi-GPU| |
| 18 | +|Surface_pde| Fully Connected MLP PINN |Introductory|Steady state, Multi-GPU| |
| 19 | + |
| 20 | +## Turbulence |
| 21 | + |
| 22 | +|Use case|Model|Level|Attributes| |
| 23 | +| --- | --- | --- | --- | |
| 24 | +|Taylor_green| Fully Connected MLP PINN | Intermediate |Steady state, Multi-GPU| |
| 25 | +|Turbulent_channel| Fourier Feature MLP PINN |Intermediate|Steady state, Multi-GPU| |
| 26 | +|Super_resolution| Super Resolution Network, Pix2Pix |Intermediate|Steady state, Multi-GPU| |
| 27 | + |
| 28 | +## Electromagnetics |
| 29 | + |
| 30 | +|Use case|Model|Level|Attributes| |
| 31 | +| --- | --- | --- | --- | |
| 32 | +|Waveguide| Fourier Feature MLP PINN |Intermediate|Steady state, Multi-GPU| |
| 33 | + |
| 34 | +## Solid Mechanics |
| 35 | + |
| 36 | +|Use case|Model|Level|Attributes| |
| 37 | +| --- | --- | --- | --- | |
| 38 | +|Plane_displacement| Fully Connected MLP PINN, VPINN |Intermediate|Steady state, Multi-GPU| |
| 39 | + |
| 40 | +## Design Optimization |
| 41 | + |
| 42 | +|Use case|Model|Level|Attributes| |
| 43 | +| --- | --- | --- | --- | |
| 44 | +|Chip_2D| Fully Connected MLP PINN |Advanced|Steady state, Multi-GPU| |
| 45 | +|Three_fin_3D| Fully Connected MLP PINN | Advanced |Steady state, Multi-Node| |
| 46 | +|FPGA| Multiple Models (including Fourier Feature MLP PINN, SIRENS, etc.) |Advanced|Steady state, Multi-Node| |
| 47 | +|Limerock| Fourier Feature MLP PINN |Advanced|Steady state, Multi-Node| |
| 48 | + |
| 49 | +## Geophyscis |
| 50 | + |
| 51 | +|Use case|Model|Level|Attributes| |
| 52 | +| --- | --- | --- | --- | |
| 53 | +|Reservoir simulation| FNO, PINO | Advanced | Steady state, Multi-Node| |
| 54 | +|Seismic wave| Fully Connected MLP PINN |Intermediate|Steady state, Multi-Node| |
| 55 | +|Wave_equation| Fully Connected MLP PINN |Intermediate|Steady state, Multi-Node| |
| 56 | + |
| 57 | +## Healthcare |
| 58 | + |
| 59 | +|Use case|Model|Level|Attributes| |
| 60 | +| --- | --- | --- | --- | |
| 61 | +|Aneurysm| Fully Connected MLP PINN |Intermediate|Steady state, Multi-Node| |
| 62 | + |
| 63 | + |
| 64 | +## NVIDIA support |
| 65 | + |
| 66 | +In each of the example READMEs, we indicate the level of support that will be provided. |
| 67 | +Some examples are under active development/improvement and might involve rapid changes. |
| 68 | +For stable examples, please refer the tagged versions. |
| 69 | + |
| 70 | +## Feedback / Contributions |
| 71 | + |
| 72 | +We're posting these examples on GitHub to better support the community, facilitate |
| 73 | +feedback, as well as collect and implement contributions using |
| 74 | +[GitHub issues](https://github.com/NVIDIA/modulus-launch/issues) and pull requests. |
| 75 | +We welcome all contributions! |
0 commit comments