Skip to content

This software computes the static bottom hole pressure of a natural gas system under stated conditions in the ./README.md file. My first personal project

Notifications You must be signed in to change notification settings

betiniakarandut/static-BHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

static-bhp

static-bhp is a Python package built using pandas library. It is distributed under license by MIT.

This package was created in NOVEMBER 2022.

Description

This package was created to help students overcome the tedious situation of reading and interpolating from graphs and tables. It can also be used to solve static bhp problems within the statedconditions in the oil and gas industry. It uses a python library called pandas. The static bottom hole pressure(bhp) calculator leverages the power of python pandas library providing an easy way to solve for the static bhp of a gas well with low and high pressure ranges using reduced temperatures between 1.5 to 1.7. This package also utilizes the method of SUKKAR and CORNELL INTEGRAL to solve static BHP problems for natural gas systems.

installation

Just like any other Python package, it can install by simply running the command below on your terminal or command prompt:

  • pip install static-bhp

Dependencies

This package requires:

Python (>= 3.9)

numpy==1.23.2

pandas==1.4.3

Using the package:

  • First meet the requirements in the dependencies.
  • Open your terminal or command prompt and pip install the package using the command pip install static-bhp.
  • Import the package as follows:
    • from static_bhp import static_bhp
    • Fill in the data required
    • Read and follow the instructions carefully
    • Supply the values from the sukkar and cornell integral table provided
    • The static bottom hole pressure of the gas will be displayed after you have supplied all the data.

Contribution

  • For contributions, suggestions and constructive criticisms reach out to me via:

AUTHOR

About

This software computes the static bottom hole pressure of a natural gas system under stated conditions in the ./README.md file. My first personal project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages