However, I am encountering some errors when running these cti and xml files on a 1D simulations.
C:\Users\AlanKong-PC\Desktop\Simulation\1D Flame Calculations>diffusion_batch_test.py
Traceback (most recent call last):
File "C:\Users\AlanKong-PC\Desktop\Simulation\1D Flame Calculations\diffusion_batch_test.py", line 57, in <module>
gas = ct.Solution(vz_mech, 'JL_R')
File "cantera\base.pyx", line 26, in cantera._cantera._SolutionBase.__cinit__ (interfaces\cython\cantera\_cantera.cpp:6758)
File "cantera\base.pyx", line 75, in cantera._cantera._SolutionBase._init_cti_xml (interfaces\cython\cantera\_cantera.cpp:7365)
RuntimeError:
***********************************************************************
CanteraError thrown by Kinetics::addReaction:
Reaction orders may only be given for irreversible reactions
***********************************************************************
It seems that reaction orders can only be given for irreversible reactions. How do I go about implement it?