armi.cases.inputModifiers.tests.test_pinTypeInputModifiers module

Unit tests for input modifiers

class armi.cases.inputModifiers.tests.test_pinTypeInputModifiers.MockGeom[source]

Bases: object

geomType = 'hex'
class armi.cases.inputModifiers.tests.test_pinTypeInputModifiers.TestBlueprintModifiers(methodName='runTest')[source]

Bases: unittest.case.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_AdjustSmearDensity()[source]

Compute the smear density where clad.id is 1.0.

areaFuel=smearDensityinnerCladAreafuelOD2/4=0.5cladID2/4fuelOD=0.5

Note

the area of fuel is 0.5 * inner area of clad

test_CladThickenessByODModifier()[source]

Adjust the clad thickness by outer diameter.

cladThickness=(clad.odclad.id)/2clad.od=2cladThicnessclad.id

when clad.id = 1.0 and cladThickness = 0.12,

clad.od=20.121.0clad.od=1.24
test_CladThickenessByIDModifier()[source]

Adjust the clad thickness by inner diameter.

cladThickness=(clad.odclad.id)/2clad.id=cladod2cladThicness

when clad.id = 1.1 and cladThickness = 0.025,

clad.od=1.120.025clad.od=1.05