I could clean up the below formula but I am too lazy.
C30 = Temp (in f)
C28 = Distance between two measured velocities (expressed in yards)
E28 = Velocity 1 (fps)
E30 = Humidity%
G27 = Velocity 2 (fps)
G30 = Elevation (in ft)
(cleaned up version)
=(((((101325 * EXP(-9.80665 * 0.0289644 * (G30*0.3048)/(8.31432 * ((C30 - 32) * 5/9 + 273.15)))-E30/100*6.112*EXP((17.67*(C30 - 32) * 5/9)/((C30 - 32) * 5/9 + 243.5))*100)/(287.05*((C30 - 32) * 5/9 + 273.15))+(E30/100*6.112*EXP((17.67*(C30 - 32) * 5/9)/((C30 - 32) * 5/9 +243.5))*100/(461.5*((C30 - 32) * 5/9 + 273.15))))+(E30/100*6.112*EXP((17.67*(C30 - 32) * 5/9)/((C30 - 32) * 5/9 +243.5))*100/(461.5*((C30 - 32) * 5/9 + 273.15))))*0.062428)*0.026068* C28) / ( SQRT(E28) - SQRT(G28))
-Matt
C30 = Temp (in f)
C28 = Distance between two measured velocities (expressed in yards)
E28 = Velocity 1 (fps)
E30 = Humidity%
G27 = Velocity 2 (fps)
G30 = Elevation (in ft)
(cleaned up version)
=(((((101325 * EXP(-9.80665 * 0.0289644 * (G30*0.3048)/(8.31432 * ((C30 - 32) * 5/9 + 273.15)))-E30/100*6.112*EXP((17.67*(C30 - 32) * 5/9)/((C30 - 32) * 5/9 + 243.5))*100)/(287.05*((C30 - 32) * 5/9 + 273.15))+(E30/100*6.112*EXP((17.67*(C30 - 32) * 5/9)/((C30 - 32) * 5/9 +243.5))*100/(461.5*((C30 - 32) * 5/9 + 273.15))))+(E30/100*6.112*EXP((17.67*(C30 - 32) * 5/9)/((C30 - 32) * 5/9 +243.5))*100/(461.5*((C30 - 32) * 5/9 + 273.15))))*0.062428)*0.026068* C28) / ( SQRT(E28) - SQRT(G28))
-Matt
Last edited:
Upvote 0