- Posts: 5
Incident angle for each heliostat
- weipin
- Topic Author
Less
More
27 Jul 2018 19:13 #6365
by weipin
Hi , support team,
I would like to find an equation to calculate the incident angle hourly of each heliostat .I referred to github.com/NREL/ssc/blob/develop/ssc/cmod_tcsmolten_salt.cpp and github.com/NREL/ssc/blob/develop/ssc/cmod_solarpilot.cpp but I could not find any solution .
Incident angle for each heliostat was created by weipin
Hi , support team,
I would like to find an equation to calculate the incident angle hourly of each heliostat .I referred to github.com/NREL/ssc/blob/develop/ssc/cmod_tcsmolten_salt.cpp and github.com/NREL/ssc/blob/develop/ssc/cmod_solarpilot.cpp but I could not find any solution .
Please Log in or Create an account to join the conversation.
- pgilman
Less
More
- Posts: 5415
30 Jul 2018 10:39 #6366
by pgilman
Replied by pgilman on topic Incident angle for each heliostat
Hello,
For the CSP models, look for source code in the TCS folder rather than in the SSC folder. Also, please refer to the technical manuals listed on the SAM website for written descriptions of the models:
sam.nrel.gov/performance
When examining the source code files, it is best to do so in an integrated development environment (IDE) so you can more easily find where functions are defined. Even if you do not plan to build the project, you can download the entire repository, and use an IDE to explore the C++ code.
Best regards,
Paul.
For the CSP models, look for source code in the TCS folder rather than in the SSC folder. Also, please refer to the technical manuals listed on the SAM website for written descriptions of the models:
sam.nrel.gov/performance
When examining the source code files, it is best to do so in an integrated development environment (IDE) so you can more easily find where functions are defined. Even if you do not plan to build the project, you can download the entire repository, and use an IDE to explore the C++ code.
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
Moderators: pgilman