calculate_maasp
Computes Maximum Allowable Annular Surface Pressure using fracture gradient, mud weight, and shoe TVD to assess wellbore integrity.
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 |