- Tue Jan 29, 2019 6:32 am
#406382
hgmodel-screenshot.png (63.54 KiB) Viewed 1888 times
Recently I have been working on a fluid-structure (or aero-elastic) computer model of flex wing hang gliders. I have made a simplified website demo of this model. Partly this was for me to practise setting up a public-facing website (my next job will likely be my first in web development), but I also thought it would be a good way of generating discussion on the feasibility and usefulness of this kind of thing.
The address of the site is http://18.218.120.168/hgmodel. Please have a play with it. When you load the page, the model will run with the given parameters. You can tweak those parameters and re-run the model. Be aware that it's quite slow and the less you change the parameters the faster it will run. You may wish to, for example, set the VG to -3 degrees to see the extra billow, or set the roll rate to 30 degrees per second to see the passive billow shift.
The model considers both fluid (aerodynamic) and structural effects. On the fluid side, it's a vortex lattice method for those of you who know what that is. Structurally, it considers the effects of the sail stretching, the leading edge bending, the battens and the floating keel. In this simplified demo you can just see the resulting shape of the wing, but it is also possible to read the lift, drag, sideforce and torques on the wing which give an indication of performance and handling. I believe the model currently captures a large number of the significant factors in the design of a flex wing. It's debatable whether it captures all of them accurately or whether it could be adapted to do so.
Incidentally, the reason why I started making this model is because I personally believe that it is likely to be possible that we can get a much better trade off between performance and handling in designs similar to current flex wings. Crudely speaking, having more sail tension reduces twist and hence induced drag, but it also reduces passive billow shift and hence handling. So there's a compromise, but there's no strict relationship that says for a given level of performance there is a particular limit on the handling. It depends on the exact shape and stiffness of the sail and frame, which is difficult to reason about analytically and to explore through trial-and-error. I believe a computer model could be the best way of finding a better design. An optimiser can explore a huge design space, even if the model is limited in its accuracy.
The address of the site is http://18.218.120.168/hgmodel. Please have a play with it. When you load the page, the model will run with the given parameters. You can tweak those parameters and re-run the model. Be aware that it's quite slow and the less you change the parameters the faster it will run. You may wish to, for example, set the VG to -3 degrees to see the extra billow, or set the roll rate to 30 degrees per second to see the passive billow shift.
The model considers both fluid (aerodynamic) and structural effects. On the fluid side, it's a vortex lattice method for those of you who know what that is. Structurally, it considers the effects of the sail stretching, the leading edge bending, the battens and the floating keel. In this simplified demo you can just see the resulting shape of the wing, but it is also possible to read the lift, drag, sideforce and torques on the wing which give an indication of performance and handling. I believe the model currently captures a large number of the significant factors in the design of a flex wing. It's debatable whether it captures all of them accurately or whether it could be adapted to do so.
Incidentally, the reason why I started making this model is because I personally believe that it is likely to be possible that we can get a much better trade off between performance and handling in designs similar to current flex wings. Crudely speaking, having more sail tension reduces twist and hence induced drag, but it also reduces passive billow shift and hence handling. So there's a compromise, but there's no strict relationship that says for a given level of performance there is a particular limit on the handling. It depends on the exact shape and stiffness of the sail and frame, which is difficult to reason about analytically and to explore through trial-and-error. I believe a computer model could be the best way of finding a better design. An optimiser can explore a huge design space, even if the model is limited in its accuracy.