Metadata-Version: 1.1
Name: thermosteam
Version: 0.20.23
Summary: BioSTEAM's Premier Thermodynamic Engine
Home-page: https://github.com/BioSTEAMDevelopmentGroup/thermosteam
Author: Yoel Cortes-Pena
Author-email: yoelcortes@gmail.com
License: MIT
Download-URL: https://github.com/BioSTEAMDevelopmentGroup/thermosteam.git
Description: ====================================================
        Thermosteam: BioSTEAM's Premier Thermodynamic Engine 
        ====================================================
        
        .. image:: http://img.shields.io/pypi/v/thermosteam.svg?style=flat
           :target: https://pypi.python.org/pypi/thermosteam
           :alt: Version_status
        .. image:: http://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
           :target: https://thermosteam.readthedocs.io/en/latest/
           :alt: Documentation
        .. image:: https://img.shields.io/pypi/pyversions/thermosteam.svg
           :target: https://pypi.python.org/pypi/thermosteam
           :alt: Supported_versions
        .. image:: http://img.shields.io/badge/license-UIUC-blue.svg?style=flat
           :target: https://github.com/BioSTEAMDevelopmentGroup/thermosteam/blob/master/LICENSE.txt
           :alt: license
        .. image:: https://coveralls.io/repos/github/BioSTEAMDevelopmentGroup/thermosteam/badge.svg?branch=master
           :target: https://coveralls.io/github/BioSTEAMDevelopmentGroup/thermosteam?branch=master
           :alt: Coverage
        .. image:: https://zenodo.org/badge/219133879.svg
           :target: https://zenodo.org/badge/latestdoi/219133879
        .. image:: https://travis-ci.com/BioSTEAMDevelopmentGroup/thermosteam.svg?branch=master
           :target: https://travis-ci.com/BioSTEAMDevelopmentGroup/thermosteam
        
        
        .. contents::
        
        What is Thermosteam?
        --------------------
        
        Thermosteam is a standalone thermodynamic engine capable of creating property packages for the rigorous estimation of temperature and pressure dependent mixture properties and thermodynamic equilibrium. Thermosteam builds upon `chemicals <https://github.com/CalebBell/chemicals>`_, the chemical properties component of the Chemical Engineering Design Library, with a robust and flexible framework that facilitates the creation of property packages.  `The Biorefinery Simulation and Techno-Economic Analysis Modules (BioSTEAM) <https://biosteam.readthedocs.io/en/latest/>`_ is dependent on thermosteam for the simulation of unit operations.
        
        Installation
        ------------
        
        Get the latest version of Thermosteam from `PyPI <https://pypi.python.org/pypi/thermosteam/>`_.
        If you have an installation of Python with pip, simple install it with:
        
            $ pip install thermosteam
        
        To get the git version, run:
        
            $ git clone git://github.com/BioSTEAMDevelopmentGroup/thermosteam
        
        
        Documentation
        -------------
        
        Thermosteam's documentation is available on the web:
        
            http://thermosteam.readthedocs.io/
        
        Bug reports
        -----------
        
        To report bugs, please use the thermosteam's Bug Tracker at:
        
            https://github.com/BioSTEAMDevelopmentGroup/thermosteam
        
        
        License information
        -------------------
        
        See ``LICENSE.txt`` for information on the terms & conditions for usage
        of this software, and a DISCLAIMER OF ALL WARRANTIES.
        
        Although not required by the thermosteam license, if it is convenient for you,
        please cite Thermosteam if used in your work. Please also consider contributing
        any changes you make back, and benefit the community.
        
        
        Citation
        --------
        
        To cite Thermosteam in publications use::
        
            Yoel Cortes-Pena (2019). Thermosteam: BioSTEAM's Premier Thermodynamic Engine.
            https://github.com/BioSTEAMDevelopmentGroup/thermosteam
        
Keywords: thermodynamics,chemical engineering,mass and energy balance,material properties,phase equilibrium
Platform: Windows
Platform: Mac
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: University of Illinois/NCSA Open Source License
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Education
