Metadata-Version: 2.1
Name: main-gas-pipeline
Version: 0.0.2
Summary: Main gas pipeline calculator
Home-page: UNKNOWN
Author: Buzovskyi Vitaliiy
Author-email: buzovskiy.v@gmail.com
License: UNKNOWN
Project-URL: Project on GitHub, https://github.com/Buzovskiy/main-gas-pipeline/releases/tag/v0.0.2
Project-URL: Documentation, https://main-gas-pipeline.readthedocs.io/en/v0.0.2
Project-URL: Examples, https://github.com/Buzovskiy/main-gas-pipeline/tree/master/examples
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

[![Documentation Status](https://readthedocs.org/projects/main-gas-pipeline/badge/?version=v0.0.2)](https://main-gas-pipeline.readthedocs.io/en/v0.0.2/?badge=v0.0.2)

# Main gas pipelines calculations

A program for thermal and hydraulic calculation of a gas pipeline section between 
two compressor stations of a main gas pipeline is presented.  
The purpose of the calculation is to determine the pressure and temperature of the gas at the end of the section.  
The calculations are performed according to the theory that is presented in Bykov's handbook [[1]](#1).  
See [documentation](https://main-gas-pipeline.readthedocs.io/en/v0.0.2).  
[main-gas-pipeline](https://github.com/Buzovskiy/main-gas-pipeline/releases/tag/v0.0.2) on github.

## Install
```
pip install main-gas-pipeline==0.0.2
```
See [examples](https://github.com/Buzovskiy/main-gas-pipeline/tree/master/examples) of using the package.  

## References
<a id="1">[1]</a> 
Bykov, L. I., Mustafin, F. M., Rafikov, S. K., Nechval', A. M., Lavrent'ev, A. E. (2006). 
Tipovye raschety pri sooruzhenii i remonte gazonefteprovodov: ucheb. posobie. St. Petersburg: Nedra, 824.



