armi.reactor.converters.tests.test_uniformMesh module¶
Tests for the uniform mesh geometry converter
- class armi.reactor.converters.tests.test_uniformMesh.TestAssemblyUniformMesh(methodName='runTest')[source]¶
Bases:
unittest.case.TestCaseTests individual operations of the uniform mesh converter
Uses the test reactor for detailedAxialExpansion
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.reactor.converters.tests.test_uniformMesh.TestUniformMeshComponents(methodName='runTest')[source]¶
Bases:
unittest.case.TestCaseTests individual operations of the uniform mesh converter
Only loads reactor once per suite.
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.
- armi.reactor.converters.tests.test_uniformMesh.applyNonUniformHeightDistribution(reactor)[source]¶
Modifies some assemblies to have non-uniform axial meshes
- class armi.reactor.converters.tests.test_uniformMesh.TestUniformMesh(methodName='runTest')[source]¶
Bases:
unittest.case.TestCaseTests full uniform mesh converter
Loads reactor once per test
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.reactor.converters.tests.test_uniformMesh.TestParamConversion(methodName='runTest')[source]¶
Bases:
unittest.case.TestCaseCreate 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.reactor.converters.tests.test_uniformMesh.TestUniformMeshNonUniformAssemFlags(methodName='runTest')[source]¶
Bases:
unittest.case.TestCaseTests a reactor conversion with only a subset of assemblies being defined as having a non-uniform mesh.
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.