Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculations return 'None' value #15

Open
go-pujan opened this issue May 24, 2019 · 2 comments
Open

Calculations return 'None' value #15

go-pujan opened this issue May 24, 2019 · 2 comments

Comments

@go-pujan
Copy link

Hey!

During certain calculations, the results are showing 'None' return.

xf.find_coefficients(airfoil = 'naca0012', alpha = 25, Reynolds = 1e6, iteration = 100)
{'alpha': None, 'CL': None, 'CD': None, 'CDp': None, 'CM': None, 'Top_Xtr': None, 'Bot_Xtr': None}

Is this because of solving issues or seperation domain?

Thanks!

@sahilbhola14
Copy link

sahilbhola14 commented Jun 23, 2021

Did the issue get resolved? I am having the same issue.
The package installed correctly, however using the test case from the documentation I get "None"!

from aeropy.xfoil_module import find_coefficients
find_coefficients(airfoil='naca0012', alpha=12)

@nikitadurasov
Copy link

Same problem here. Any updates on this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants