calculate_hydrostatic_pressure
Calculate hydrostatic pressure in psi from mud weight (ppg) and true vertical depth (ft) using the standard formula P = 0.052 × MW × TVD.
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 |