calculate_bubble_point
Calculate bubble point pressure for petroleum reservoirs using Standing's correlation with API gravity, gas specific gravity, temperature, and solution gas-oil ratio inputs.
Instructions
Calculate bubble point pressure using Standing's correlation (1947).
Args: api_gravity: Oil API gravity (degrees). gas_sg: Gas specific gravity (air = 1.0). temperature: Reservoir temperature in F. rs: Solution gas-oil ratio at bubble point in scf/STB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_gravity | Yes | ||
| gas_sg | Yes | ||
| temperature | Yes | ||
| rs | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |