calculate_coleman_critical
Calculate the Coleman critical gas rate to prevent liquid loading in low-pressure gas wells using wellhead pressure, temperature, gas gravity, and tubing dimensions.
Instructions
Coleman et al. (1991) critical rate for liquid loading (20% below Turner).
Recommended for low-pressure gas wells (< ~500 psi wellhead pressure).
Args: wellhead_pressure_psi: Wellhead flowing pressure in psi. wellhead_temp_f: Wellhead temperature in degrees F. gas_sg: Gas specific gravity (air = 1.0). tubing_id_in: Tubing inner diameter in inches. Default 2.441. current_rate_mcfd: Current gas rate in Mcf/d for status check (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wellhead_pressure_psi | Yes | ||
| wellhead_temp_f | Yes | ||
| gas_sg | Yes | ||
| tubing_id_in | No | ||
| current_rate_mcfd | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |