Hi everyone,
I am trying to model the combustion of methane in a shell boiler. I have successfully modeled the combustion using the combustor.py example initially (I thought this to be more suitable than the flame examples as I can input fuel and air separately). I have then added a re-circulation from exhaust back into flame to model the recirculation zones in the furnace (10%).
MY QUESTION is how can I add a plug flow reactor (PFR) onto the exhaust reservoir in order to model the post flame zone, where the rest of the CO is oxidised and NOx continues to be formed.
I have tried using the FlowReactor, however this cannot be used with other reactors and I have tried incorporating the PFR model in surf_pfr.py, however I cannot figure out which bits I need to include as its modeled around a catalyst surface.
Please find code attached.
Please note: I'm very new to cantera and python, and only just getting used to the way the language works.
Many thanks
Tom