Skip to content

Commit

Permalink
increase xfoil repanel resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdsharpe committed Feb 26, 2024
1 parent bb9afac commit b579063
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions aerosandbox/aerodynamics/aero_2D/xfoil.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,12 @@ def _default_keystrokes(self,

if self.xfoil_repanel:
run_file_contents += [
"pane",
# "ppar",
# "",
"ppar",
"n 279" # Highest number of panel points before XFoil IWX array overfills and starts trimming wake
"",
"",
"",
# "pane",
]

# Enter oper mode
Expand Down

0 comments on commit b579063

Please sign in to comment.