/*---------------------------------------------------------------------------*\
Material properties for the substructure material - include one file in each subMati directory
\*---------------------------------------------------------------------------*/

FoamFile {
  version     2.0;
  format      ascii;
  class       dictionary;
  location    "constant/subMati/FourierProperties";
  object      constantProperties;
}
// * * * * * *  Units * * * * * [kg m s K mol A cd] * * * * * * * * * * * * * //
// e.g. W: kg m^2 s^{-3} 	[1 2 -3 0 0 0 0]

/*** 		Temperature dependent material properties - TACOT_3.0 virgin table fitted ***/
/***		5 coefs - n0 + n1 T + n2 T² + n3 T³ + n4 T⁴	***/
// specific heat capacity - cp - [0 2 -2 -1 0 0 0]
cp_sub_n[0]	169.54;
cp_sub_n[1]	3.4155;
cp_sub_n[2]	-0.0024;
cp_sub_n[3]	7E-07;
cp_sub_n[4]	-8E-11;
// y = -8E-11x4 + 7E-07x3 - 0,0024x2 + 3,4155x + 169,54

// isotropic conductivity  - k - [1 1 -3 -1 0 0 0]
k_sub_n[0]	0.3716;
k_sub_n[1]	0.0002;
k_sub_n[2]	-1E-07;
k_sub_n[3]	9E-11;
k_sub_n[4]	0;
// y = 9E-11x3 - 1E-07x2 + 0,0002x + 0,3716

// density - rho - [1 -3 0 0 0 0 0]
rho_sub_n[0]	280;
rho_sub_n[1]	0;
rho_sub_n[2]	0;
rho_sub_n[3]	0;
rho_sub_n[4]	0;

// emissivity - e - [0 0 0 0 0 0 0]
e_sub_n[0]	0.8;
e_sub_n[1]	0;
e_sub_n[2]	0;
e_sub_n[3]	0;
e_sub_n[4]	0;

