Datasets:
Modalities:
Image
Formats:
imagefolder
Size:
< 1K
ArXiv:
Tags:
physics
radiation-transport
scientific-machine-learning
surrogate-modeling
nuclear engineering
physicsnemo
License:
readme: add example surrogate-modeling results figures
Browse files- .gitattributes +2 -0
- README.md +16 -0
- docs/images/transolver_hohlraum.png +3 -0
- docs/images/transolver_lattice.png +3 -0
.gitattributes
CHANGED
|
@@ -18,3 +18,5 @@
|
|
| 18 |
*.png binary
|
| 19 |
*.jpg binary
|
| 20 |
*.jpeg binary
|
|
|
|
|
|
|
|
|
| 18 |
*.png binary
|
| 19 |
*.jpg binary
|
| 20 |
*.jpeg binary
|
| 21 |
+
docs/images/transolver_hohlraum.png filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
docs/images/transolver_lattice.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -99,6 +99,22 @@ After extraction you'll have `mesh/lattice/<name>.pmsh/` and
|
|
| 99 |
`mesh/hohlraum/<name>.pmsh/` directories, each loadable with PhysicsNeMo's
|
| 100 |
`Mesh` API alongside the matching `<name>.attrs.json` sidecar.
|
| 101 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
## Dataset Owner(s):
|
| 103 |
NVIDIA Corporation
|
| 104 |
|
|
|
|
| 99 |
`mesh/hohlraum/<name>.pmsh/` directories, each loadable with PhysicsNeMo's
|
| 100 |
`Mesh` API alongside the matching `<name>.attrs.json` sidecar.
|
| 101 |
|
| 102 |
+
## Example surrogate-modeling results
|
| 103 |
+
|
| 104 |
+
The figures below are produced by the
|
| 105 |
+
[PhysicsNeMo radiation-transport example](https://github.com/NVIDIA/physicsnemo/tree/main/examples/nuclear_engineering/radiation_transport)
|
| 106 |
+
on one held-out test sample per benchmark. Each panel shows the
|
| 107 |
+
ground-truth final-time scalar flux, the Transolver prediction, and the
|
| 108 |
+
absolute error, sharing the same color scale within a row.
|
| 109 |
+
|
| 110 |
+

|
| 111 |
+
|
| 112 |
+

|
| 113 |
+
|
| 114 |
+
See the example's `README.md` for the training recipe, inference
|
| 115 |
+
commands, and the QoI / per-region metrics that accompany these
|
| 116 |
+
predictions.
|
| 117 |
+
|
| 118 |
## Dataset Owner(s):
|
| 119 |
NVIDIA Corporation
|
| 120 |
|
docs/images/transolver_hohlraum.png
ADDED
|
Git LFS Details
|
docs/images/transolver_lattice.png
ADDED
|
Git LFS Details
|