- Posts: 25
Tracking Angle
- sebastian
- Topic Author
Less
More
13 Aug 2012 04:37 #762
by sebastian
Tracking Angle was created by sebastian
Hi,
I would like to know if there is any posibility to get from SAM as an output the tracking angle (Wcol) used to calculate the loop optical efficiency, as I can´t take it from the "graph & data" and either from the "Data base".
Thanks a lot.
Best regards.
I would like to know if there is any posibility to get from SAM as an output the tracking angle (Wcol) used to calculate the loop optical efficiency, as I can´t take it from the "graph & data" and either from the "Data base".
Thanks a lot.
Best regards.
Please Log in or Create an account to join the conversation.
- pgilman
Less
More
- Posts: 5423
23 Aug 2012 15:16 #763
by pgilman
Replied by pgilman on topic Tracking Angle
You can calculate the tracking angle as a function of the solar azimuth and elevation angles, both of which SAM reports in the hourly results.
For a N-S oriented field, the tracking angle corresponds to the azimuth angle.
For an E-W oriented field, the tracking angle corresponds to the elevation angle.
For a field not oriented along N-S or E-W axes, SAM uses the following equation:
TrackAngle = Atan ( Cos(SolarAlt) * Sin(SolarAz-ColAz)/(Sin(SolarAlt-ColTilt)+Sin(ColTilt)*Cos(SolarAlt)*(1-Cos(SolarAz-ColAz))) )
That equation is around Line 851 in the Type 250 source code file (in Help, see the Overview topic for the performance model you are using for a list of source code files and their location).
The equation is described in Chapter 4 (Equation 4.18) of the Stine and Harrigan textbook Solar Energy Systems Design (John Wiley and Sons 1986), which is available online at www.powerfromthesun.net/ .
Best regards,
Paul.
For a N-S oriented field, the tracking angle corresponds to the azimuth angle.
For an E-W oriented field, the tracking angle corresponds to the elevation angle.
For a field not oriented along N-S or E-W axes, SAM uses the following equation:
TrackAngle = Atan ( Cos(SolarAlt) * Sin(SolarAz-ColAz)/(Sin(SolarAlt-ColTilt)+Sin(ColTilt)*Cos(SolarAlt)*(1-Cos(SolarAz-ColAz))) )
That equation is around Line 851 in the Type 250 source code file (in Help, see the Overview topic for the performance model you are using for a list of source code files and their location).
The equation is described in Chapter 4 (Equation 4.18) of the Stine and Harrigan textbook Solar Energy Systems Design (John Wiley and Sons 1986), which is available online at www.powerfromthesun.net/ .
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
Moderators: pgilman