Skip to content

Commit b20b1ee

Browse files
committed
up
1 parent 657839c commit b20b1ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/src/model_creation/chemistry_related_functionality.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ It is possible to balance all the reactions of a reaction system simultaneously
144144
rs = @reaction_network begin
145145
@species C(t) O(t) H(t)
146146
@compounds begin
147-
H2(t) = 2H
148-
CH4(t) = C + 4H
149-
O2(t) = 2O
150-
CO2(t) = C + 2O
151-
H2O(t) = 2H + O
147+
H2(t) ~ 2H
148+
CH4(t) ~ C + 4H
149+
O2(t) ~ 2O
150+
CO2(t) ~ C + 2O
151+
H2O(t) ~ 2H + O
152152
end
153153
1.0, C + H2 --> CH4
154154
2.0, CH4 + O2 --> CO2 + H2O

0 commit comments

Comments
 (0)