surface current score issue openmc 0.10

hi

i am having a problem with openmc 0.10 while tallying for surface current of a 3 sphere geometry in a fixed source run

when i do not specify any source energy distribution, the simulation runs fine by taking a default watt distribution with a=0.988 and b=2.246 as specified in user guide of the openmc, but when i specify even the same source distribution i.e. watt with a=0.988 and b=2.246 there are no results. with some troubleshooting i found out that when i specify the energy element i do not get the proper source data bank therefore no current result.

i tried default values because at first i specified my own values for a and b; i.e. 1.025 and 2.926 for a cf252 source spectrum and got zero as result, therefore i tried writing the exact same values as default (like the values taken by openmc in case of no energy element in settings file).

please see attached files and if anyone can help me where i am going wrong?

i am interested to find out the current passing through surface 3 of the geometry.

thanks

geometry.xml (615 Bytes)

materials.xml (548 Bytes)

plots.xml (376 Bytes)

settings.xml (374 Bytes)

tallies.xml (896 Bytes)

When you specify the parameters for the Watt distribution, note that they must be in units of eV and eV^-1, not MeV and MeV^-1. So, the proper constants would be 0.988e6 and 2.249e-6. For your Cf252 source, you should use 1.025e6 and 2.926e-6.

Best regards,
Paul

oh! such a silly mistake at my end. i tried with e6 since i knew that openmc now has defaults of eV but failed to do the e-6 for b.

thankyou