calculate_maasp
Calculate Maximum Allowable Annular Surface Pressure (MAASP) for well control using fracture gradient, mud weight, and casing shoe depth to prevent formation damage.
Instructions
Calculate Maximum Allowable Annular Surface Pressure.
MAASP = (FG - MW) * 0.052 * shoe TVD.
Args: fracture_gradient_ppg: Fracture gradient at shoe (ppg). mud_weight_ppg: Current mud weight (ppg). shoe_tvd_ft: Casing shoe TVD (ft).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fracture_gradient_ppg | Yes | ||
| mud_weight_ppg | Yes | ||
| shoe_tvd_ft | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |