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
Currently, each interval (entry in a volume input block) is assigned to a distinct zone (entry in a mat_loading input block). In this new workflow, three new features are needed in scripts/r2s/io/write_alara_geom.py:
generate a "pseudo-" interval for each cell fraction of each mesh voxel in the volumes block
assign each pseudo-interval to a zone that represents the MCNP cell in the volumes block
generate only 1 zone per MCNP cell in the mat_loading block
The text was updated successfully, but these errors were encountered:
Currently, each interval (entry in a
volume
input block) is assigned to a distinct zone (entry in amat_loading
input block). In this new workflow, three new features are needed in scripts/r2s/io/write_alara_geom.py:volumes
blockvolumes block
mat_loading
blockThe text was updated successfully, but these errors were encountered: