• Please visit and share your knowledge at our sister communities:
  • If you have not, please join our official Homebrewing Facebook Group!

    Homebrewing Facebook Group

Recent content by Heffewizeass

Homebrew Talk

Help Support Homebrew Talk:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
  1. H

    Temp Correction Formula for Hydrometer

    Function sgRatio(Temp As Double) As Double sgRatio = 1.00130346 - 0.000134722124 * Temp + 0.00000204052596 * Temp ^ 2 - 2.32820948E-09 * Temp ^ 3 End Function Function corSG(SG As Double, Temp As Double, CalT As Double) As Double corSG = SG * (sgRatio(Temp) / sgRatio(CalT)) End...
Back
Top