Skip to content
Snippets Groups Projects
Verified Commit 6b014955 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

chore(polargen): adjust aoa range

parent e935064f
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ def main():
airfoil = parse_inputs()
reynolds = [re * 1000000 for re in [0.2, 0.5, 1, 1.5, 2, 5, 10]]
aoa = list(np.arange(-20, 30, 0.5))
aoa = list(np.arange(-18, 25, 0.5))
i = 1
for re in reynolds:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment