// Tabulated char-material properties as a function of pressure and temperature.
// Interpolation is linear. No extrapolation is allowed.
// If out of (p,T) range, PATO will send a warning and exit.
// Add as many pressure sub-tables as needed (lines) - (but do not change the number of columns)
// NB: all data are needed: do not use zeros.
// TACOT_v3 ends at 3333K. Not extrapolated : 4000 K = 3333 K for raw data. h integrated.

// p(Pa)	T (K)		cp (J/kg/K)	h(J/kg)		ki (W/m/K)	kj (W/m/K)	kk(W/m/K)	emissivity	reflectivity
1.00E+006	2.000E+02	7.000E+02   2.000E+06	1.400E+00   1.400E+00   1.400E+00	0.80	0.8
1.00E+006	4.000E+02	8.000E+02	2.000E+06	1.400E+00   1.400E+00   1.400E+00	0.80	0.8
							
1.00E+005	2.000E+02	1.000E+03	2.000E+06	1.400E+00   1.400E+00   1.400E+00	0.80	0.8
1.00E+005	4.000E+02	1.300E+03	2.000E+06	1.400E+00   1.400E+00   1.400E+00	0.80	0.7




