armi.reactor.blueprints.tests.test_componentBlueprint module

Module for testing componentBlueprint.

class armi.reactor.blueprints.tests.test_componentBlueprint.TestComponentBlueprint(methodName='runTest')[source]

Bases: TestCase

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.

componentString = '\nblocks:\n    block: &block\n        component:\n            flags: {flags}\n            shape: Hexagon\n            material: {material} # This is being used to format a string to allow for different materials to be added\n            {isotopics} # This is being used to format a string to allow for different isotopics to be added\n            Tinput: 25.0\n            Thot: 600.0\n            ip: 0.0\n            mult: 169.0\n            op: 0.86602\nassemblies:\n    assembly: &assembly_a\n        specifier: IC\n        blocks: [*block]\n        height: [1.0]\n        axial mesh points: [1]\n        xs types: [A]\n'
test_componentInitializationIncompleteBurnChain()[source]
test_componentInitializationControlCustomIsotopics()[source]
test_autoDepletable()[source]
test_componentInitializationAmericiumCustomIsotopics()[source]
test_componentInitializationThoriumBurnCustomIsotopics()[source]
test_componentInitializationThoriumNoBurnCustomIsotopics()[source]