node-anemometer
    Preparing search index...

    Function calcFactor

    • Calculates the animeter factor based on radius and adjustment.

      Calculation explained:

      1. Scope calculation (π * r * 2)
      2. Convert centimeter to kilometer ( / 100000)
      3. Convert to kilometers per hour ( * 3600)
      4. Multiply adjustment

      Parameters

      • radius: number

        Radius between midpoint and edge of a cup in centimeters.

      • adjustment: number

        Power loss due to mechanics (approximately 1.18).

      Returns number

      The calculated factor.