wigging / chemics

A Python package for chemical engineering
https://chemics.readthedocs.io
MIT License
169 stars 15 forks source link

Add gas viscosity function for inorganic compounds #2

Closed wigging closed 5 years ago

wigging commented 5 years ago

Include data file from Yaws' database. Add function to calculate gas viscosity for inorganic compounds using coefficients in the data file.

wigging commented 5 years ago

Added functions mu_gas_inorganic and mu_gas_organic to gas_viscosity module. Still need to do the following:

wigging commented 5 years ago

Done.