Hello everyone,
I am doing a study on mesh fineness through a pressure vessel and tallying flux with an unstructured mesh. I have read the discussion NOrmalizing Tally to get Flux value - #11 by paulromano but am still not sure if I am normalizing correctly.
I have a coarse mesh with 40k elements and a fine mesh with 700k elements, and I ran OpenMC on both meshes with 40k particles, 200k particles, and 1 million particles.
The output .vtk file for the coarse mesh looks like this:
And I pulled the mean flux out of Paraview as ~4e6 [neutron-cm/source].
It is nearly the same for the fine mesh, and also the same across all different particle counts.
However, when I try to normalize, that’s where I am getting almost 2 orders of magnitude difference between meshes, which makes me think I may be accounting for volume or heating incorrectly.
Using 3.5 MW thermal power P, extracting heating
score from the heating tally for H (which curiously does not change with increased particle count), and using the average tet volume V, I compute the following normalization factor:
f = P / (H * 1.602*10^-19 * V)
Where the mean coarse tet volume is ~ 15 cm3.
and the mean fine tet volume is ~ 0.9 cm3.
I end up with:
Coarse mesh flux: ~7e10 [neutron/cm2-s]
Fine mesh flux: ~1e12 [neutron/cm2-s]
Two main questions I have are:
- The heating value should change with increased particle count, yes? It does not appear to be changing with particle count for me.
- Are the power (total power from the core) and volume (volume of each tet element) accounted for correctly?
It makes sense that since the fine mesh has a volume two orders of magnitude smaller than the coarse mesh, the normalization factor which is inversely related to volume will be two orders of magnitude higher, therefore the flux will also be higher.
But intuitively, it does NOT make sense to me that a finer mesh would yield a result two orders of magnitude higher (if both are truly converged, which I believe they are, based on the different particle counts).
Can anyone weigh in on this?
Thank you all!!