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

Combustion of benzene #19

Closed
andreasdh opened this issue Oct 8, 2021 · 0 comments
Closed

Combustion of benzene #19

andreasdh opened this issue Oct 8, 2021 · 0 comments
Assignees

Comments

@andreasdh
Copy link

Balancing the combustion (both incomplete and complete) of benzene seems to miss one oxygen on the left side:

from chemlib import Compound, Reaction

A = Compound("H6C6")
B = Compound("O2")


C = Compound("CO")
D = Compound("H2O")

r = Reaction([A,B], [C,D])
r.balance()
print(r)

This gives: 1H₆C₆ + 4O₂ --> 6C₁O₁ + 3H₂O₁, lacking one O-atom on the left side. The same happens when switching CO with CO₂.

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

No branches or pull requests

2 participants