- Posts: 5423
Maybe some minor SAM bugs, please check
- pgilman
Less
More
26 Nov 2013 10:57 #1980
by pgilman
Replied by pgilman on topic Maybe some minor SAM bugs, please check
Hi Joe,
Here is the equation for the physical trough model's design point total loop conversion efficiency that appears on the Solar Field page:
Total Loop Conversion Efficiency = Loop Optical Efficiency * Loop HCE Heat Loss
The loop Optical Efficiency equation is in the Solar Field Help topic, and is calculated from the efficiency at design and optical derate values shown on the Collectors and Receivers page. We did not include the equation for the Loop HCE Heat Loss in the documentation because it is a little involved. I will try to describe it here.
HCE heat loss at design for a single collector assembly in the loop is:
Where:
The total loop heat loss is the sum of heat loss or each assembly divided by the total SCA length per loop.
Best regards,
Paul
Here is the equation for the physical trough model's design point total loop conversion efficiency that appears on the Solar Field page:
Total Loop Conversion Efficiency = Loop Optical Efficiency * Loop HCE Heat Loss
The loop Optical Efficiency equation is in the Solar Field Help topic, and is calculated from the efficiency at design and optical derate values shown on the Collectors and Receivers page. We did not include the equation for the Loop HCE Heat Loss in the documentation because it is a little involved. I will try to describe it here.
HCE heat loss at design for a single collector assembly in the loop is:
Code:
col_assy_hl = sca_len * (1 - ( hce_hl / ( ibn * sca_ap / sca_len ) ))
Where:
Code:
col_assy_hl_hl = heat loss at design for a collector assembly in W/m<br />
sca_len = length of SCA in m<br />
hce_hl = HCE heat loss at design in W/m<br />
ibn = reference DNI (irradiance at design from the Solar Field page) in W/m2<br />
sca_ap = SCA aperture area in m2<br />
sca_len = SCA length in m</p>
The total loop heat loss is the sum of heat loss or each assembly divided by the total SCA length per loop.
Best regards,
Paul
Please Log in or Create an account to join the conversation.
- solarjoe
- Topic Author
Less
More
- Posts: 73
27 Nov 2013 03:04 #1981
by solarjoe
Replied by solarjoe on topic Maybe some minor SAM bugs, please check
Hi Paul,
thanks for your response.
The equation that you mentioned is slightly incorrect, which you can easily
see it by checking the units.
The unit of col_assy_hl is not W/m using this equation:
col_assy_hl = sca_len * (1 - ( hce_hl / ( ibn * sca_ap / sca_len ) ))
And as far as I understand, a dimensionless efficiency is needed
to calculate the "Total Loop Conversion Efficiency"
But slightly changing your equation, I finally got the right idea
on how to calculate the "Receiver Heat Loss Efficiency":
eta_loop_heat_loss = (1 - ( sca_len * hce_hl / ( ibn * sca_ap ) ))
Using this value, multiplied by the "Loop Optical Efficiency"
I get the same result that is displayed in the GUI
for the "Total Loop Conversion Efficiency".
Maybe there is some missunderstanding here, but the
equation for "heat loss at design for a collector assembly in W/m"
is mentioned for the Physical Trough Model in the
documentation at "Receivers (HCE)".
It is calculated by using the "fraction of field" and the manually entered
"Estimated heat losses".
Kind regards,
Joe
thanks for your response.
The equation that you mentioned is slightly incorrect, which you can easily
see it by checking the units.
The unit of col_assy_hl is not W/m using this equation:
col_assy_hl = sca_len * (1 - ( hce_hl / ( ibn * sca_ap / sca_len ) ))
And as far as I understand, a dimensionless efficiency is needed
to calculate the "Total Loop Conversion Efficiency"
But slightly changing your equation, I finally got the right idea
on how to calculate the "Receiver Heat Loss Efficiency":
eta_loop_heat_loss = (1 - ( sca_len * hce_hl / ( ibn * sca_ap ) ))
Using this value, multiplied by the "Loop Optical Efficiency"
I get the same result that is displayed in the GUI
for the "Total Loop Conversion Efficiency".
Maybe there is some missunderstanding here, but the
equation for "heat loss at design for a collector assembly in W/m"
is mentioned for the Physical Trough Model in the
documentation at "Receivers (HCE)".
It is calculated by using the "fraction of field" and the manually entered
"Estimated heat losses".
Kind regards,
Joe
Please Log in or Create an account to join the conversation.
Moderators: pgilman