Skip to content

Commit

Permalink
I updated the Daniobot example.
Browse files Browse the repository at this point in the history
  • Loading branch information
camUrban committed Dec 4, 2024
1 parent b5ec3ea commit 9d79276
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .idea/dictionaries/default_user.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion daniobot/daniobot.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,18 @@
unsteady_solver=solver,
scalar_type="induced drag",
show_wake_vortices=True,
save=False,
save=True,
)

ps.output.draw(
solver=solver,
scalar_type="induced drag",
show_wake_vortices=True,
save=True,
)

ps.output.plot_results_versus_time(
unsteady_solver=solver,
show=True,
save=False,
)

0 comments on commit 9d79276

Please sign in to comment.