×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Airfoil in cylindrical coordinates

Airfoil in cylindrical coordinates

Airfoil in cylindrical coordinates

(OP)
I am using Acad 2006. I need to plot airfoils in cylindrical coordinates so several sectons at different radii can be combined into a fan blade. All insights gratefully accepted!

RE: Airfoil in cylindrical coordinates

This is going to be tough.  Assuming that you have your X,Y and Z values for each section, I would line up these section on a common axis parallel to the Z axis,then use the surface 3D mesh command.  I never used the 3D mesh command but from reading the help section, it seems to be the way to go.  I am quiet certain that you can not invoke the solid draw commands w/ ACAD 2006 to do what you want.  Now just to give an idea what I did w/ACAD 2000 a few years back, I combined it w/Mechanical desktop to draw a solid spiral bevel gear.  

RE: Airfoil in cylindrical coordinates

(OP)
Thanks Chicopee. I have r, theta, z, not x,y,z.  Will try it!

RE: Airfoil in cylindrical coordinates

(OP)
Sorry-No joy.  3d mesh seemingly won't work. And niether will anything else. HELP!

RE: Airfoil in cylindrical coordinates

I would write a formula in Excel to give you x,y coordinates (relative to 0,0).  You can paste these x,y coordiantes in to AutoCAD command prompt for polyline coordinates.  This would give you the different outlines.  I assume you have sections at intervals.  After they're in AutoCAD assign a z value to the polylines to represent separation of the sections.  Or you could assign the z in Excel, then draw 3dpolylines in AutoCAD.

After sections are drawn, use something like "ruled surface" to create a mesh of entire airfoil.

RE: Airfoil in cylindrical coordinates

(OP)
Hi CarlB:  I'm not sure why you suggest xyz coordinates rather than r theta z. Please clarify.

RE: Airfoil in cylindrical coordinates

You can enter cylindrical coordinates directly into AutoCAD, but would be tedious and error-prone.  Entering it in Excel is a much easier interface and allows checking.  From AutoCAD help for cylindrical coordinates:
--------------------------------------------------

To enter cylindrical coordinates

At a prompt for a point, enter the coordinate values using the following format:

x<[angle from X axis],z

X represents the distance from the UCS origin (0,0,0)
Angle from X axis represents the angle from the X axis in the XY plane.
Z represents the distance from the origin (0,0,0) along the Z axis.
For example, 4<60,2 represents a location that is 4 units along the X axis from the UCS origin measured at 60 degrees from the positive X axis and at 2 units in the positive Z direction.
-----------------------------------------------------

To omit the x-y conversion formula-writing step you could enter data in Excel and get it into the AutoCAD cylindrical format.  Start the 3d polylines in AutoCAD, then paste in the Excel data.

If in Excel you have columns of radius, angle, and z in columns A -- C, then formula to create AutoCAD ready input would be"

=A1&"<"&B1&","&C1

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources