pyMAISE.datasets.load_MITR

pyMAISE.datasets.load_MITR()[source]

Load MIT reactor data. There are six inputs: control blade height \([cm]\) (labeled as CB#), and 22 outputs (labeled as A-#, B-#, or C-#), fuel element power \([W]\). This data comes from [RDS+23] and was constructed through the perturbation of the control blade heights and the reactor simulation in MCNP to determine the expected power in each element. This data set includes 1000 samples.

Returns:

  • data (xarray.DataArray) – Raw MIT reactor data.

  • inputs (xarray.DataArray) – Control blade heights.

  • outputs (xarray.DataArray) – Fuel element power.