Skip to content

Commit 57d6fed

Browse files
committed
Fix commenting syntax in Sulfur/DMDS kinetics library so it reads correctly
1 parent 0931eb4 commit 57d6fed

File tree

3 files changed

+36
-13
lines changed

3 files changed

+36
-13
lines changed

databases/RMG_database/kinetics_libraries/Sulfur/DMDS/reactions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Reactions:
1515
C2H5SJ1 = C2H5SJ2 85.5 3.04 11.62 0 0 0
1616
C2H4 + SH = C2H5SJ2 9960.0 2.7 -0.8 0 0 0
1717

18-
SJJ + SJJ = S2 1.6E11 1.3 -0.88 0 0 0 // x4
19-
18+
// x4
19+
SJJ + SJJ = S2 1.6E11 1.3 -0.88 0 0 0

examples/PopulateReactions/input.txt

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,31 @@ PressureModel: Constant (atm) 1
2121

2222
SpeciesStatus:
2323

24-
inputspecies (mol/cm3) 1
25-
1 C 1 {2,S}
26-
2 C 0 {1,S} {3,S} {6,S}
27-
3 C 0 {2,S} {4,S}
28-
4 C 0 {3,S} {5,S}
29-
5 C 0 {4,S} {6,S}
30-
6 C 0 {2,S} {5,S} {7,S}
31-
7 C 0 {6,S} {8,D}
32-
8 C 0 {7,D}
24+
inputspecies1 (mol/cm3) 1
25+
1 C 0 {6,S}
26+
2 C 0 {6,S}
27+
3 C 0 {6,S}
28+
4 C 0 {7,S}
29+
5 C 0 {7,S}
30+
6 C 0 {1,S} {2,S} {3,S} {9,S}
31+
7 C 0 {4,S} {5,S} {8,S} {9,S}
32+
8 S 1 {7,S}
33+
9 C 0 {7,S} {6,S}
34+
35+
36+
37+
//inputspecies2 (mol/cm3) 1
38+
//1 C 0 {6,S}
39+
//2 C 0 {6,S}
40+
//3 C 0 {6,S}
41+
//4 C 0 {7,S}
42+
//5 C 0 {7,S}
43+
//6 C 0 {1,S} {2,S} {3,S} {8,S}
44+
//7 C 0 {4,S} {5,S} {8,S} {9,S}
45+
//8 S 0 {6,S} {7,S}
46+
//9 C 1 {7,S}
47+
48+
3349

3450
END
3551

@@ -50,4 +66,4 @@ END
5066
ReactionLibrary:
5167
END
5268

53-
//Verbose: off
69+
Verbose: on

examples/RMG/minimal/condition.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ InitialStatus:
2222

2323
C2H6 (mol/cm3) 1.0
2424
1 C 0 {2,S}
25-
2 C 0 {1,S}
25+
2 C 0 {1,S} {3,S} {4,S} {5,S}
26+
3 C 0 {2,S}
27+
4 C 0 {2,S}
28+
5 C 0 {2,S} {6,S}
29+
6 C 0 {5,S} {7,S} {8,S} {9,S}
30+
7 C 0 {6,S}
31+
8 C 0 {6,S}
32+
9 S 1 {6,S}
2633

2734
END
2835

0 commit comments

Comments
 (0)