// Tabulated gas properties as a function of pressure and temperature. 
// Interpolation is linear. No extrapolation is allowed.
// If out of (p,B'g,T) range, PATO will send a warning and exit.
// NB: all data are needed: do not use zeros.

// p (Pa)	T (K)		M (kg/mol)	cp_g (J/kg/K)	h_g (J/kg)	mu (Pa.s)

1.000E+05	2.700E+02	2.801E-02	1.039E+03	-29250.2	1.61345e-05
1.000E+05	3.300E+02	2.801E-02	1.039E+03	 33108.3	1.61345e-05

//1.000E+06	3.000E+03	2.801E-02	1.039E+03	2.808E+06	1.61345e-05
