armi.reactor.converters.tests.test_meshConverters module¶
unit tests of RZ Mesh Converter
- class armi.reactor.converters.tests.test_meshConverters.TestRZReactorMeshConverter(methodName='runTest')[source]¶
Bases:
unittest.case.TestCase
Loads a hex reactor and converts its mesh to RZTheta coordinates
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.