armi.physics.fuelCycle.fuelHandlerFactory module¶
factory for the FuelHandler
- armi.physics.fuelCycle.fuelHandlerFactory.fuelHandlerFactory(operator)[source]¶
Return an instantiated FuelHandler object based on user settings.
The FuelHandler is expected to be a short-lived object that only lives for the cycle upon which it acts. At the next cycle, this factory will be called again to instantiate a new FuelHandler.