Skip to content

Commit

Permalink
fix calc_alpha_depower
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Aug 9, 2024
1 parent 139ea85 commit fd21396
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/KitePodModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ function calc_alpha_depower1(kcu::KCU, rel_depower)
end

function calc_alpha_depower2(kcu::KCU, rel_depower)
delta_depower = rel_depower - 0.01 * kcu.set.depower_zero
return 100 * delta_depower * deg2rad(kcu.set.degrees_per_percent_power)
end

"""
Expand Down

0 comments on commit fd21396

Please sign in to comment.