CalebBell / thermo

Thermodynamics and Phase Equilibrium component of Chemical Engineering Design Library (ChEDL)
MIT License
594 stars 114 forks source link

[bug] 'arsenic' has wrong Tc #65

Closed alexchandel closed 3 years ago

alexchandel commented 3 years ago

Arsenic (CAS 7440-38-2) has a critical point of 1673 K, 22.3 MPa. However, thermo returns a Tc of 373 K:

import thermo
thermo.chemical.Chemical('arsenic').Tc  # == 373

Please fix this.

CalebBell commented 3 years ago

This data has migrated to the chemicals project, where the data has been fixed. The fix is available in thermo through the development version.