Skip to content

Commit

Permalink
use system.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Sep 16, 2024
1 parent b0effa5 commit 993d0e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/plot_cl_cd_plate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using KiteModels

set = deepcopy(load_settings("system_v9.yaml"))
set = deepcopy(load_settings("system.yaml"))

using Pkg
if ! ("ControlPlots" keys(Pkg.project().dependencies))
Expand All @@ -26,7 +26,6 @@ function plot_cl_cd(alpha)
display(plot(ALPHA, [cl./cd]; xlabel=L"\mathrm{AoA}~\alpha", ylabel="LoD", fig="LoD"))
end

ALPHA = 0:0.1:14
plot_cl_cd(ALPHA)



0 comments on commit 993d0e9

Please sign in to comment.