calculate_nozzle_tfa
Calculate total flow area (TFA) of bit nozzles by inputting nozzle sizes in 32nds of an inch. Essential for drilling fluid hydraulics and bit performance analysis.
Instructions
Calculate total flow area (TFA) of bit nozzles.
TFA = sum(pi/4 * (d/32)^2) for each nozzle size in 32nds of an inch.
Args: nozzle_sizes: List of nozzle sizes in 32nds of an inch (e.g. [12, 12, 12]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nozzle_sizes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |