ufechner7 / KiteModels.jl

Kite and tether models for the simulation of kite power systems
https://ufechner7.github.io/KiteModels.jl/
MIT License
8 stars 2 forks source link

Implement find_steady_state() for four point model #16

Closed ufechner7 closed 2 years ago

ufechner7 commented 2 years ago

This is a bit more involved then for the 3 point model because not for all particles the y position is zero. Two particles have a y position that is not zero, but they must be symmetric which means y_C=-y_D .

ufechner7 commented 2 years ago

Work in progress, see #17

ufechner7 commented 2 years ago

Closed by merging #17