Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anyone know how frostbite thresholds are calculated?
#11
(02-04-2023, 10:17 PM)bplus Wrote:
Code: (Select All)
Input "Farenheight temp"; T
Input "Wind MPH"; V
Print Wind_Chill(T, V)

Function Wind_Chill (T, V)
    Wind_Chill = 35.74 + 0.6215 * T - 35.75 * (V ^ 0.16) + 0.4275 * T * (V ^ 0.16)
End Function



Please don't grade me on spelling ;-))

Quote:The question is: how do you put the brackets? 

Yes, there is a problem with the calculations! I noticed this today on this page: Wind Chill Calculator

For Celsius you have to select "k/h", for Fahrenheit "mph", otherwise the result will not be correct. But why is the result different again in your example?

[Image: Wind-Chill-Problem2023-02-04-232148.jpg]
Reply


Messages In This Thread
RE: Anyone know how frostbite thresholds are calculated? - by Kernelpanic - 02-04-2023, 10:32 PM



Users browsing this thread: 3 Guest(s)