I'm working through an example I have been given to study. Suppose I have a 2m X 4m photovoltaic panel on my roof that is irradiated with a solar flux of $G_s = 700W/m^2$.
Given:
$\alpha_s = 0.83$
$\eta = P/\alpha_sG_sA = 0.553-0.001T_p/K$
$\epsilon = 0.90$ $T_{sur} = T_\infty = 35^oC$
$h = 10W/m^2K$
I want to find how much electric power is generated. I start by using the energy balance equation.
$E_{in} - E_{out} + E_{generated} = E_{stored}$
$E_{in} = \alpha_sG_sA$
$E_{out} = \epsilon\sigma(T_s^4 - T_{sur}^4)A + h(T_s - T_\infty)$
$E_{generated} = -P_{elec}$
$E_{stored} = 0$
Okay, so here is my first question - why is $E_{generated} = -P_{elec}$ and not $E_{generated} = +P_{elec}$? Where did the negative come from?
After plugging it all into the energy balance equation, I get: $\alpha_sG_sA -[\epsilon\sigma(T_s^4 - T_{sur}^4)A + h(T_s - T_\infty)]-P_{elec} = 0$
$(0.83)(700)(2)(4) -[(0.90)(5.67X10^{-8})((T_p)^4 - (35+273)^4)(2)(4) + (10)(T_p - (35+273))]- (0.553-0.001T_p)(0.83)(700)(2)(4) = 0$
Plugging this into my TI-89 calculator, I get $T_p = -666.633$ or $T_p = 335.051$
Obviously, I take $T_p = 335$ since it probably shouldn't go below absolute zero :-) but since I am asking questions - what does the negative value represent? Does it mean anything at all?
Now that I have $T_p$, I plug that into $\eta = P/\alpha_sG_sA = 0.553-0.001T_p/K$ to solve for the power generated. If I do it this way, I get $P = 1010W$. Here's a funny problem, though - if I plug $T_p$ into $\alpha_sG_sA -[\epsilon\sigma(T_p^4 - T_{sur}^4)A + h(T_p - T_\infty)]-P_{elec} = 0$, I get $P = 1032W$. Why the difference? Does it have something to do with the way the calculator solves the problem? Or is there a mistake somewhere?
Thanks so much for looking at this and leading me in the right direction.