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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ CAD_to_OpenMC uses cadQuery and its links to OCCT
15
15
The code structure relies on a main class *Assembly*, which maintains the geometry in terms of a list of instances of the subclass Entity.
16
16
A geometry is imported from a (set of) .step files into the entity-list. This list is passed on to a mesher-class which generates a meshed geometry.
17
17
18
+
We've written a paper covering this software: [](https://joss.theoj.org/papers/fc9555a355e3d399303a371bfce633f5)
19
+
18
20
# Other options
19
21
20
22
CAD_to_OpenMC is certainly not the only package that tries to solve this problem. Other options include:
0 commit comments