10.1.2.1.4. armicontrib.dif3d.tests.test_dif3dOutputReader module¶
Test output reading.
The output files are created by a DRAGON/DIF3D run as coordinated
by the dif3ddemo.cli.makeTestFixtures
entry point.
Specifically, the 1/3-core nodal hex case is read here.
The basis for the test results is shown in Test Report.
-
class
armicontrib.dif3d.tests.test_dif3dOutputReader.
TestOutputReader
(methodName='runTest')[source]¶ Bases:
unittest.case.TestCase
Test case for output reading.
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.
-
classmethod
setUpClass
()[source]¶ Hook method for setting up class fixture before running tests in the class.
-
test_readTotalFlux
()[source]¶ Compare flux in a block to a manually extracted flux from the text output file.
Grab plenum block in ring 3, position 2, axial node 5. This is position label A3002E
-
classmethod