armi.reactor.converters.tests.test_axialExpansionChanger module
Test axialExpansionChanger.
- class armi.reactor.converters.tests.test_axialExpansionChanger.AxialExpansionTestBase(methodName='runTest')[source]
Bases:
TestCase
Common methods and variables for unit tests.
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.
- Steel_Component_Lst = [<Flags.DUCT: 549755813888>, <Flags.GRID_PLATE: 1099511627776>, <Flags.HANDLING_SOCKET: 2199023255552>, <Flags.INLET_NOZZLE: 4398046511104>, <Flags.CLAD: 70368744177664>, <Flags.WIRE: 562949953421312>, <Flags.ACLP: 9007199254740992>, <Flags.GUIDE_TUBE: 288230376151711744>]
- class armi.reactor.converters.tests.test_axialExpansionChanger.Temperature(L, coldTemp=25.0, hotInletTemp=360.0, numTempGridPts=25, tempSteps=100, uniform=False)[source]
Bases:
object
Create and store temperature grid/field.
- Parameters:
L (float) – length of self.tempGrid. Should be the height of the corresponding assembly.
coldTemp (float) – component as-built temperature
hotInletTemp (float) – temperature closest to bottom of assembly. Interpreted as inlet temp at nominal operations.
numTempGridPts (integer) – the number of temperature measurement locations along the z-axis of the assembly
tempSteps (integer) – the number of temperatures to create (analogous to time steps)
- class armi.reactor.converters.tests.test_axialExpansionChanger.TestAxialExpansionHeight(methodName='runTest')[source]
Bases:
AxialExpansionTestBase
,TestCase
Verify that test assembly is expanded correctly.
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_axialExpansionChanger.TestConservation(methodName='runTest')[source]
Bases:
AxialExpansionTestBase
,TestCase
Verify that conservation is maintained in assembly-level axial expansion.
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.
- expandAssemForMassConservationTest()[source]
Do the thermal expansion and store conservation metrics of interest.
- test_ThermalExpansionContractionConservation_Simple()[source]
Thermally expand and then contract to ensure original state is recovered.
Notes
Temperature field is always isothermal and initially at 25 C.
- test_ThermalExpansionContractionConservation_Complex()[source]
Thermally expand and then contract to ensure original state is recovered.
Notes
Assemblies with liners are not supported and not considered for conservation testing.
- test_PrescribedExpansionContractionConservation()[source]
Expand all components and then contract back to original state.
Notes
uniform expansion over all components within the assembly
10 total expansion steps: 5 at +1.01 L1/L0, and 5 at -(1.01^-1) L1/L0
- class armi.reactor.converters.tests.test_axialExpansionChanger.TestManageCoreMesh(methodName='runTest')[source]
Bases:
TestCase
Verify that manage core mesh unifies the mesh for detailedAxialExpansion: False.
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_axialExpansionChanger.TestExceptions(methodName='runTest')[source]
Bases:
AxialExpansionTestBase
,TestCase
Verify exceptions are caught.
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_axialExpansionChanger.TestDetermineTargetComponent(methodName='runTest')[source]
Bases:
AxialExpansionTestBase
,TestCase
Verify determineTargetComponent method is properly updating _componentDeterminesBlockHeight.
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_determineTargetComponent()[source]
Provides coverage for searching TARGET_FLAGS_IN_PREFERRED_ORDER.
- test_determineTargetComponentBlockWithMultipleFlags()[source]
Provides coverage for searching TARGET_FLAGS_IN_PREFERRED_ORDER with multiple flags.
- test_specifyTargetComponent_NotFound()[source]
Ensure RuntimeError gets raised when no target component is found.
- test_specifyTargetComponent_singleSolid()[source]
Ensures that specifyTargetComponent is smart enough to set the only solid as the target component.
- class armi.reactor.converters.tests.test_axialExpansionChanger.TestGetSolidComponents(methodName='runTest')[source]
Bases:
TestCase
Verify that getSolidComponents returns just solid components.
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_axialExpansionChanger.TestInputHeightsConsideredHot(methodName='runTest')[source]
Bases:
TestCase
Verify thermal expansion for process loading of core.
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_coldAssemblyExpansion()[source]
Block heights are cold and should be expanded.
Notes
- Two assertions here:
total assembly height should be preserved (through use of top dummy block)
in armi.tests.detailedAxialExpansion.refSmallReactorBase.yaml, Thot > Tinput resulting in a non-zero DeltaT. Each block in the expanded case should therefore be a different height than that of the standard case.
- checkColdHeightBlockMass(bStd: HexBlock, bExp: HexBlock, flagType: Flags, nuclide: str)[source]
Checks that nuclide masses for blocks with input cold heights and “inputHeightsConsideredHot”: True are underpredicted.
Notes
If blueprints have cold blocks heights with “inputHeightsConsideredHot”: True in the inputs, then the nuclide densities are thermally expanded but the block height is not. This ultimately results in nuclide masses being underpredicted relative to the case where both nuclide densities and block heights are thermally expanded.
- armi.reactor.converters.tests.test_axialExpansionChanger.checkColdBlockHeight(bStd, bExp, assertType, strForAssertion)[source]
- class armi.reactor.converters.tests.test_axialExpansionChanger.TestLinkage(methodName='runTest')[source]
Bases:
AxialExpansionTestBase
,TestCase
Test axial linkage between components.
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.
- runTest(componentsToTest: dict, assertionBool: bool, name: str, commonArgs: Optional[tuple] = None)[source]
Runs various linkage tests.
- Parameters:
Notes
components “typeA” and “typeB” are assumed to be vertically stacked
two assertions: 1) comparing “typeB” component to “typeA”; 2) comparing “typeA” component to “typeB”
the different assertions are particularly useful for comparing two annuli
- to add Component class types to a test:
- Add dictionary entry with following:
{Component Class Type: [{<settings for component 1>}, {<settings for component 2>}]
- armi.reactor.converters.tests.test_axialExpansionChanger.buildTestAssemblyWithFakeMaterial(name: str, hot: bool = False)[source]
Create test assembly consisting of list of fake material.
- Parameters:
name (string) – determines which fake material to use
- class armi.reactor.converters.tests.test_axialExpansionChanger.FakeMat[source]
Bases:
HT9
Fake material used to verify armi.reactor.converters.axialExpansionChanger.
Notes
specifically used in TestAxialExpansionHeight to verify axialExpansionChanger produces expected heights from hand calculation
also used to verify mass and height conservation resulting from even amounts of expansion and contraction. See TestConservation.
- name = 'FakeMat'
- class armi.reactor.converters.tests.test_axialExpansionChanger.FakeMatException[source]
Bases:
HT9
Fake material used to verify TestExceptions.
Notes
the only difference between this and class Fake(HT9) above is that the thermal expansion factor is higher to ensure that a negative block height is caught in TestExceptions:test_AssemblyAxialExpansionException.
- name = 'FakeMatException'