Production well PVT calculations
Project description
Define pressure and temperature of a producing well, and get PVT properties of oil and gas produced.
Installation
$ pip install wellpvt
Project Highlights
- single-phase properties
- oil: density, specific gravity
- gas: pseudo-critical properties, compressibility, density, formation volume factor, viscosity
- multiphase mixture properties TBA
Example Usage
define produced oil with 40 deg. API
from wellpvt import Oil
oil = Oil(40)
print(oil.api)
>> 40
print(round(oil.calculate_sg(), 3))
>> 0.825
print(round(oil.calculate_density(), 1))
>> 51.5
License
wellpvt is licensed under the MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wellpvt-0.1.1.tar.gz
(3.3 kB
view details)
File details
Details for the file wellpvt-0.1.1.tar.gz
.
File metadata
- Download URL: wellpvt-0.1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27ac471c17fd4ee79fa25fee53b56aae0f17b33513964b4c5dd31527d2a63712 |
|
MD5 | 92c16dd3822acc5133926c29919fed60 |
|
BLAKE2b-256 | 113193dd48961b51ee72e1362afb87602ecaa0fdd798216eeaa168db25d2b1ba |