-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve kite aerodynamic model #51
Comments
Great suggestion! The current model is mainly implemented in this function: Perhaps this function also needs to be adjusted: https://github.com/ufechner7/KiteUtils.jl/blob/3090aafa0f1e0c1ccc6fcbfd12c11064a5b4374a/src/KiteUtils.jl#L252C1-L284C4 Finally, most likely an additional settings.yaml file will be needed (under a new name). These lines might have to be adapted: https://github.com/ufechner7/KiteModels.jl/blob/c7b33de5074c8d5b4ac7d6926ff87a1ba9fa726e/data/settings.yaml#L38C1-L57C101 Do you have any literature about the vortex step method you suggest? If you want to implement this feature I would suggest: a. fork this repo |
Excellent, thank you for the suggestions. Here is an implemented VSM suitable for flexible kites, it conatins documentation to understand the physics behind the model: |
https://github.com/Albatross-Kite-Transport/VortexStepMethod.jl Takes around 0.01s per inflow condition in it's current state, but will be much faster in the future. I propose solving for the current inflow conditions at the start of every step. |
Use vortex step method to characterize kite aerodynamically, lumping the forces into 3 nodes.
The text was updated successfully, but these errors were encountered: