Metadata-Version: 1.1
Name: pychemkin
Version: 1.0.5
Summary: Chemical Kinetics Library
Home-page: https://github.com/cs207group4/cs207-FinalProject
Author: CS207 Group4
Author-email: zzy8200@gmail.com
License: GNU General Public License v3 (GPLv3)
Description-Content-Type: UNKNOWN
Description: Python Chemical Kinetics Library
        ==================================
        pychemkin is a Python 3 library that computes the reaction rates of all species participating
        in a system of elementary reactions.
        
        The package can solve for the reaction rates of a system of elementary reactions. The
        number of reactions and species is arbitrary. For each system of reactions, the user supplies
        the species participating in the reactions, the chemical equations, the stoichiometric
        coefficients for the reactants and products, and the rate coefficient parameters (e.g., E and
        A for Arrhenius rates). For a given system, the user can then specify a temperature and
        a vector of species concentrations in order to return the reaction rates in the form of a
        NumPy array. Rate coefficients and reaction progress rates can also be retrieved.
        
        Further documentation is in 'docs/usermanual.pdf' within the source file.
        
Keywords: chemical kinetics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
