armi.matProps.interpolationFunctions module
Some basic interpolation routines.
- armi.matProps.interpolationFunctions.findIndex(val: float, x: list) int[source]
Find the location of the provided value in the provided collection.
- armi.matProps.interpolationFunctions.linearLinear(Tc: float, x: list, y: list) float[source]
Find the approximate value on a XY table assuming a linear-linear curve.