This is a slightly modified version of the OpenMC pincell depletion example, aimed to show some recent depletion capabilities developed primarily for Molten Salt Reactor (MSR) simulations.
TransferRates
methodology allows continuous material reprocessing (removal/feed) during a depletion or coupled transport-depletion simulation.
It has been integrated into OpenMC main code from version 0.14.0 and more info can be found on the user manual.
Reactivity control is currently an openmc-dev open PR. It allows to add reactivity controls during a transport-depletion simulation with the aim of keep keff
equals to 1 as a function of some user defined parameters, such as the geometrical position of a control rod or some batchwise material addition or removal.
Redox control is another open PR that adds the capability to maintain the redox of the fuel salt constant during a depletion simulation, by continuously adding or removing a user-defined buffer nuclides vector. It makes use of the TransferRates
implementation to add a further term to the Bateman equation.
For example, UF4 frees 4 atoms of fluorine every time a fission event occurs, which will then bind with fission products with lower oxidation states than uranium, giving rise to an excess of free fluorine atoms and thus increasing the redox potential of the salt. On the other hand, neutron capture reactions, will likely increase the oxidation state of the transmuting nuclide, thus creating a deficiency of fluorine atoms and reducing the redox potential of the salt.
Assuming the oxidation states of the nuclides present in the salt are known, the redox can be computed multiplying the number of atoms
The added term for a generic buffer nuclide can be expressed mathematically as:
where
In this example TransferRates
methodology is demonstrated for a slightly modified version of the existing openmc pincell depletion example.
The same pincell model will be used here to show some ReactiviyControl
functionalities, where we set a geometrical parameter of the pincell to keep it critical during the transport-depletion run.
In this example, we will run the pincell with molten salt (UF4) as fuel and add a redox control to keep the redox potential constant during the transport-depletion run by adding a nuclide buffer.
Here we show how to set up TransferRates
to simulate the circulation of fuel salt from in-core to out-of-core regions and vice versa, as a function of the regions' volumes and flow rate.
The same settings of the pincell_msr_lumped cam be used to estimate the Delayed Neutron Fraction (DNF) out-of-core and in-core.