Problem about generating group constants using mlotres_xs.py #204
-
Hi, everyone. I want to use OpenMC to generate group constants for Moltres using Following what Godiva said in the README.md, I wrote three OpenMC input files (with different temperatures, jixu_openmc_900 and so on) including the
Should I replace Besides that, when I run the script, there is an DiffusionCoefficient error: If I get OpenMC output files:
The The OpenMC input files for different tempratures, moltres_xs.py, README.txt and jixu_openmc.inp for moltres_xs.py are attached. Any advice or correction are appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
The DiffusionCoefficient function in OpenMC is only available in v0.12.1 and newer. As for the domain_dict, if you have more than one material, your input would look like:
No. It should be the fuel's id. See OpenMC's Material properties: https://docs.openmc.org/en/latest/pythonapi/generated/openmc.Material.html
You should not repeat 1100K. It looks good otherwise |
Beta Was this translation helpful? Give feedback.
The DiffusionCoefficient function in OpenMC is only available in v0.12.1 and newer.
As for the domain_dict, if you have more than one material, your input would look like:
No. It should be the fuel's id. See OpenMC's Material properties: https://docs.openmc.org/en/latest/pythonapi/generated/openmc.Material.html