-- This file is used for testing temperature dependent functionality.
-- And this does not define any properties from actual material.

tm_soli, 1500.0,
tm_liq, 1500.0,
tb, 2792.0,   -- boiling temperature[K]
lh, 297000.0, -- latent heat[J/kg]
molar_mass, 55.255
porosity, 1.0e-10,
permeability, 1.0e-10,
beta, CONST, 23.0,
sigma, CONST, 0.86,  -- coefficient of surface tension
-- density[kg m-3]
rho_s, PIECEWISE, 1, &
  100.0, 500.0, CONST, 2210.0,
rho_l, PIECEWISE, 4, &
  100.0, 170.0, CONST, 2000.0, &
         180.0, POLY, 3, 1e-9, -0.5e-7, 1.0e-6, 10970.0, &
         190.0, ARRHENIUS, 10370.0, 1e-5, &
         250.0, POLY_L, 2, -2, 1.0, 0.2, 350.0, -0.1, 0.1
-- viscosity[Pa s]
mu_s, PIECEWISE, 7, &
   100.0, 170.0, CONST, 5.44e-3, &
          190.0, CONST, 5.45e-3, &
          200.0, TABLE, 2, &
                        190.0, 5.46e-3, &
                        200.0, 5.47e-3, &
          210.0, CONST, 5.47e-3, &
          220.0, CONST, 5.48e-3, &
          230.0, CONST, 5.49e-3, &
          240.0, CONST, 5.50e-3,
mu_l, CONST, 5.44e-3,
-- specific heat at constant volume[J kg-1 K-1]
specht_s, CONST, 590.0,
specht_l, CONST, 960.0,
-- thermal conductivity[W m-1 K-1]
thc_s, CONST, 35.0,
thc_l, CONST, 20.0,
-- emissivity
emi_s, CONST, 1.0,
emi_l, CONST, 1.0,
emi_g, CONST, 1.0,
-- solute diffusion coefficient
diff, CONST, 1.0e-3
