You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am embarrassed to be asking this question, but can someone explain to me the difference in the two values used in the input.py file?
I see the logging statement:
Conducting simulation of reaction system 1...
At time 2.0000e-15 s, species [CH2]CCCCCCC(14) exceeded the minimum rate for moving to model core
Characteristic rate: 7.5653e-08 mol/m^3_s
[CH2]CCCCCCC(14) rate: 1.5641e-10 mol/m^3_s (0.002067)
At time 8.3886e-09 s, species CCCCCCC(C)OO exceeded the minimum rate for simulation interruption
Characteristic rate: 7.5653e-08 mol/m^3_s
CCCCCCC(C)OO rate: 9.0736e-09 mol/m^3_s (0.1199)
But only the first species gets added to the core. So what is the purpose of the toleranceInterruptSimulation?