/*---------------------------------------------------------------------------*\
Material properties for the substructure materials
These data comes from T. Esence Ph.D., 2017
https://www.theses.fr/2017GREAA024
\*---------------------------------------------------------------------------*/

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	***/
/***		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]	554.4;
cp_sub_n[1]	0.8841;
cp_sub_n[2]	0;
cp_sub_n[3]	0;
cp_sub_n[4]	0;

// isotropic conductivity  - k - [1 1 -3 -1 0 0 0]
k_sub_n[0]	5.5;
k_sub_n[1]	0;
k_sub_n[2]	0;
k_sub_n[3]	0;
k_sub_n[4]	0;

// density - rho - [1 -3 0 0 0 0 0]
rho_sub_n[0]	2595;
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.96;
e_sub_n[1]	0;
e_sub_n[2]	0;
e_sub_n[3]	0;
e_sub_n[4]	0;
