onix.nax.Batch

class onix.nax.Batch(path)[source]

Batch objects store neutronics data from a coupled simulation modelling the irradiation of a fuel batch.

Parameters

path (str) – Path to a simulation’s directory

property ng_xs_seq_dict

Returns a dictionnary where keys are nuclides names and entries are one-group (n,gamma) cross sections evolution during the fuel batch exposition.

property path

Returns the path of the simulation’s directory.

property path_output

Returns the path of the simulation’s output summary directory.

read_nuclide_list_xs(nuclide_list, cell)[source]

Reads (n,gamma) and total absorption one-group cross sections evolution from coupled simulation’s output for a given list of nuclides and for a given BUCell. This data is stored in cross section dictionnaries.

Parameters

nuclide_list

property tot_xs_seq_dict

Returns a dictionnary where keys are nuclides names and entries are one-group total absorption cross sections evolution during the fuel batch exposition.