Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IBUCalc

IBU calculation. Example:

const calc = new IBUCalc({
mass: new Mass(MassUnit.USOunce, 2),
alpha: 10.0,
batchVolume: new Volume(VolumeUnit.USGallon, 5),
utilization: 10,
})

Hierarchy

  • IBUCalc

Index

Constructors

Properties

Constructors

Properties

IBU: number

Calculated IBU

alphaMass: Mass

Calculated mass of alpha acids.

Generated using TypeDoc