Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Mar 10, 2024
1 parent 5b8b7cf commit 84b20b7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions mwes/mwe_01.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using KiteUtils, KiteModels, KitePodModels
using KiteModels

SEGMENTS::Int64 = se().segments
kcu::KCU = KCU(se())
kps4::KPS4 = KPS4(kcu)
kps4::KPS4 = KPS4(KCU(se()))

kps4.set.depower = 23.6
integrator = KiteModels.init_sim!(kps4; stiffness_factor=0.035, prn=false)
nothing
nothing

0 comments on commit 84b20b7

Please sign in to comment.