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
Solution given by InterfaceKinetics::solvePsudeoSteadyStateProblem should at least satisfy the constraint sum(coverages) = 1. Ideally, matching the output of InterfaceKinetics::advanceCoverages.
Actual Behavior
It appears to find a multiple of the steady-state solution that does not satisfy the constraint.
Steps to reproduce
Download the SiF4_NH3_mec.cti model from the 1D PFR notebook
ischoegl
changed the title
InterfaceKinetics::solvePsudeoSteadyStateProblem does not enforce coverage constraints
InterfaceKinetics::solvePseudoSteadyStateProblem does not enforce coverage constraints
Apr 30, 2022
Cantera version
Dev
Operating System
Ubuntu
Python/MATLAB version
3.6
Expected Behavior
Solution given by InterfaceKinetics::solvePsudeoSteadyStateProblem should at least satisfy the constraint sum(coverages) = 1. Ideally, matching the output of InterfaceKinetics::advanceCoverages.
Actual Behavior
It appears to find a multiple of the steady-state solution that does not satisfy the constraint.
Steps to reproduce
Download the SiF4_NH3_mec.cti model from the 1D PFR notebook
Save the following as test.cpp
Compile, e.g.,
g++ -std=c++11 test.cpp -lcantera -I$CONDA_PREFIX/include -L$CONDA_PREFIX/lib -lpthread
Obtain the following output:
It appears that all the various solution methods either fail, or find the same (incorrect) answer at least.
The text was updated successfully, but these errors were encountered: