The gas thermal conductivity calculation in cal_k_g.f

In the MFIX, when we decide the properties of fluid, and need to simulate the heat transfer between fluid and solid, the thermal conductivity of fluid is important, we all know that the conductivity varies from the composition of fluid and temperature. So except giving the right value of the conductivity, in MIFX we can also choose (Temperature depended), However, it calculated based on the property of air. And I wonder know when we simulate the strong endothermic or exothermic reaction, will the calculation of none-reactive gas thermal conductivity influence the reaction result?


calc_k_g

If you need something other than constant or dilute (air) approximation, you can set thermal conductivity to UDF and supply your own function USR_PROP_Kg in the file usr_properties.f (Note that the tooltip says usr_prop.f but I believe this is an error)