Skip to content

Latest commit

 

History

History
156 lines (120 loc) · 4.12 KB

File metadata and controls

156 lines (120 loc) · 4.12 KB

Thermo: Thermodynamics and Phase Equilibrium component of Chemical Engineering Design Library (ChEDL)

Contents:

.. toctree::
   :maxdepth: 1
   :caption: Tutorial

   cubic_equations_of_state
   activity_coefficients
   property_objects
   chemical_package_tutorial
   tutorial_phases_and_flash
   GibbsExcessLiquid_details

.. toctree::
   :maxdepth: 1
   :caption: API

   thermo.activity
   thermo.bulk
   thermo.chemical
   thermo.chemical_package
   thermo.datasheet
   thermo.electrochem
   thermo.eos
   thermo.eos_mix
   thermo.eos_mix_methods
   thermo.eos_volume
   thermo.eos_alpha_functions
   thermo.equilibrium
   thermo.flash
   thermo.functional_groups
   thermo.heat_capacity
   thermo.interface
   thermo.interaction_parameters
   thermo.law
   thermo.nrtl
   thermo.mixture
   thermo.permittivity
   thermo.phases
   thermo.phase_change
   thermo.property_package
   thermo.phase_identification
   thermo.regular_solution
   thermo.stream
   thermo.thermal_conductivity
   thermo.unifac
   thermo.units
   thermo.utils
   thermo.vapor_pressure
   thermo.viscosity
   thermo.volume
   thermo.wilson
   thermo.uniquac
   thermo.group_contribution.joback
   thermo.group_contribution.fedors
   thermo.group_contribution.wilson_jasperson
   thermo.group_contribution.bondi

.. toctree::
   :maxdepth: 1
   :caption: Additional Resources

   examples


Installation

Version_status Documentation license Coverage Supported_versions Join the chat at https://gitter.im/CalebBell/thermo Zendo

Get the latest version of Thermo from https://pypi.python.org/pypi/thermo/

If you have an installation of Python with pip, simple install it with:

$ pip install thermo

Alternatively, if you are using conda as your package management, you can simply install thermo in your environment from conda-forge channel with:

$ conda install -c conda-forge thermo

To get the git version, run:

$ git clone git://github.com/CalebBell/thermo.git

Latest source code

The latest development version of Thermo's sources can be obtained at

https://github.com/CalebBell/thermo

Bug reports

To report bugs, please use the Thermo's Bug Tracker at:

https://github.com/CalebBell/thermo/issues

If you have further questions about the usage of the library, feel free to contact the author at Caleb.Andrew.Bell@gmail.com.

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 Thermo license, if it is convenient for you, please cite Thermo if used in your work. Please also consider contributing any changes you make back, and benefit the community.

Citation

To cite Thermo in publications use:

Caleb Bell and Contributors (2016-2025). Thermo: Chemical properties component of Chemical Engineering Design Library (ChEDL)
https://github.com/CalebBell/thermo.

Indices and tables