calculate_annular_velocity
Calculate annular velocity (AV) for drilling fluid circulation. Input flow rate (gpm), hole or casing inner diameter (in), and pipe outer diameter (in). AV = 24.51 * Q / (Dh^2 - Dp^2).
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 |