Skip to content

Commit

Permalink
pretty good now
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Sep 19, 2024
1 parent ebe7b94 commit 4326ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plot_cl_cd2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ V_WIND = 8.7
# the following values can be changed to match your interest
dt = 0.05
set.solver="DFBDF" # IDA or DFBDF
STEPS = 600
STEPS = 500
PLOT = true
PRINT = true
STATISTIC = false
Expand Down
1 change: 1 addition & 0 deletions examples/plot_cl_cd_plate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if ! ("ControlPlots" ∈ keys(Pkg.project().dependencies))
using TestEnv; TestEnv.activate()
end
using ControlPlots, LaTeXStrings
plt.close("all")

set.v_wind = 14 # 25
kcu::KCU = KCU(set)
Expand Down

0 comments on commit 4326ac4

Please sign in to comment.