Calculate IBU
calculate_ibuCalculate beer bitterness in IBU using the Tinseth formula. Provide batch volume, original gravity, and hop additions to get the bitterness value.
Instructions
Calculate International Bitterness Units using the Tinseth formula. Accepts batch volume, original gravity, and a list of hop additions with weight, alpha acid percentage, and boil time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hop_additions | Yes | List of hop additions | |
| original_gravity | Yes | Original gravity (e.g. 1.065) | |
| batch_volume_litres | Yes | Final batch volume in litres |