Wind Factor for Flying Hills
Posted: 01 Feb 2011, 19:57
I can't figure out how to count points for wind conditions on Flying Hills. The formula given out by FIS here is wrong.
It should be:
pts = wind * [(HS - 36)/20] * 1.8 for large hills
It worked for large hill in Klingenthal at least.
First let's look at this large hills parameters. They're here in a .pdf file.
According to that file::
HS = 140 m
Wind Factor = 9.36 Points per m/s
Let's try to check if the official FIS formula corrected by me really works. To get Wind Factor we just have to assume a wind of 1 m/s.
Wind Factor = wind * [(HS - 36)/20] * 1.8
Wind Factor = 1.0 * [(140 - 36)/20] * 1.8
Wind Factor = 1.0 * [104/20] * 1.8
Wind Factor = 1.0 * 5.2 * 1.8
Wind Factor = 9.36
It's alright here. Let's check one more hill to be sure. Let it be the large hill in Zakopane. I got parameters from this .pdf file.
HS = 134 m
Wind Factor = 8.82 Points per m/s
Wind Factor = wind * [(HS - 36)/20] * 1.8
Wind Factor = 1.0 * [(134 - 36)/20] * 1.8
Wind Factor = 1.0 * [98/20] * 1.8
Wind Factor = 1.0 * 4.9 * 1.8
Wind Factor = 8.82
OK. Now let's use this formula for a flying hill. Let it be the flying hill in Harrachov. I'll use a .pdf file from FIS website with results from the first competition in Harrachov for parameters. We just have to replace 1.8 multiplier with 1.2 multiplier as it's a flying hill.
HS = 205 m
Wind Factor = 10.80 Points per m/s
Wind Factor = wind * [(HS - 36)/20] * 1.2
Wind Factor = 1.0 * [(205 - 36)/20] * 1.2
Wind Factor = 1.0 * [169/20] * 1.2
Wind Factor = 1.0 * 8.45 * 1.2
Wind Factor = 10.14 ≠ 10.80
10.14 clearly isn't equal to 10.80. What's wrong?
It should be:
pts = wind * [(HS - 36)/20] * 1.8 for large hills
It worked for large hill in Klingenthal at least.
First let's look at this large hills parameters. They're here in a .pdf file.
According to that file::
HS = 140 m
Wind Factor = 9.36 Points per m/s
Let's try to check if the official FIS formula corrected by me really works. To get Wind Factor we just have to assume a wind of 1 m/s.
Wind Factor = wind * [(HS - 36)/20] * 1.8
Wind Factor = 1.0 * [(140 - 36)/20] * 1.8
Wind Factor = 1.0 * [104/20] * 1.8
Wind Factor = 1.0 * 5.2 * 1.8
Wind Factor = 9.36
It's alright here. Let's check one more hill to be sure. Let it be the large hill in Zakopane. I got parameters from this .pdf file.
HS = 134 m
Wind Factor = 8.82 Points per m/s
Wind Factor = wind * [(HS - 36)/20] * 1.8
Wind Factor = 1.0 * [(134 - 36)/20] * 1.8
Wind Factor = 1.0 * [98/20] * 1.8
Wind Factor = 1.0 * 4.9 * 1.8
Wind Factor = 8.82
OK. Now let's use this formula for a flying hill. Let it be the flying hill in Harrachov. I'll use a .pdf file from FIS website with results from the first competition in Harrachov for parameters. We just have to replace 1.8 multiplier with 1.2 multiplier as it's a flying hill.
HS = 205 m
Wind Factor = 10.80 Points per m/s
Wind Factor = wind * [(HS - 36)/20] * 1.2
Wind Factor = 1.0 * [(205 - 36)/20] * 1.2
Wind Factor = 1.0 * [169/20] * 1.2
Wind Factor = 1.0 * 8.45 * 1.2
Wind Factor = 10.14 ≠ 10.80
10.14 clearly isn't equal to 10.80. What's wrong?