Skip to content

Latest commit

 

History

History
93 lines (45 loc) · 5.47 KB

wholeyear.md

File metadata and controls

93 lines (45 loc) · 5.47 KB

Building a polar-mounted mechanism which rotates a mirror to follow the sun along the day is not enough to make it work all along the year: sun altitude will change by +/-24° from equinox to solstice; this page analyses how to add this movement to a passivesun-follower mechanism. The sun follows a simple arc in the sky along the day; unfortunately, this arc does not remain the same along the day, due to orbital mechanics:

sun path in 3d

This site shows how this arc moves in the sky along the year: http://andrewmarsh.com/apps/staging/sunpath3d.html

Seen from ground, with observer always in same position along the year, and sun position marked always at same hour in the day, the sun appars describing a curve named "analemma":

image

Analemma has an "8" shape, both if plotted in Alt/Az coordinates and Declination/Hour coordinates; the big difference is that if plotted in Alt/Az, the curve is different for any different latitude of the observer; instead, if plotted in terms of Declination and Hour Angle changes, the curve is costant.

In Declination/HourAngle coordinates:

image (source)

In Altitude/Azimuth coordinates:

image

How does this apply to real life? You must consider the 2 possible mounts of telescopes:

image

https://www.virtualtelescope.eu/2016/09/29/montatura-del-telescopio/

If you use equatorial mount, where the telescope rotates around an axis pointed to North, declination changes will make telescope move toward North or South, Hour Angle changes will make it rotate clockwise or counterclockwise, or accelerate/decelerate w.r.t its 24h rotation.

Turning math into mechanics

The declination change along the year follows this plot:

image

It's easy to implement this plot by converting it into polar coordinates to get a cam:

image

The hour angle along the year is much more complex:

image

It is possible to obtain this profile combining the two factors which contribute to Equation Of time, using 2 cams:

image

or you can combine the two contributions into a sinlgle cam; there are two possibilities: the "kidney" cam, and the Greubel/Forsey cam:

image

Applying a rotating follower to a declination cam and another rotating follower to kidney cam, you get two mechanisms which produce the angular changes for declination and hour angle, i.e. you turn each constant angular rotation into an oscillating movement, which combined make the sun pointer follow the analemma path around the polar axis:

image

An heliostat could be seen as a peculiar type of polar-mounted telescope, which always points the same "star": the Sun; to properly follow the sun all along the year, rotating the mirror driver around polar axis one turn every 24 hours is not enough: corrections to sun declination and hour angle must be added to the instrument.

One of Foucault's heliostat designs apparently could do the trick, being it equipped with two gears which allow external inputs:

Foucault

  • "q" allows introducing time variations (Hour Angle or Right Ascension, it's not clear to me) to the upper clock mechanism
  • "u" allows introducing declination variations without affecting upper clock mechanism

Question is: which mechanisms should be connected to "q" and "u" to automatically follow the sun along each day of the year?

Maybe these sites could provide some hints (I am currently investigating):

How to build cams

image

Cams plotter - try it here: link

Plotter for "kidney cam", Greubel/Forsey cam, declination cam and analemma.

You can download ready-made ownload cams from this folder: https://github.com/jumpjack/heliostat/tree/main/cams

You can use CamFollowerJS to import JSON cams and simulate cam/follower mechanism: link

You can use Algodoo to import cams as 3d images and build 3d mechanisms.