Skip to content

Commit f1631fa

Browse files
committed
Add surface site names in example chemkin files.
Because Cantera 3.1 requires this, and at least temporarily we require Cantera v 3.1, we'll add it to our testing and example files.
1 parent f610cb5 commit f1631fa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

rmgpy/tools/data/diffmodels/surf_model/chem_surface1.inp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SITE SDEN/2.9430E-09/ ! mol/cm^2
1+
SITE/SURF0/ SDEN/2.9430E-09/ ! mol/cm^2
22
X(1) ! X(1)
33
H*(10) ! H*(10)
44
O*(11) ! O*(11)

rmgpy/tools/data/diffmodels/surf_model/chem_surface2.inp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SITE SDEN/2.9430E-09/ ! mol/cm^2
1+
SITE/SURF0/ SDEN/2.9430E-09/ ! mol/cm^2
22
X(1) ! X(1)
33
H*(10) ! H*(10)
44
O*(11) ! O*(11)

test/rmgpy/test_data/chemkin/chemkin_py/surface/chem-surface.inp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ELEMENTS
66
X /195.083/
77
END
88

9-
SITE SDEN/2.4830E-09/ ! mol/cm^2
9+
SITE/SURF0/ SDEN/2.4830E-09/ ! mol/cm^2
1010
X
1111
HX
1212
OX

0 commit comments

Comments
 (0)