calculate_kill_mud_weight
Calculate kill mud weight for well control operations using shut-in drill pipe pressure, original mud weight, and true vertical depth to maintain wellbore stability.
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 |