Replies: 2 comments
-
You need to use:
Anything you would normally put in the atomdb cfg-string parameter, you can put in the quick factory "name" part, but with underscores (the For reference valid atomdb lines are described in: https://github.com/mctools/ncrystal/wiki/NCMAT-format#the-atomdb-section |
Beta Was this translation helpful? Give feedback.
0 replies
-
Perfect. OpenMC can provide the atomic mass of the isotope and its free atom XS, which can be extracted from the 0K data. This allows to add the extra nuclides in the incoherent approximation (either as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to add new nuclides to with custom atomdb data, but I cannot find a proper solution. This is a workaround to add impurities or other minor isotopes, related to #177
For instance, let's say I want to add He8. If I try:
NC.load('freegas::He/He_is_He8/1perAa3;atomdb=He8:8u:0fm:1b:0b')
then I get
NCBadInput: Invalid AtomDB specification (component "He8" is not a known element, isotope, or mixture)
. My understanding then is the atomdb data should be inside the cfg string for the factory, but I cannot find the proper syntax.Beta Was this translation helpful? Give feedback.
All reactions