armi.materials.tests.test_air module

Unit tests for air materials.

class armi.materials.tests.test_air.Test_Air(methodName='runTest')[source]

Bases: TestCase

unit tests for air materials.

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_pseudoDensity()[source]

Reproduce verification results at 300K from Incropera, Frank P., et al. Fundamentals of heat and mass transfer. Vol. 5. New York: Wiley, 2002.

test_heatCapacity()[source]

Reproduce verification results at 300K from Incropera, Frank P., et al. Fundamentals of heat and mass transfer. Vol. 5. New York: Wiley, 2002.

test_thermalConductivity()[source]

Reproduce verification results at 300K from Incropera, Frank P., et al. Fundamentals of heat and mass transfer. Vol. 5. New York: Wiley, 2002.

test_massFrac()[source]

Reproduce the number ratios results to PNNL-15870 Rev 1.

test_validRanges()[source]