I want to include gas phase radiation in my burnerflame model. Has anyone added this heat loss term already? If so, please let me know.
At this point, if we have to add this feature, I am hoping to do this without changing the source code. I would calculate radiation heat loss with a correlation that is a function of temperature and partial pressure (some optically thing approximation, at this point a set of curve fits from Sandia CRF from 2003 looks promising). I would calculate the heat that was removed from each cell. This would be done in Python, to avoid changing any Cantera code. I would use this result to set my gas temperatures to make a final run. This may require a few iterations, since gas properties will change with the change in temperature, but I think this will converge rapidly. If I estimate my gas phase radiation within 20%, I will have achieved my goal.
Any thoughts on this?