Calculate IBU
calculate_ibuCalculate beer bitterness (IBU) using the Tinseth formula from batch volume, original gravity, and hop additions.
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 |
|---|---|---|---|
| batch_volume_litres | Yes | Final batch volume in litres | |
| original_gravity | Yes | Original gravity (e.g. 1.065) | |
| hop_additions | Yes | List of hop additions |