By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

15
CONICAL HELIX CURVES SIMULATING CONICAL GEARS By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz

Transcript of By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

Page 1: By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

CONICAL HELIX CURVES

SIMULATING CONICAL GEARS

By Cheddi Charles and Amber LeCroy

Mentor: Dr. Guy Bernard

Suggested by Dr. Salim Azzouz

Page 2: By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

A Continuously Variable Transmission A CVT (continuously variable transmission) gives a constant

RPM from a variable RPM.

No geared CVT currently.

Page 3: By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

Parametric Equations

Parametric Equations for surfaces

Parametric Equations for curves on these surfaces

Page 4: By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

Simple Cone

The equations for a simple conical surface.

Page 5: By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

Archimedean Spiral SurfaceThe equations for an Archimedean spiral surface.

Page 6: By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

Logarithmic Spiral Surface

The equations for an Logarithmic spiral surface.

Page 7: By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

Project Direction

Place curves on a simple cone to simulate gear teeth.

Constant distance between curves

Constant curve angle

Page 8: By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

Helixes based on the cone radiusThe equations for the conical helixes based on the cone’s radius.

Where m is a constant that can stretch or compress the helix.

These equations were then programed in a MATLAB program.

{

Page 9: By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

Simple Cone with Helixes based on the radius

View m = 0.5 m = 2

Angle

Side

Page 10: By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

Helixes based on the cone length

The equations for the conical helixes based on the cone’s length.

Where α changes the cone

angle and n changes the

distance between lines.

These equations were also programed into MATLAB.

{

Page 11: By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

Recommended Surface

Page 12: By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

Cone with Helixes based on the length

This program placed ten curves at a distance of d = 0.5 units apart along the length of the surface.

This program placed fifty curves at a distance of d = 0.1 units apart along the length of the surface.

Page 13: By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

New Shapes

Calculate equations that keep the angle of a helix constant.

Trace new surface in MATLAB.

Look a distance between curves.

Page 14: By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

Constant Angle Helixes

Side view of acorn shaped surface. It has one constant angle helix curve placed upon it.

This is an angle view of the same surface. The singlehelix makes several turningsbefore reaching the end of the surface.

Page 15: By Cheddi Charles and Amber LeCroy Mentor: Dr. Guy Bernard Suggested by Dr. Salim Azzouz.

Future Research

Explore other parametric equations that will trace different surface shapes.

Simulate other types of gear teeth in the current MATLAB programs.