calculate_vertical_section
Projects well trajectory onto a 2D vertical section plane to visualize well paths in cross-section view for petroleum engineering analysis.
Instructions
Project well trajectory onto a vertical section plane.
Calculates the horizontal displacement projected onto a plane at the given azimuth. Standard way to view a well path in 2D cross-section.
Args: md: List of measured depths. inclination: List of inclinations (degrees). azimuth: List of azimuths (degrees). vs_azimuth: Vertical section azimuth in degrees (0 = North). Default 0. unit: Depth unit -- 'feet' or 'meters'. Default 'feet'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| md | Yes | ||
| inclination | Yes | ||
| azimuth | Yes | ||
| vs_azimuth | No | ||
| unit | No | feet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |