Skip to content

Commit 3f2fa99

Browse files
committed
forbid trioxidanyl [O]OO
Forbid this species because it decays and gives you O2 + OH <=> O2(singlet) + OH even if you have forbidden singlet O2 in your mechanism
1 parent 6bbe93a commit 3f2fa99

File tree

1 file changed

+18
-0
lines changed
  • input/kinetics/families/R_Recombination

1 file changed

+18
-0
lines changed

input/kinetics/families/R_Recombination/groups.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2782,3 +2782,21 @@
27822782
27832783
""",
27842784
)
2785+
2786+
forbidden(
2787+
label = "trioxidanyl",
2788+
group =
2789+
"""
2790+
multiplicity [2]
2791+
1 O u1 p2 c0 {2,S}
2792+
2 * O u0 p2 c0 {1,S} {3,S}
2793+
3 * O u0 p2 c0 {2,S} {4,S}
2794+
4 H u0 p0 c0 {3,S}
2795+
""",
2796+
shortDesc = u"""""",
2797+
longDesc =
2798+
u"""
2799+
Forbid this species because it decays and gives you O2 + OH <=> O2(singlet) + OH
2800+
even if you have forbidden singlet O2 in your mechanism
2801+
""",
2802+
)

0 commit comments

Comments
 (0)