openmc.CellbornFilter

class openmc.CellbornFilter(bins, filter_id=None)[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.
  • filter_id (int) – Unique identifier for the filter
Variables:
  • bins (Iterable of Integral) – openmc.Cell IDs.
  • id (int) – Unique identifier for the filter
  • num_bins (Integral) – The number of filter bins
expected_type

alias of openmc.cell.Cell