Steve Lilley
Steve Lilley
if a user accidentally defines a mesh such as `mesh = openmc.RegularMesh() mesh.dimension = [50, 50, 1] mesh.lower_left = [-180, -455, 120] mesh.upper_right = [180, 455, 120] mesh_filter = openmc.MeshFilter(mesh)`...
Fluka appears to have a limit on the number of terms enclosed by parenthesis. Converting a large MCNP cell can lead to geometry that looks okay in flair but gives...
MCNP format for either imp on cells or imp card includes comma separated particle identifiers, this is not currently handled by csg2csg I should be able to sort this one...