calculate_hydrostatic_pressure
Calculate hydrostatic pressure in oil wells using mud weight and true vertical depth to assess downhole conditions and wellbore stability.
Instructions
Calculate hydrostatic pressure (P = 0.052 * MW * TVD).
Args: mud_weight_ppg: Mud weight in pounds per gallon (ppg). tvd_ft: True vertical depth in feet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mud_weight_ppg | Yes | ||
| tvd_ft | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |