armi.cases.inputModifiers.pinTypeInputModifiers module

class armi.cases.inputModifiers.pinTypeInputModifiers.SmearDensityModifier(value)[source]

Bases: armi.cases.inputModifiers.pinTypeInputModifiers._PinTypeAssemblyModifier

Adjust the smeared density to the specified value.

This is effectively how much of the space inside the cladding tube is occupied by fuel at fabrication.

Constuctor.

Parameters

independentVariable (dict or None, optional) – Name/value pairs to associate with the independent variable being modified by this object. Will be analyzed and plotted against other modifiers with the same name.

class armi.cases.inputModifiers.pinTypeInputModifiers.CladThicknessByODModifier(value)[source]

Bases: armi.cases.inputModifiers.pinTypeInputModifiers._PinTypeAssemblyModifier

Adjust the cladding thickness by adjusting the inner diameter of all cladding components.

Constuctor.

Parameters

independentVariable (dict or None, optional) – Name/value pairs to associate with the independent variable being modified by this object. Will be analyzed and plotted against other modifiers with the same name.

FAIL_IF_AFTER = (<class 'armi.cases.inputModifiers.pinTypeInputModifiers.SmearDensityModifier'>,)
class armi.cases.inputModifiers.pinTypeInputModifiers.CladThicknessByIDModifier(value)[source]

Bases: armi.cases.inputModifiers.pinTypeInputModifiers._PinTypeAssemblyModifier

Adjust the cladding thickness by adjusting the outer diameter of the cladding component.

Constuctor.

Parameters

independentVariable (dict or None, optional) – Name/value pairs to associate with the independent variable being modified by this object. Will be analyzed and plotted against other modifiers with the same name.

FAIL_IF_AFTER = (<class 'armi.cases.inputModifiers.pinTypeInputModifiers.SmearDensityModifier'>,)