LiquidMetalProps:

Path: Thermal/ThermalProperties

% Liquid metal thermal properties
 Outputs liquid metal properties.
 Type LiquidMetalProps for a dem of Lithium, Sodium and LBE (lead-bismuth).
--------------------------------------------------------------------------
   Form:
   [lambda,mu,rho,cP] = LiquidMetalProps(metal,t)
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   metal   (1,:) Metal (Na, Li or LBE)
   t       (1,:) Temperature (deg-K)

   -------
   Outputs
   -------
   lambda  (1,:) Thermal conductivity (W/m K)
   mu      (1,:) Dynamics viscosity (Pa s)
   rho     (1,:) Density (kg/m^3)
   cP      (1,:) Heat Capacity (J/kg K)

--------------------------------------------------------------------------'
 Reference: Y.Liu and P. Teng, "Numerical investigation on heat transfer
            characterization of liquid lithium metal in pipe," May 2021,
            http://just.ustc.edu.cn.
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the Thermal Module page