2018-09-19 23:33:18 +02:00
|
|
|
ChemPy is a Python package useful for chemistry (mainly
|
|
|
|
physical/inorganic/analytical chemistry). Currently it includes:
|
|
|
|
* Numerical integration routines for chemical kinetics (ODE solver front-end)
|
|
|
|
* Integrated rate expressions (and convenience fitting routines)
|
|
|
|
* Solver for equilibria (including multiphase systems)
|
|
|
|
* Relations in physical chemistry:
|
|
|
|
* Debye-Huckel expressions
|
|
|
|
* Arrhenius & Eyring equation
|
|
|
|
* Einstein-Smoluchowski equation
|
2018-09-20 01:50:31 +02:00
|
|
|
* Properties (pure python implementations from the literature)
|
2018-09-19 23:33:18 +02:00
|
|
|
* water density as function of temperature
|
|
|
|
* water permittivity as function of temperature and pressure
|
|
|
|
* water diffusivity as function of temperature
|
|
|
|
* water viscosity as function of temperature
|
|
|
|
* sulfuric acid density as function of temperature & weight fraction H2SO4
|
|
|
|
|
|
|
|
WWW: https://github.com/bjodah/chempy
|