Thermodynamic properties calculations for gas compositions

GasComp is a package for thermodynamic calculations of properties and state changes of gas compositions.

GasComp has the following capabilities:

  • Calculation of thermodynamic properties of gas compositions.

  • Calculation of thermodynamic state changes of gas compositions.

For now, the Benedict-Webb-Rubin (BWR) equation of state is implememted.

Everybody is welcome to use GasComp.

Audience

The audience for GasComp includes engineers, mathematicians, physicists, biologists, and anyone else who intends to calculate gas properties.

License

Copyright (C) 2020-2021 Michael Fischer.

GasComp is open source software; you can redistribute it and/or modify it under the terms of the GPL-3.0.

History

GasComp was born in 2020. The software was designed and written by Michael Fischer.

Installation

GasComp requires Python 3.8 or higher. It can be installed from Anaconda prompt using pip.

pip install gascomp

Quick start

After installation GasComp can be used from Python prompt by

>>> import gascomp

Indices and tables