mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Updating notebook to reflect changes thus far
This commit is contained in:
parent
29f6212611
commit
18fc97fc9a
2 changed files with 72 additions and 71 deletions
File diff suppressed because one or more lines are too long
|
|
@ -872,8 +872,8 @@ class Library(object):
|
|||
nuclide=[nuclide])
|
||||
# If multiplicity matrix is available, prefer that
|
||||
if 'multiplicity matrix' in self.mgxs_types:
|
||||
mult_mgxs = self.get_mgxs(domain, 'multiplicity matrix')
|
||||
xsdata.set_multiplicity_mgxs(mult_mgxs, xs_type=xs_type,
|
||||
mymgxs = self.get_mgxs(domain, 'multiplicity matrix')
|
||||
xsdata.set_multiplicity_mgxs(mymgxs, xs_type=xs_type,
|
||||
nuclide=[nuclide])
|
||||
using_multiplicity = True
|
||||
# multiplicity wil fall back to using scatter and nu-scatter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue