calculate_ratios
Calculate producing ratios like GOR, WOR, and water cut to classify well types in petroleum engineering.
Instructions
Calculate producing ratios: GOR, WOR, water cut, and classify well type.
Args: oil_rate: Oil rate in bbl/day (BOPD). gas_rate: Gas rate in Mcf/day. water_rate: Water rate in bbl/day (BWPD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oil_rate | Yes | ||
| gas_rate | Yes | ||
| water_rate | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |