/*---------------------------------------------------------------------------*\
Material properties for the substructure materials
\*---------------------------------------------------------------------------*/

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]	500;
cp_sub_n[1]	0;
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]	11.45;
k_sub_n[1]	0.013;
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]	8000;
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;

