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

tm_soli, 2300.0,
tm_liq, 2300.0,
tb, 2792.0, -- boiling temperature[K]
lh, 297000.0, -- latent heat[J/kg]
molar_mass, 1.0
porosity, 1.0e-10,
permeability, 1.0e-10,
beta, CONST, 0.0,
sigma, CONST, 0.86,    -- coefficient of surface tension
-- density[kg m-3]
rho_s, POLY, 3, 0.1, 5000.0, 1e-9, -0.5e-7, 1.0e-6, 10970.0,
rho_l, POLY, 4, 0.1,  200.0, 1e-6, -0.05e-3, 0.1e-2, -2.0, 9800.0,
-- viscosity[Pa s]
mu_s, ARRHENIUS, 1000.0, 2000.0, 2.0e-6, 100.0
mu_l, POLY_L, -5, -7, 0.1, 5000.0, 42.6, 2.1, 1.0
-- specific heat at constant volume[J kg-1 K-1]
specht_s, POLY_L, 2, -2, 0.1, 5000.0, 1.0, 0.2, 350.0, -0.1, 0.1
specht_l, ARRHENIUS, 0.1, 5000.0, 217.0, 1e-5
-- thermal conductivity[W m-1 K-1]
thc_s, POLY_L, 7, 5, 0.1, 5000.0, 4.25e-11, 1.0e-9, -1.5e-6
thc_l, TABLE, 11, &
        0.0, 10.0, & -- 1
      100.0, 20.0, & -- 2
      200.0, 20.0, & -- 3
      360.0, 25.0, & -- 4
      370.0,  1.0, & -- 5
      380.0, 40.0, & -- 6
      390.0, 10.0, & -- 7
      500.0, 20.0, & -- 8
      600.0, 30.0, & -- 9
     1000.0,  0.1, & -- 10
     5000.0,  0.2
-- emissivity
emi_s, CONST, 1.0,
emi_l, CONST, 1.0,
emi_g, CONST, 1.0,

