You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the spatial intervals will now be generated as 1 per cell fraction (#62), the flux information needs to be generated in the same fashion and order to be consistent.
This should be a modification to scripts/r2s/io/write_alara_fluxin.py:
for each mesh voxel
query the number of cell volumes, C
write the flux for that voxel C times
The text was updated successfully, but these errors were encountered:
Since the spatial intervals will now be generated as 1 per cell fraction (#62), the flux information needs to be generated in the same fashion and order to be consistent.
This should be a modification to scripts/r2s/io/write_alara_fluxin.py:
The text was updated successfully, but these errors were encountered: