armi.physics.neutronics.fissionProductModel.tests.test_fissionProductModel module¶
Test the fission product module to ensure all FP are available.
- class armi.physics.neutronics.fissionProductModel.tests.test_fissionProductModel.TestFissionProductModelLumpedFissionProducts(methodName='runTest')[source]¶
Bases:
unittest.case.TestCase
Tests the fission product model interface behavior when lumped fission products are enabled.
Notes
This loads the global fission products from a file stream.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- class armi.physics.neutronics.fissionProductModel.tests.test_fissionProductModel.TestFissionProductModelExplicitMC2Library(methodName='runTest')[source]¶
Bases:
unittest.case.TestCase
Tests the fission product model interface behavior when explicit fission products are enabled.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.