Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RecipeCalcHop

Hierarchy

  • RecipeCalcHop

Index

Constructors

Properties

alpha: number = 10
boilTime: Duration = ...
mass: Mass = ...
multiplier?: number
standTime: Duration = ...
utilization?: number
wortTemperature?: Temperature

Methods

  • Calculate IBU.

    Parameters

    • formula: IBUFormula

      the IBU formula to use.

    • batchVolume: Volume

      the volume of the batch.

    • wortGravity: Gravity

      the gravity of the wort.

    • Optional ambientTemperature: Temperature

      the ambient temperature.

    Returns number

    the estimated IBU value.

  • Calculate utilization.

    Parameters

    • formula: IBUFormula

      the IBU formula to use.

    • batchVolume: Volume

      the volume of the batch.

    • wortGravity: Gravity

      the gravity of the wort.

    • Optional ambientTemperature: Temperature

      the ambient temperature.

    Returns number

    utilization in %.

  • Calculate the utilization from a recipe.

    Parameters

    Returns number

    the calculated utilization in %.

Generated using TypeDoc