OpenMC Wrapper Seg Fault #421
-
Hi, I have a case that I am trying to couple OpenMC to MOOSE heat conduction. I've been following the tutorials -- which have been very helpful -- but I am encountering a seg fault in the OpenMC run. This does not occur when I run OpenMC standalone; only with Cardinal. I've attached the OpenMC file of the Cardinal run. I did not include the heat conduction file as it seems to work fine, and instead initialized the temperature in the OpenMC file. Any insight into why I am receiving a seg fault would be much appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Taking a look now! Would you be able to share the Python script you used to build the OpenMC model? It's not a fix, but setting Having the Python files will let me debug this further. Thanks :) |
Beta Was this translation helpful? Give feedback.
Taking a look now! Would you be able to share the Python script you used to build the OpenMC model?
It's not a fix, but setting
initial_properties = xml
onOpenMCCellAverageProblem
will take the initial temperature from the XML files (in effect, just running a standalone OpenMC via the Cardinal executable). This eliminated your seg fault, which gives me a hint that it's something about the temperature IC in Cardinal.Having the Python files will let me debug this further. Thanks :)