Airfoil class should optionally enforce trailing edge tangents · Issue #26 · p-chambers/occ_airconics · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dism
8000
iss alert
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).
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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 theAirfoil
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 theAirfoil
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).The text was updated successfully, but these errors were encountered: