Page 1 of 1

Wind beta formula in VSNG

Posted: Thu Mar 14, 2024 1:44 pm
by hjsmuc
Hello, does by chance anyone know which formula Ilan used for the wind_beta value in the situation files? I can't find out how the decimal value in the file is derived from the wind direction in the sim. Thanks.

Re: Wind beta formula in VSNG

Posted: Thu Mar 14, 2024 2:44 pm
by hjsmuc
I think I found it. Similar to the vehicle beta π/180 is used and the formula should be:
decimal = (degrees - 180) * (π / 180) if beta value is >180
decimal = (degrees - 180) * (π / 180) + 2π if beta value is <180