Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Model parabolic helix

Status
Not open for further replies.

detandj

Mechanical
Joined
Oct 16, 2008
Messages
3
Location
BE
I would like to model a helix curve that follows a paraboloid (shape of a reflector).

I tried to make a helix, but only arrive at making a linearly varying helix (following a cone).
 
Assuming you used the helical sweep function, when you sketch the profile of the trajectory, draw a parabola instead of a straight line.
 
you can create a curve by equation with

x=t
y=0
z=t^2

basic reflector shape


then use that curve to create a revolved surface

create another curve by equation ... a flat spiral

r=.25+t*.75
theta=360*t*7
z=0

project that curve to the surface

you can use the projected curve for a sweep or vss

you can offset the revved surface to allow for your section

 
Guess this is a little late to help the OP
(took a bit of review and head scratching)
but, fwiw, to add to ...

A non-rational degree 2 bezier describes a precise
parabolic curve. A Sketcher Conic Arc entity with
rho = 0.5 is that curve.

(It might be worthwhile to review the definition
of 'rho'. It is the ratio of distances ...
chord to a parallel line tangent to the curve
divided by chord to tangent vector intersection.)

System tolerance b-spline approximations of
parabolic curves with monotone rate (maximum
curvature at one end) can be created using
the equations
x = t, y = t^2 or x = t, y = t^(1/2)

The equations
r = t^(1/2), theta = 360 * turns * t, z = t
will create a helical curve tracing the form
of a parabolic revolute.

The attached (WF2) might help connect the dots.

-Jeff Howard (wf2)
Sure it's true. I saw it on the internet.
 
 http://files.engineering.com/getfile.aspx?folder=b80fe484-926b-48ca-baa8-291a9bba767f&file=parabadoodles--wf2--.prt.zip
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top