calculate_kill_mud_weight
Calculate the kill mud weight required for well control by inputting shut-in drill pipe pressure, original mud weight, and true vertical depth. Uses the formula Kill MW = MW + SIDP/(0.052*TVD) to determine the mud weight needed to balance formation pressure.
Instructions
Calculate kill mud weight for well control (Kill MW = MW + SIDP / (0.052 * TVD)).
Args: sidp_psi: Shut-in drill pipe pressure (psi). original_mud_weight_ppg: Original mud weight (ppg). tvd_ft: True vertical depth (ft).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sidp_psi | Yes | ||
| original_mud_weight_ppg | Yes | ||
| tvd_ft | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |