NAvapor
The procedure NAvapor provides transport properties of saturated sodium vapor.
Call NAvapor(T: mu, k)
Inputs:
T: Temperature
Outputs:
mu: viscosity
k: thermal conductivity
Note that the procedure operates in whatever unit system EES is set to. The properties are based on information found in Golden and Tokar, 1967.
Example:
$UnitSystem SI Mass kJ C kPa
T = 1200 [C]
Call NAvapor(T: mu, k)
{Solution: mu = 0.0002065 [Pa-s], k = 0.07308 [W/m-K]}