calculate_pvt_properties
Calculate black-oil PVT properties including bubble point, solution GOR, oil/gas FVF, density, viscosity, and compressibility for reservoir engineering analysis.
Instructions
Calculate comprehensive black-oil PVT properties at given conditions.
Returns bubble point, solution GOR, oil FVF, oil density, oil viscosity, gas Z-factor, gas FVF, gas viscosity, and gas compressibility.
Supported oil correlation sets: - 'standing' (default): Standing (1947) - 'vasquez_beggs': Vasquez and Beggs (1980) - 'petrosky_farshad': Petrosky and Farshad (1993)
Args: api_gravity: Oil API gravity (degrees). gas_sg: Gas specific gravity (air = 1.0). temperature: Reservoir temperature in F. pressure: Current reservoir pressure in psi. separator_pressure: Separator pressure in psi (default 100). separator_temperature: Separator temperature in F (default 60). correlation: Oil correlation set -- 'standing', 'vasquez_beggs', or 'petrosky_farshad'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_gravity | Yes | ||
| gas_sg | Yes | ||
| temperature | Yes | ||
| pressure | Yes | ||
| separator_pressure | No | ||
| separator_temperature | No | ||
| correlation | No | standing |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |