calculate_hydrostatic_pressure
Calculate hydrostatic pressure in psi using mud weight (ppg) and true vertical depth (ft) for well control, casing design, and drilling fluid planning.
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 |