How can I calculate Tc and CE, when both the variables are interdependent?
1 次查看(过去 30 天)
显示 更早的评论
I am trying to form a basic model of Solar PV with an hourly data of one whole year. In order to calculate the final output from the single PV module, I first have to calculate the cell temperature (Tc) and efficiency (CE), which are interrelated and unknown. The following are the equations for Tc and CE:
Tc=Ta+((G/800)(NOCT-20)(1-(CE/τα)))
CE=NCE(1-β(Tc-25)+0.12log(G/1000))
Can anyone help me in coding the above two equation to get Tc and CE as a number. Thank you.
0 个评论
回答(1 个)
Torsten
2018-3-14
Linear System of equations for Tc and CE (2 equations for 2 variables). Use Cramer's rule or \ to solve.
Best wishes
Torsten.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!