[TheForge] basket candlestick models uploaded to photo page.
Terry L. Ridder
[email protected]
Wed Oct 23 14:52:01 2002
hello;
i have uploaded 4 povray renderings of the basket candlestick
project on page 45 of blacksmith cookbook, recipes in iron by
francis whittaker.
basket_candlesticks_plain.jpeg
just plain straight 1/4" round rod.
basket_candlesticks_no_twist.jpeg
the 1/4" round rods have been expanded out.
the function used to expand out the baskets was a
damped simple harmonic motion--underdamping function.
the function and parameters are given below.
exp((-beta / 2) * t) * (A * cos(gamma * t) + B * sin(gamma * t))
where t is equal to the twist_count. twist_count range was 0 to 300.
A = 0.0;
B = 3.0;
beta = 0.3;
w0 = 0.4;
alpha0 = pow(beta, 2) - 4 * pow(w0, 2);
gamma = sqrt(-alpha0) / 2;
basket_candlesticks_no_expand.jpeg
the 1/4" round rods have been twisted in a simple sine wave.
the angle range was 0 to 1-2/5 pi.
basket_candlesticks.jpeg
the completed candlesticks.
combine the damped simple harmonic motion--underdamping function
and the sine wave function the completed basket candlestick
project is obtained.
the urls are below.
http://www.photoaccess.com/share/guest.jsp?ID=A1DF8725129&cb=PA
http://www.photoaccess.com/share/guest.jsp?Gallery=ACCD2E22D0D&cb=PA
now i do have a couple ideas now about how to make each rod.
--
Terry L. Ridder ><>