-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding DoMINO example to Modulus (#709)
--------- Co-authored-by: Kaustubh Tangsali <71059996+ktangsali@users.noreply.github.com> Co-authored-by: Kaustubh <ktangsali@nvidia.com>
- Loading branch information
1 parent
bedf90b
commit 9e96ddf
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# DoMINO: Decomposable Multi-scale Iterative Neural Operator for External Aerodynamics | ||
|
||
DoMINO is a local, multi-scale, point-cloud based model architecture to model large-scale | ||
physics problems such as external aerodynamics. The DoMINO model architecture takes STL | ||
geometries as input and evaluates flow quantities such as pressure and | ||
wall shear stress on the surface of the car as well as velocity fields and pressure | ||
in the volume around it. The DoMINO architecture is designed to be a fast, accurate | ||
and scalable surrogate model for large-scale simulations. | ||
|
||
The DoMINO model architecture is used to support the Real Time Wind Tunnel OV Blueprint | ||
demo presented at Supercomputing' 24. | ||
|
||
![Results from DoMINO for RTWT SC demo](../../../../docs/img/domino_result_rtwt.jpg) | ||
|
||
More details on the model architecture and reference pipeline will be released soon. |