armi.materials.tests.test_water module

Unit tests for water materials.

class armi.materials.tests.test_water.Test_Water(methodName='runTest')[source]

Bases: TestCase

Unit tests for water 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_water_at_freezing()[source]

Reproduce verification results from IAPWS-IF97 for water at 0C.

http://www.iapws.org/relguide/supsat.pdf

test_water_at_boiling()[source]

Reproduce verification results from IAPWS-IF97 for water at 100C.

http://www.iapws.org/relguide/supsat.pdf

test_water_at_critcalPoint()[source]

Reproduce verification results from IAPWS-IF97 for water at 647.096K.

http://www.iapws.org/relguide/supsat.pdf

test_massFrac()[source]
test_propertyValidTemperature()[source]
test_validateNames()[source]