Hi Kevin,
I just have some problems to understand the interaction between the
mixture fraction model and the pyrolysis model. As described in the
documentation their is only one fuel in the gas phase, therefore only
one HEAT_OF_COMBUSTION value can be used to heat up the flow through
the combustion process in the gas phase.
In the MATL lines of the pyrolysis model many different materials can
be defined, each with his own HEAT_OF_COMBUSTION. For the following
example I use some short forms:
HEAT_OF_COMBUSTION in the MATL line : HC_p1 and HC_p2 for material 1
and 2
HEAT_OF_COMBUSTION in the REAC line : HC_g
Now, assumed I'm able to adjust the pyrolysis model for two solid fuel
materials to produce a measured mass loss rate. What happens inside
the computation if HC_g = HC_p1 = 0.5 HC_p2?
Because of a radiator both materials start the pyrolysis model and
compute the mass loss rates m_p1 and m_p2. The mixture fraction model
compute a change in the mixture fraction variable Z near the material
surface and therefore the heat release in the gas phase should be m_p1
* HC_p1 and m_p2 * HC_p2. But beause of the one-fuel-fact in the gas
phase and the correction algorithm in FDS5 the computation is
m_p1 * HC_p1/HC_g * HC_g = m_p1 * HC_p1
m_p2 * HC_p2/HC_g * HC_g = m_p1 *2 *HC_p2
Therefore the object with the material 2 lost m_p1 of mass but burned
2*m_p1 in the gas phase.
Is that correct?
Have nice weekend
Matthias