calculate_nozzle_tfa
Compute the total flow area (TFA) of drill bit nozzles by summing cross-sectional areas for each nozzle size specified in 32nds of an inch.
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 |