You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`openmc2dolfinx` is a lightweight tool for converting [OpenMC](https://github.com/openmc-dev/openmc) output data (in `.vtk` format) into [dolfinx](https://github.com/FEniCS/dolfinx)-compatible `fem.Function` objects.
8
+
It is primarily designed to facilitate multiphysics coupling between OpenMC and finite element simulations (e.g. thermal, diffusion, or tritium transport analyses).
9
+
10
+
## Key features
11
+
12
+
- Convert structured and unstructured VTK meshes to dolfinx meshes.
13
+
- Interpolate OpenMC tally results directly into dolfinx Function spaces.
14
+
- Integrated with PyVista for mesh and data inspection.
0 commit comments