openmc.CellbornFilter

class openmc.CellbornFilter(bins)[source]

Bins tally events based on which Cell the neutron was born in.

Parameters:

bins (openmc.Cell, Integral, or iterable thereof) – The birth Cells to tally. Either openmc.Cell objects or their Integral ID numbers can be used.

Variables:
  • bins (Iterable of Integral) – openmc.Cell IDs.
  • num_bins (Integral) – The number of filter bins
  • stride (Integral) – The number of filter, nuclide and score bins within each of this filter’s bins.