Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/betiniakarandut/estimate-sbhp
Estimate SBHP in gas wells
https://github.com/betiniakarandut/estimate-sbhp
flask numerical-analysis numpy pandas python3 react-vite
Last synced: 1 day ago
JSON representation
Estimate SBHP in gas wells
- Host: GitHub
- URL: https://github.com/betiniakarandut/estimate-sbhp
- Owner: betiniakarandut
- License: gpl-3.0
- Created: 2024-01-15T22:53:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T08:25:26.000Z (4 months ago)
- Last Synced: 2024-07-10T10:16:43.234Z (4 months ago)
- Topics: flask, numerical-analysis, numpy, pandas, python3, react-vite
- Language: Python
- Homepage: https://client-zeta-ten-98.vercel.app
- Size: 352 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Estimate-SBHP
This is my Final Year undergraduate project in partial fulfilment for the award of Bachelor of Engineering Degree in Chemical Engineering.
In one of our lectures in Natural Gas Engineering in first semester Fourth Year, I discovered that of the many approach to estimate static bottom hole pressure, Sukkar and Cornell Integral is widely used both for vertical and inclined wells especially for pressures below 10,000 pound/square inch absolute(psia).
This model is made to relief reservoir engineers(or student engineers) who which to predict SBHP with the Sukkar and Cornell approach.
The model has 98% accuracy as compared to the measured SBHP(with gauge). It is made to extrapolate and interpolate values to obtain best pseudo reduced wellhead pressure value, and carry out all the possible iterations involved in the calculation automatically.
It is a light weight application built with Python3-Flask(backend) and React-Vite(frontend).
- Python3
- Flask
- React-Vite
- Pandas
- NumPy![Languages](https://img.shields.io/github/languages/top/betiniakarandut/Estimate-SBHP)
![GitHub repo size](https://img.shields.io/github/repo-size/betiniakarandut/Estimate-SBHP)
![GitHub issues](https://img.shields.io/github/issues/betiniakarandut/Estimate-SBHP)
![GitHub closed issues](https://img.shields.io/github/issues-closed/betiniakarandut/Estimate-SBHP)
![GitHub](https://img.shields.io/github/license/betiniakarandut/Estimate-SBHP)
![GitHub Repo stars](https://img.shields.io/github/stars/betiniakarandut/Estimate-SBHP?style=social)## Requirements
This Application requires:**_Python (>= 3.9)_**
**_numpy==1.23.2_**
**_pandas==1.4.3_**
**_Flask==3.0.0_**
**_React-Vite_**See [Requirements](./server/requirements.txt) for details.
##
Usage
:Visit the website at https://..................
Set your Environment Variables Below:
1. export SECRET_KEY=set to any random alphanumeric character or use python built-in `from uuid import uuid4()` to generate any random values
2. export DB_PASSWORD = Betini2024
3. export REDIS_URL=redis://localhost:6379Application and usage on the local machine
To use this application locally, follow the steps below:
1. Open the terminal or command prompt
2. git clone ``
3. cd Estimate-SBHP
4. cd server
5. python3 views.py (use Postman to test the APIs)
6. cd client
7. npm install
8. npm run dev
9. visit `htpp://localhost:5173`Application and usage Overview
Login Page
Home Page
Resutls Page
## Files :pencil:
| Property | Description |
|------|-------------|
| [server](./server) | Directory |
| [client](./client) | Directory |
| [README.md](./README.md) | File |## Author
- Github: [betiniakarandut](https://www.github.com/betiniakarandut)
- LinkedIn: [betini-akarandut](https://www.linkedin.com/in/betini-akarandut-24654321a)
- Tweeter: [@betiniakarandut](https://twitter.com/betiniakarandut)