Hi all,
I am writing here in relations to some problems that I encountered by plotting the spectrum of a typical PWR pin cell case, with the parameters taken by the VERA benchmark.
At the beginning, I wanted to plot the spectrum in the fuel, cladding and coolant by using the following filter:
cellSpectFilter=openmc.CellFilter([cFuel, cClad, cCool])
I employed the ECCO1968 energy group structure, normalized in lethargic scale. What I’ve noticed, it is that the spectrum in the fuel had a peak in the thermal regions with a shape that is not typical of a PWR spectrum.
After that, I decided to tally the spectrum only for the pin cell, by commenting, in the code, the cell filter line.
I obtained the spectrum shape that I expected, with higher values in the epithermal/fast regions. Here, the plot of the spectrum:
(zoomed)
(not zoomed)
As I see, also in this case, there is a strange behaviour since there are 3 not physical spikes in the epithermal and fast regions.
In the past, I used the same energy groups with Serpent and I never found these unphysical energy points. Here below, a spectrum that I obtained in Serpent for a PWR cell case with similar parameters:
1e-2
In addition, I observed that, in the OpenMC results, the fast part is much higher (than the Serpent results) in proportion with respect to the thermal part. Also, the enrichments is low, at 2.1 %, for which we expect a softer spectrum.
By checking the literature, the spectrum from OpenMC still looks too hard and I didn’t find these unphysical spikes.
Considering the issues presented, i.e. the strange behaviour by using the cell filters, unphysical spikes and the hard spectrum, anyone has suggestions, please?
Thanks in advance for your time.
Best regards,
Christian