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.

回答(1 个)

Torsten
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.

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by