Airfoil profile in CascadeStudio #146
raydeleu
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This experiment shows how to create an airfoil profile in CascadeStudio. The code below contains two approaches:
BSplineTo
method to force a curve through the airfoil coordinatesThe second approach requires a small hack to make it work, namely starting the sketch at a position that is displaced by a small amount from the trailing edge of the profile. If the curve is started at the trailing edge two points are at the same location resulting in an error. An alternative would probably be to remove the first point from the data file.
As a third approach I tried to use a 3D spline through the airfoil coordinates. I then ran into the issue that I was not able to create a face from this wire. Without creating a face the extrusion of the airfoil yields a surface instead of a solid.
Beta Was this translation helpful? Give feedback.
All reactions