mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 20:15:26 -04:00
moved nu and prompt attributes to only the MGXS children who need them and added deepcopy capabilities for the nu/prompt data.
This commit is contained in:
parent
58517587aa
commit
6ce91c2b96
2 changed files with 84 additions and 31 deletions
|
|
@ -386,7 +386,7 @@
|
|||
"\n",
|
||||
"In this case, let's create the multi-group chi-prompt, chi-delayed, and prompt-nu-fission cross sections with our 100-energy-group structure and multi-group delayed-nu-fission and beta cross sections with our 100-energy-group and 6-delayed-group structures. \n",
|
||||
"\n",
|
||||
"The prompt chi and nu-fission data can actually be gathered using the `Chi` and `FissionXS` classes, respectively, but passing in a value of `True` for the optional `prompt` parameter upon initialization."
|
||||
"The prompt chi and nu-fission data can actually be gathered using the `Chi` and `FissionXS` classes, respectively, by passing in a value of `True` for the optional `prompt` parameter upon initialization."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue