armi.reactor.converters.tests.test_blockConverter module

Test block conversions.

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_dissolveWireIntoCoolant()[source]

Test dissolving wire into coolant.

test_dissolveLinerIntoClad()[source]

Test dissolving liner into clad.

test_build_NthRing()[source]

Test building of one ring.

test_convert()[source]

Test conversion with no fuel driver.

test_convertHexWithFuelDriver()[source]

Test conversion with fuel driver.

test_convertHexWithFuelDriverOnNegativeComponentAreaBlock()[source]

Tests the conversion of a control block with linked components, where a component contains a negative area due to thermal expansion.

test_convertCartesianLatticeWithFuelDriver()[source]

Test conversion with fuel driver.

class armi.reactor.converters.tests.test_blockConverter.TestToCircles(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_fromHex()[source]
test_fromRingOfRods()[source]
armi.reactor.converters.tests.test_blockConverter.buildControlBlockWithLinkedNegativeAreaComponent()[source]

Return a block that contains a bond component that resolves to a negative area once the fuel and clad thermal expansion have occurred.