-
Notifications
You must be signed in to change notification settings - Fork 594
Description
Description
I want to score coupled IFP coefficients for multipoint/coupled kinetics, where:
IFP denominator is:
IFP time numerator is:
IFP beta numerator is:
where
such that the effective generation time is
and the effective delayed neutron fraction is
Compatibility
To do this, I need to apply CellFilter and CellBornFilter to IFP tallies.
Currently Model.add_kinetics_parameters_tallies() creates the IFP tallies without a way to attach user-provided filters. This prevents a supported workflow for computing
I will add an optional filters attribute so that a user can use:
model.add_kinetics_parameters_tallies(num_groups=6, filters=[cell_born_filter, cell_filter])
cc @aprilnovak