Using OpenMC for MGXS Creation, a question #337
-
|
Hey yall I was using OpenMC for my MGXS stuff so I can put that in Moltres and I had some questions regarding the methods to obtain certain constants. Based on the moltres_xs page (https://smpark7.github.io/moltres/getting_started/moltres_xs.html), I see that FISSE, GTRANSFXS, NSF, and REMXS all have a non direct way of obtaining them, meaning you have to manipulate the numbers out of OpenMC to get them. My first question, how would I exactly do that? My 2nd question, for NSF creation, how do I divide by the flux? I am able to get the nu-fission constants but nowhere do I see flux, which makes sense because OpenMC calculates this stuff without flow or anything, so how would I get flux or do I just use nu-fission? Thanks for any insight! Also for anyone who does OpenMC, could I ask why my decay_constant file was not outputted? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
moltres_xs.py automatically does all calculations for you. On that webpage you linked, Step 1 says
Refer to readme and openmc files in https://github.com/arfc/moltres/tree/devel/tutorial/eigenvalue/openmc and https://github.com/arfc/moltres/tree/devel/tutorial/godiva for how to set up your openmc simulations and how to postprocess your openmc output. |
Beta Was this translation helpful? Give feedback.


moltres_xs.py automatically does all calculations for you. On that webpage you linked, Step 1 says
Refer to readme and openmc files in https://github.com/arfc/moltres/tree/devel/tutorial/eigenvalue/openmc and https://github.com/arfc/moltres/tree/devel/tutorial/godiva for how to set up your openmc simulations and how to postprocess your openmc output.