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
raceback (most recent call last):
File "/home/ajulu.c/anaconda3/envs/flame_env/bin/pymars", line 12, in <module>
sys.exit(main())
File "/home/ajulu.c/anaconda3/envs/flame_env/lib/python3.7/site-packages/pymars/__main__.py", line 10, in main
pymars(args)
File "/home/ajulu.c/anaconda3/envs/flame_env/lib/python3.7/site-packages/pymars/pymars.py", line 319, in pymars
path=args.path, num_threads=args.num_threads
File "/home/ajulu.c/anaconda3/envs/flame_env/lib/python3.7/site-packages/pymars/pymars.py", line 186, in main
threshold_upper=upper_threshold, num_threads=num_threads, path=path
File "/home/ajulu.c/anaconda3/envs/flame_env/lib/python3.7/site-packages/pymars/drgep.py", line 416, in run_drgep
num_threads=num_threads, path=path
File "/home/ajulu.c/anaconda3/envs/flame_env/lib/python3.7/site-packages/pymars/drgep.py", line 331, in reduce_drgep
num_threads=num_threads, path=path
File "/home/ajulu.c/anaconda3/envs/flame_env/lib/python3.7/site-packages/pymars/sampling.py", line 208, in sample_metrics
results.append(ignition_worker(job))
File "/home/ajulu.c/anaconda3/envs/flame_env/lib/python3.7/site-packages/pymars/sampling.py", line 85, in ignition_worker
sim.setup_case()
File "/home/ajulu.c/anaconda3/envs/flame_env/lib/python3.7/site-packages/pymars/simulation.py", line 45, in setup_case
self.gas = ct.Solution(self.model, self.phase_name)
File "interfaces/cython/cantera/base.pyx", line 29, in cantera._cantera._SolutionBase.__cinit__
File "interfaces/cython/cantera/base.pyx", line 78, in cantera._cantera._SolutionBase._init_cti_xml
cantera._cantera.CanteraError:
***********************************************************************
CanteraError thrown by ElementaryReaction::validate:
Undeclared negative pre-exponential factor found in reaction 'CH2CHO(68) + O(5) <=> CH2O(9) + CHO(22)'
***********************************************************************
The text was updated successfully, but these errors were encountered:
ajuluc
added a commit
to ajuluc/pyMARS
that referenced
this issue
Sep 12, 2019
My input cti file has this pair of reactions
When outputting cti files within pymars the 'duplicate' option is added here
pyMARS/pymars/soln2cti.py
Line 435 in 06dafae
but the 'negative_A' option is lost.
This then causes a crash like this:
The text was updated successfully, but these errors were encountered: