armi.materials.tests.test_uZr module

Tests for simplified UZr material.

class armi.materials.tests.test_uZr.UZR_TestCase(methodName='runTest')[source]

Bases: 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.

MAT_CLASS

alias of UZr

test_isPicklable()[source]

Test that materials are picklable so we can do MPI communication of state.

test_TD()[source]

Test the material theoretical density.

test_duplicate()[source]

Test the material duplication.

test_cache()[source]

Test the material cache.

test_densityKgM3()[source]

Test the density for kg/m^3.

test_pseudoDensityKgM3()[source]

Test the pseudo density for kg/m^3.

test_density()[source]

Test that all materials produce a zero density from density.

test_propertyValidTemperature()[source]