krzysk1 / wilga

Wilga 80 for Aerofly FS4
2 stars 0 forks source link

Rudder Ineffective #4

Closed jayeye2011 closed 1 year ago

jayeye2011 commented 1 year ago

Testing the rudder in the Wilga to see how it overcomes P-factor and how much it can effect aircraft bank angle, I seems to me that the rudder seems to have very little effect until you get to extreme rudder angles. I wonder if the there is an incorrect specification set in for the VerticalStabilizer section? 20221209042314_1 The wilga.tmd file [aerowing][VertStabilizer1Aero][] section may have an issue with the StationFlap and StationFlapFraction statements that define the rudder control surface, <[uint32array][StationFlap] [ 0 1 1 0 ]> <[float64array][StationFlapFraction][ 0.0 0.26 0.45 0.0 ]> This seems a bit odd because the 3D model shows the rudder control surface extends across the full height of the vertical stabilizer, not just in the middle section. rudder surface

krzysk1 commented 1 year ago

The rudder has been simplified, but this makes little difference to the flight model: the lowest 20 cm has been excluded (there is a narrower rudder there) and the top half has been overestimated (45% over the entire length when in reality this size is only at the very top) so the total area of the rudder surface is even overestimated. This can be corrected but will not significantly affect the model. More can be achieved by adjusting the vertical stabiliser profile

i will change it as this:

<[uint32array][StationFlap] [ 1 1 1 1 0 ]> <[float64array][StationFlapFraction][ 0.15 0.26 0.26 0.45 0.0 ]>

(last 0 is always not counted)