8000 Airfoil class should optionally enforce trailing edge tangents · Issue #26 · p-chambers/occ_airconics · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Airfoil class should optionally enforce trailing edge tangents #26

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

Open
p-chambers opened this issue Aug 11, 2017 · 0 comments
Open

Airfoil class should optionally enforce trailing edge tangents #26

p-chambers opened this issue Aug 11, 2017 · 0 comments

Comments

@p-chambers
Copy link
Owner
p-chambers commented Aug 11, 2017

Issue #22 showed some problems with interpolating airfoil curves from general point data with points_to_bspline (not the standard NACA4 or UIUC profile interpolation performed by the Airfoil class). Enforcing the trailing edge tangents to be equal to vector between the terminating points fixed this issue, and this should be added as an optional method in the Airfoil class.

I have not actually seen this issue with the Airfoil class, and suspect that it is caused by the scaling of points before interpolation, but not all airfoils in the UIUC database have been tested.

This may have knock on effects, since the last parameter of the curve is no longer 1 using this method (i.e., curve.Value(1) is not the end point).

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

1 participant
0