Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page