calculate_maasp
Calculate Maximum Allowable Annular Surface Pressure (MAASP) from fracture gradient, mud weight, and shoe TVD to prevent formation fracture during well operations.
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 |