calculate_bit_pressure_drop
Calculate pressure drop across a drill bit using mud weight, flow rate, and total flow area to optimize drilling hydraulics.
Instructions
Calculate pressure drop across the bit (dP = MW * Q^2 / (12032 * TFA^2)).
Args: flow_rate_gpm: Flow rate in gallons per minute. mud_weight_ppg: Mud weight (ppg). tfa_sqin: Total flow area of nozzles (in^2).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_rate_gpm | Yes | ||
| mud_weight_ppg | Yes | ||
| tfa_sqin | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |