Skip to content
Snippets Groups Projects
Commit 933aa489 authored by Tamburrini Robin's avatar Tamburrini Robin
Browse files

fix: Reynolds below 200000 created issues

parent 5091eea2
Branches RT_coax
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
import numpy as np
from xfoil import calc_polar
NACA = "0021"
REYNOLDS = [re * 1000000 for re in [0.02, 0.1, 0.2, 0.5, 1, 2, 5, 10]]
NACA = "0030"
REYNOLDS = [re * 1000000 for re in [0.2, 0.5, 1, 2, 5, 10]]
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