mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Set OpenMCOperator materials to the model materials when diff_burnable_mats = True (#2877)
This commit is contained in:
parent
3e16c038fe
commit
b1b8a4c328
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ class OpenMCOperator(TransportOperator):
|
|||
|
||||
if diff_burnable_mats:
|
||||
self._differentiate_burnable_mats()
|
||||
self.materials = self.model.materials
|
||||
|
||||
# Determine which nuclides have cross section data
|
||||
# This nuclides variables contains every nuclides
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue