CalebBell / thermo

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

Some solid materials appear to have no thermal conductivity, chemical.k = None #57

Closed mcgeochd closed 3 years ago

mcgeochd commented 3 years ago

Running this code for aluminium, copper, nickel, and iron returned None for all of them, but running it for oxygen, nitrogen, and carbon dioxide worked.

name = 'aluminium' chem = ch.Chemical(name) print ('{0} thermal conductivity: {1}'.format(name, chem.k))

CalebBell commented 3 years ago

Hi, It would be nice if all chemicals had all data, but they simply don't. Caleb