calculate_wellbore_tortuosity
Calculate wellbore tortuosity index from survey data to quantify how much a well deviates from an ideal path, impacting drilling and production operations.
Instructions
Calculate wellbore tortuosity index from survey data.
Tortuosity measures how much the wellbore deviates from an ideal path. Higher values indicate more tortuous wellpath, impacting drilling and production operations.
Args: md: List of measured depths. inclination: List of inclinations (degrees). azimuth: List of azimuths (degrees). unit: Depth unit -- 'feet' or 'meters'. Default 'feet'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| md | Yes | ||
| inclination | Yes | ||
| azimuth | Yes | ||
| unit | No | feet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |