terrapower / armicontrib-openmc

ARMI plugin for building and running OpenMC models
Apache License 2.0
6 stars 3 forks source link

Move geometry transformations #8

Open AidanMcDonald opened 7 months ago

AidanMcDonald commented 7 months ago

Geometry transformations are currently handled inside OpenMCWriter. armi.GlobalFluxExecuter has _performGeometryTransformations() and _undoGeometryTransformations() that will be a better way to do this.