calculate_annular_velocity
Calculate annular velocity in drilling operations using flow rate, hole diameter, and pipe outer diameter to determine fluid movement speed in the annulus.
Instructions
Calculate annular velocity (AV = 24.51 * Q / (Dh^2 - Dp^2)).
Args: flow_rate_gpm: Flow rate in gallons per minute. hole_diameter_in: Hole or casing ID (inches). pipe_od_in: Pipe or drill string OD (inches).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_rate_gpm | Yes | ||
| hole_diameter_in | Yes | ||
| pipe_od_in | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |