Skip to content

Commit

Permalink
Merge pull request #528 from ReactionMechanismGenerator/more_thermo
Browse files Browse the repository at this point in the history
Adding in some more thermo to the database
  • Loading branch information
mazeau authored Sep 24, 2021
2 parents a917091 + e9f9918 commit 2118733
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
31 changes: 29 additions & 2 deletions input/thermo/groups/adsorptionPt111.py
Original file line number Diff line number Diff line change
Expand Up @@ -2309,7 +2309,7 @@
4 R u0 {2,S}
5 R u0 {2,S}
""",
thermo=u'(CR2NR)*',
thermo=u'(CR2CR)*',
longDesc=u"""Perhaps should be an average?""",
metal = "Pt",
facet = "111",
Expand Down Expand Up @@ -2535,7 +2535,33 @@
facet = "111",
)


entry(
index = 89,
label = "(CR2CR)*",
group =
"""
1 * X u0 p0 c0
2 C u0 p0 c0 {3,D} {4,S} {5,S}
3 C u0 p0 c0 {2,D} {6,S}
4 R u0 p0 c0 {2,S}
5 R u0 p0 c0 {2,S}
6 R u0 p0 c0 {3,S}
""",
thermo=ThermoData(
Tdata=([300, 400, 500, 600, 800, 1000, 1500], 'K'),
Cpdata=([0.5, 1.37, 1.81, 2.02, 2.14, 2.13, 2.08], 'cal/(mol*K)'),
H298=(-1.0, 'kcal/mol'),
S298=(-33.14, 'cal/(mol*K)'),
),
shortDesc=u"""Made up by Emily""",
longDesc=u"""
R2C=CR
:
***********
""",
metal = "Pt",
facet = "111",
)


tree(
Expand Down Expand Up @@ -2610,6 +2636,7 @@
L4: (CR3OR)*
L3: (CR3)*
L4: (CR2NR)*
L4: (CR2CR)*
L4: (CR2O)*
L3: (CR2)*
L4: (CRN)*
Expand Down
23 changes: 23 additions & 0 deletions input/thermo/libraries/primaryThermoLibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -1182,3 +1182,26 @@
HarmonicOscillator(frequencies = ([55.6209, 577.002, 595.072, 598.128, 598.906, 801.916, 1644.01, 2280.9, 2412.53], 'cm^-1'))
""",
)

entry(
index = 47,
label = "C(Q)",
molecule =
"""
multiplicity 5
1 C u4 p0 c0
""",
thermo = ThermoData(
Tdata = ([300,400,500,600,800,1000,1500],'K'),
Cpdata = ([4.968,4.968,4.968,4.968,4.968,4.968,4.968],'cal/(mol*K)'),
H298 = (1120.106,'kJ/mol'),
S298 = (35.576,'cal/(mol*K)'),
),
shortDesc = u"""""",
longDesc =
u"""
H298: ATcT version 1.110
ATcT id: 7440-44-0*3
entropy and heat capacity taken from "C(T)"
""",
)

0 comments on commit 2118733

Please sign in to comment.