check_well_anticollision
Calculate the minimum distance between two well trajectories to prevent collisions and identify the closest approach point for safe drilling operations.
Instructions
Check separation between two wells at closest approach.
Computes center-to-center distance between two well trajectories and identifies the closest approach point.
Args: well1_md: Measured depths for reference well. well1_inc: Inclinations for reference well (degrees). well1_azi: Azimuths for reference well (degrees). well2_md: Measured depths for offset well. well2_inc: Inclinations for offset well (degrees). well2_azi: Azimuths for offset well (degrees). well2_start_north: Offset well surface location north of reference. well2_start_east: Offset well surface location east of reference. unit: Depth unit -- 'feet' or 'meters'. Default 'feet'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| well1_md | Yes | ||
| well1_inc | Yes | ||
| well1_azi | Yes | ||
| well2_md | Yes | ||
| well2_inc | Yes | ||
| well2_azi | Yes | ||
| well2_start_north | No | ||
| well2_start_east | No | ||
| unit | No | feet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |