calculate_wellbore_tortuosity
Calculate wellbore tortuosity index from survey data to measure deviation from ideal path, helping assess drilling and production impacts.
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 |