You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a potential upcoming project, we've been asked to develop a backtracking strategy for two-axis trackers.
However, the twoaxistracking package has been developed on the simplifying assumption that all trackers are normal to the sun, which significantly simplifies the geometrical calculations.
If this project is granted, the geometry calculations will be overhauled to allow for trackers that are not normal to the sun. My initial idea is to add two additional arguments in order to be able to specify tracker position (surface_elevation and surface_azimuth). These two parameters could be optional, and when not specified default to true tracking, i.e., normal to the sun.
The underlying code needs a major modification, where I'm imagining that the collector geometry has to be projected into the coordinate system normal to the sun.
Edit October 2024. It is unlikely to be added at the moment.
The text was updated successfully, but these errors were encountered:
AdamRJensen
changed the title
Backtracking and overhaul of geometry handling
Backtracking and overhaul of geometry calculations
Mar 11, 2024
In a potential upcoming project, we've been asked to develop a backtracking strategy for two-axis trackers.
However, the
twoaxistracking
package has been developed on the simplifying assumption that all trackers are normal to the sun, which significantly simplifies the geometrical calculations.If this project is granted, the geometry calculations will be overhauled to allow for trackers that are not normal to the sun. My initial idea is to add two additional arguments in order to be able to specify tracker position (
surface_elevation
andsurface_azimuth
). These two parameters could be optional, and when not specified default to true tracking, i.e., normal to the sun.The underlying code needs a major modification, where I'm imagining that the collector geometry has to be projected into the coordinate system normal to the sun.
Edit October 2024. It is unlikely to be added at the moment.
The text was updated successfully, but these errors were encountered: