https://mooseframework.inl.gov
SodiumPropertiesTest.C
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #include "SodiumPropertiesTest.h"
12 
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 }
TEST_F(SodiumPropertiesTest, testSodium)
Verify calculation of Sodium Properties from ANL/RE-95/2 report "Thermodynamic and Transport Properti...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real