How can I calculate Tc and CE, when both the variables are interdependent?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Torsten
el 14 de Mzo. de 2018
Linear System of equations for Tc and CE (2 equations for 2 variables). Use Cramer's rule or \ to solve.
Best wishes
Torsten.
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!