Hello everyone,
Are there any plans to implement involute shapes or parametric shapes in general? I’d love to contribute to this myself, but since I’m just starting to learn OpenMC, I would definitely need some help and guidance.
Thank you!
Hello everyone,
Are there any plans to implement involute shapes or parametric shapes in general? I’d love to contribute to this myself, but since I’m just starting to learn OpenMC, I would definitely need some help and guidance.
Thank you!
I assume you’ve seen this presentation already?
It should not be terribly difficult to implement a new surface. You need to write a new C++ class that inherits from Surface
, add some logic to parse it from XML in read_surfaces
in surface.cpp
, and add the Python boilerplate to export to/from XML. Let me know if you need any help!