armi.reactor.converters.tests.test_blockConverter module
Test block conversions.
- armi.reactor.converters.tests.test_blockConverter.buildSimpleFuelBlockNegativeArea()[source]
Return a simple block containing fuel, clad, duct, and coolant.
The block has a negative-area gap between fuel and cladding for testing.
- class armi.reactor.converters.tests.test_blockConverter.TestBlockConverter(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.
- test_dissolveIntoZeroArea()[source]
Test dissolving a component into a zero-area solvent (raises ValueError).