Skip to content

Commit

Permalink
switch signs on Pc
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns authored Feb 8, 2024
1 parent cfb4910 commit 81d71cb
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions input/transport/groups/ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
Joback, K. G. A unified approach to physical property estimation using multivariate statistical techniques,
PhD Thesis, Massachusetts Institute of Technology: Cambridge, MA, 1984.
Note the Pc contributions are all the negative of what is in Table 3 of Joback's thesis.
The Tb contributions are from table 13.
The Tb contributions are from table 13 of Joback's thesis.
"""
entry(
index = 0,
Expand Down Expand Up @@ -49,7 +48,7 @@
""",
transportGroup = CriticalPointGroupContribution(
Tc = 0.01,
Pc = 0.0025,
Pc = -0.0025,
Vc = 48,
Tb = 27.15,
structureIndex = 1,
Expand All @@ -71,7 +70,7 @@
""",
transportGroup = CriticalPointGroupContribution(
Tc = 0.0122,
Pc = 0.0004,
Pc = -0.0004,
Vc = 38,
Tb = 21.78,
structureIndex = 1,
Expand All @@ -93,7 +92,7 @@
""",
transportGroup = CriticalPointGroupContribution(
Tc = 0.0042,
Pc = 0.0061,
Pc = -0.0061,
Vc = 27,
Tb = 21.32,
structureIndex = 1,
Expand All @@ -114,7 +113,7 @@
""",
transportGroup = CriticalPointGroupContribution(
Tc = 0.0143,
Pc = 0.0008,
Pc = -0.0008,
Vc = 32,
Tb = 31.01,
structureIndex = 1,
Expand All @@ -135,7 +134,7 @@
""",
transportGroup = CriticalPointGroupContribution(
Tc = 0.0284,
Pc = 0.0028,
Pc = -0.0028,
Vc = 55,
Tb = 94.97,
structureIndex = 1,
Expand All @@ -156,7 +155,7 @@
""",
transportGroup = CriticalPointGroupContribution(
Tc = 0.0082,
Pc = 0.0011,
Pc = -0.0011,
Vc = 41,
Tb = 26.73,
structureIndex = 1,
Expand All @@ -176,7 +175,7 @@
""",
transportGroup = CriticalPointGroupContribution(
Tc = 0.0143,
Pc = 0.0008,
Pc = -0.0008,
Vc = 32,
Tb = 31.01,
structureIndex = 1,
Expand All @@ -201,7 +200,7 @@
""",
transportGroup = CriticalPointGroupContribution(
Tc = 0.0143,
Pc = 0.0008,
Pc = -0.0008,
Vc = 32,
Tb = 31.01,
structureIndex = 1,
Expand Down Expand Up @@ -239,7 +238,7 @@
""",
transportGroup = CriticalPointGroupContribution(
Tc = 0.0098,
Pc = 0.0048,
Pc = -0.0048,
Vc = 13,
Tb = 31.22,
structureIndex = 1,
Expand Down Expand Up @@ -271,7 +270,7 @@
""",
transportGroup = CriticalPointGroupContribution(
Tc = 0.0019,
Pc = 0.0051,
Pc = -0.0051,
Vc = 38,
Tb = 52.1,
structureIndex = 1,
Expand Down Expand Up @@ -304,7 +303,7 @@
""",
transportGroup = CriticalPointGroupContribution(
Tc = 0.0130,
Pc = 0.0114,
Pc = -0.0114,
Vc = 29,
Tb = 52.82,
structureIndex = 1,
Expand All @@ -324,7 +323,7 @@
""",
transportGroup = CriticalPointGroupContribution(
Tc = 0.0085,
Pc = 0.0076,
Pc = -0.0076,
Vc = 34,
Tb = 57.55,
structureIndex = 1,
Expand Down

0 comments on commit 81d71cb

Please sign in to comment.