Hello everyone,
I'm not sure if this is the right place to ask, but I'm currently stuck and would appreciate any help.
I'm trying to reproduce the constant-pressure homogeneous reactor results for a kerosene/air mixture, as shown on the CERFACS website. Specifically, I'm referring to the dataset titled "Constant Pressure reactor at 1200K - 1 atm - Phi = 1", available here:
https://www.cerfacs.fr/cantera/mechanisms/kero.php#bferI'm using the global mechanism provided on the same page. However, in my Cantera simulation, the temperature remains constant at the initial value, and no reaction seems to occur. The same code setup has worked fine with other mechanisms, so I'm unsure what's going wrong in this case.
Additionally, I noticed that the CERFACS article mentions the use of COSILAB for these calculations. Could differences between COSILAB and Cantera impact the results for this type of reactor setup?
My system: Python version 3.10; Cantera version 3.1.0
Thanks in advance for any insights or suggestions!