The Wayback Machine - https://web.archive.org/web/20210901045140/https://github.com/BioSTEAMDevelopmentGroup/thermosteam
Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Thermosteam: BioSTEAM's Premier Thermodynamic Engine

Version_status Documentation Supported_versions license Coverage

What is Thermosteam?

Thermosteam is a standalone thermodynamic engine capable of estimating mixture properties, solving thermodynamic phase equilibria, and modeling stoichiometric reactions. Thermosteam builds upon 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) is dependent on thermosteam for the simulation of unit operations.

Installation

Get the latest version of Thermosteam from PyPI. If you have an installation of Python with pip, simple install it with:

$ pip install thermosteam

To get the git version and install it, run:

$ git clone --depth 100 git://github.com/BioSTEAMDevelopmentGroup/thermosteam
$ cd thermosteam
$ pip install .

We use the depth option to clone only the last 100 commits. Thermosteam has a long history, so cloning the whole repository (without using the depth option) may take over 30 min.

If you would like to clone all branches, add the "--no-single-branch" flag as such:

$ git clone --depth 100 --no-single-branch 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:

Cortes-Pena, Y., (2020). Thermosteam: BioSTEAM's Premier Thermodynamic Engine.
Journal of Open Source Software, 5(56), 2814. doi.org/10.21105/joss.02814