-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simulation crashes when binding is set to rapid equilibrium #100
Comments
Handles CTRL+C, or SIGINT, in cadet-cli. Time integration is stopped and the solution (up to this point) written to file.
Update: It was found that the error is raised in the BandMatrix.cpp Line 99 , due to the presence of 0.0 values in the variable scalingFactors, thus scaling of data, BandMatrix class variable, can't be possible. |
I have a case where a simulation runs fine when the binding (Bi-Langmuir) is set to rapid equilibrium.
In release build, it never passes initialization; in debug mode, I get the following error
Interestingly, this is the same error, we get in #96. However, the error also occurs when dynamic flow rates are disabled.
Attached are corresponding files which demonstrate the issue.
is_kinetic_issue.zip
The text was updated successfully, but these errors were encountered: