Skip to content

Commit

Permalink
perhaps from nuclide
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Dec 2, 2023
1 parent de5f746 commit 4a8e80d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
)

# # constructing the operator, note we pass in the flux and micro xs
operator = openmc.deplete.IndependentOperator(
materials=#TODO find the materials in each mesh voxel and their volume fractions,
operator = openmc.deplete.IndependentOperator().from_nuclides(
materials=#TODO find the nuclides in each mesh voxel and their volume fractions,
fluxes=flux_in_each_group,
micros=micro_xs,
reduce_chain=True, # reduced to only the isotopes present in depletable materials and their possible progeny
Expand Down

0 comments on commit 4a8e80d

Please sign in to comment.