https://mooseframework.inl.gov
Functions
SodiumPropertiesTest.C File Reference

Go to the source code of this file.

Functions

 TEST_F (SodiumPropertiesTest, testSodium)
 Verify calculation of Sodium Properties from ANL/RE-95/2 report "Thermodynamic and Transport Properties of Sodium Liquid and Vapor" from ANL Reactor Engineering Division. More...
 

Function Documentation

◆ TEST_F()

TEST_F ( SodiumPropertiesTest  ,
testSodium   
)

Verify calculation of Sodium Properties from ANL/RE-95/2 report "Thermodynamic and Transport Properties of Sodium Liquid and Vapor" from ANL Reactor Engineering Division.

Definition at line 18 of file SodiumPropertiesTest.C.

19 {
20  Real T = 500; // K
21  REL_TEST(_fp->k(T), 80.09125, 1.0E-5);
22  REL_TEST(_fp->h(T), 381886.450000, 1.0E-5);
23  REL_TEST(_fp->heatCapacity(T), 1345.578559, 1.0E-2);
24  REL_TEST(_fp->temperature(_fp->h(T)), T, 1.0E-5);
25  REL_TEST(_fp->rho(T), 896.9929544, 1E-05);
26  REL_TEST(_fp->drho_dT(T), -0.224167872, 1E-05);
27  REL_TEST(_fp->drho_dh(_fp->h(T)), -0.00016659590, 1E-2);
28 }
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real