armi.physics.neutronics.fissionProductModel.tests.test_lumpedFissionProduct module
Tests for lumpedFissionProduce module.
- armi.physics.neutronics.fissionProductModel.tests.test_lumpedFissionProduct.getDummyLFPFile()[source]
- class armi.physics.neutronics.fissionProductModel.tests.test_lumpedFissionProduct.TestFissionProductDefinitionFile(methodName='runTest')[source]
Bases:
TestCase
Test of the fission product model.
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_lumpedFissionProduct.TestLumpedFissionProduct(methodName='runTest')[source]
Bases:
TestCase
Test of the lumped fission product yields.
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_lumpedFissionProduct.TestLumpedFissionProductCollection(methodName='runTest')[source]
Bases:
TestCase
Test of the fission product collection.
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_lumpedFissionProduct.TestLumpedFissionProductsFromReferenceFile(methodName='runTest')[source]
Bases:
TestCase
Tests loading from the referenceFissionProducts.dat file.
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_lumpedFissionProduct.TestLumpedFissionProductsExplicit(methodName='runTest')[source]
Bases:
TestCase
Tests loading fission products with explicit modeling.
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_lumpedFissionProduct.TestMo99LFP(methodName='runTest')[source]
Bases:
TestCase
Test of the fission product model from Mo99.
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.