Skip to content
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

Fixed processfluxes for interfaces #266

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fixed processfluxes for interfaces #266

wants to merge 1 commit into from

Conversation

ssun30
Copy link
Contributor

@ssun30 ssun30 commented Oct 22, 2024

Fixed a bug introduced in PR #203 . If an Interface has any interfacial reactions, EdgeAnalysis may fail when calculating core radical net termination rates. It was directly calling interface.phase.species but such field does not exist for Interface since it involves two domains. A quick fix would be to concatenate the species vector of each Domain before calculating the rates.

I originally intended to include this fix in the marcus_development branch, but it may affect anyone who does any interface reactions in RMG so I opened a separate PR to address the issue.

@ssun30 ssun30 self-assigned this Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant