Go to the source code of this file.
Functions | |
TEST_F (LeadLithiumFluidPropertiesTest, fluidName) | |
Test that the fluid name is correctly returned. More... | |
TEST_F (LeadLithiumFluidPropertiesTest, molarMass) | |
Test that the molar mass is correctly returned. More... | |
TEST_F (LeadLithiumFluidPropertiesTest, properties) | |
Verify calculation of the LeadLithium fluid properties. More... | |
TEST_F (LeadLithiumFluidPropertiesTest, derivatives) | |
Verify the calculation of the derivatives of LeadLithium properties by comparing with finite differences. More... | |
TEST_F | ( | LeadLithiumFluidPropertiesTest | , |
fluidName | |||
) |
Test that the fluid name is correctly returned.
Definition at line 16 of file LeadLithiumFluidPropertiesTest.C.
TEST_F | ( | LeadLithiumFluidPropertiesTest | , |
molarMass | |||
) |
Test that the molar mass is correctly returned.
Definition at line 21 of file LeadLithiumFluidPropertiesTest.C.
TEST_F | ( | LeadLithiumFluidPropertiesTest | , |
properties | |||
) |
Verify calculation of the LeadLithium fluid properties.
The expected reference values are computed from:
rho(T) = 10520.35 - 1.19051*T h(T) = 195*(T - 508) - 0.5*9.116e-3*(T^2 - 508^2) (T_mo = 508 K) e = h - p/rho k(T) = 9.144 + 0.019631*T E(T) = (44.73077 - 0.02634615*T + 5.76923e-6*T^2)*1e9 c(T) = 1959.63 - 0.306*T cp(T) = 195 - 9.116e-3*T cv(T) = cp/(1 + alpha^2*E*T/(rho*cp)), alpha = 1.19051/(10520.35 - 1.19051*T) mu(T) = 1.87e-4 * exp(11640/(R*T))
The test uses three pressure/temperature pairs.
Definition at line 44 of file LeadLithiumFluidPropertiesTest.C.
TEST_F | ( | LeadLithiumFluidPropertiesTest | , |
derivatives | |||
) |
Verify the calculation of the derivatives of LeadLithium properties by comparing with finite differences.
Note: The test temperature is chosen above the melting point (e.g., 600 K) to ensure that the correlations are evaluated in the valid liquid range.
Definition at line 138 of file LeadLithiumFluidPropertiesTest.C.