onix.utils.plot_xs_dens_flux

onix.utils.plot_xs_dens_flux(bucell, xs_nuclide, xs_name, dens_nuclide, xs_path, dens_path)[source]

Plots the evolution of a cross section, a nuclide density and the neutron flux in a specified BUCell in three subplots witht the same y-axis in days. This plot can be useful to understand the dynamic between the neutron flux and the absorption rates of certain nuclides.

Parameters
  • bucell (str) – Name of the BUCell

  • xs_nuclide (str) – Name of the nuclide for which the cross section should be plotted

  • xs_name (str) – Name of the cross section to plot

  • dens_nuclide (str) – Name of the nuclide for which the density should be plotted

  • xs_path (str) – Path to the simulation’s directory from which the cross section data should be extracted

  • dens_path (str) – Path to the simulation’s directory from which the nuclides density data should be extracted. The neutron flux will be taken from the same simulation.