Skip to content

Commit 1c1bed5

Browse files
kirkbadger18bjkreitz
authored andcommitted
moving XCHCO to the parrent node: C-XR2
1 parent 92c8fc6 commit 1c1bed5

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

input/thermo/groups/adsorptionPt111.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2449,13 +2449,13 @@
24492449
""",
24502450
thermo=ThermoData(
24512451
Tdata=([300, 400, 500, 600, 800, 1000, 1500], 'K'),
2452-
Cpdata=([-8.007, -4.999, -3.006, -1.685, -0.197, 0.529, 1.224], 'J/(mol*K)'),
2453-
H298=(-306.661, 'kJ/mol'),
2454-
S298=(-166.429, 'J/(mol*K)'),
2452+
Cpdata=([-8.229, -5.137, -3.085, -1.728, -0.209, 0.527, 1.229], 'J/(mol*K)'),
2453+
H298=(-289.527, 'kJ/mol'),
2454+
S298=(-165.923, 'J/(mol*K)'),
24552455
),
2456-
shortDesc=u"""Averaged from: ['CH2XCCH3', 'CH2XCOH', 'XCHCCH2', 'XCHCH2', 'XCHCHCH3',
2456+
shortDesc=u"""Averaged from: ['XCHCO', 'CH2XCCH3', 'CH2XCOH', 'XCHCCH2', 'XCHCH2', 'XCHCHCH3',
24572457
'OXCNH2', 'NH2XCNH', 'XCHNH', 'OHXCNH', 'NH2XCNH', 'XCHO', 'XCOOH', 'CH3XCO',
2458-
'XCCHO', 'CH3CH2XCO']""",
2458+
'CH3CH2XCO']""",
24592459
longDesc=u""" Calculated by Kirk Badger at Brown University using statistical mechanics
24602460
methods implemented in Franklin Goldsmith's thermo_kinetics_scripts repository
24612461
in the new_workflow folder: https://github.com/franklingoldsmith/thermo_kinetic
@@ -2594,11 +2594,11 @@
25942594
""",
25952595
thermo=ThermoData(
25962596
Tdata=([300, 400, 500, 600, 800, 1000, 1500], 'K'),
2597-
Cpdata=([-9.126, -6.33, -4.525, -3.32, -1.915, -1.187, -0.452], 'J/(mol*K)'),
2598-
H298=(-336.396, 'kJ/mol'),
2599-
S298=(-164.4, 'J/(mol*K)'),
2597+
Cpdata=([-6.986, -4.107, -2.256, -1.046, 0.308, 0.975, 1.636], 'J/(mol*K)'),
2598+
H298=(-279.216, 'kJ/mol'),
2599+
S298=(-163.124, 'J/(mol*K)'),
26002600
),
2601-
shortDesc=u"""Averaged from: ['XCHO', 'XCOOH', 'CH3XCO', 'XCCHO', 'CH3CH2XCO']""",
2601+
shortDesc=u"""Averaged from: ['XCHO', 'XCOOH', 'CH3XCO', 'CH3CH2XCO']""",
26022602
longDesc=u""" Calculated by Kirk Badger at Brown University using statistical mechanics
26032603
methods implemented in Franklin Goldsmith's thermo_kinetics_scripts repository
26042604
in the new_workflow folder: https://github.com/franklingoldsmith/thermo_kinetic

0 commit comments

Comments
 (0)