To anyone that is already familiar with heat transfer problems I’m hoping my question seems simple. It’s based off a hw problem from an introductory heat / momentum transfer class.
I’m working on a hypothetical system where heat is transferred through a plane wall. We approximate the direction of heat flux as if it were moving in only one dimension, in this case the x-direction. We know the thickness of the wall to be 2L, where it is decided for convenience to analyze the wall about position = 0, where the left side ranges from -L : 0 and the right side from 0 : L; the ambient temperature to the left of the wall is to be v (dimensions K), the convective heat flow coefficient is s (W/ m^2 - K); on the right side the environment temperature is given as w (K), while the convective heat coefficient is z (W/ m^2 - K).
The conductive coefficient of the wall is also given as k (W/m-K), which does not vary as a function of temperature or position. Within the wall there is also a certain amount of heat generation (incidentally due to electron flow through a wire), which we denote as q. q is the final variable of interest, which I’d like to represent as a function of a single temperature variable (besides q, all the values so far given are to be taken as constants).
Now the differential equation that seems appropriate to model this system is T’’ = -q/k, where T is a function of position. The environmental temperatures that are known are not directly linked to this equation. Given Initial condition specifications (T(-L) = x, T(L) = y) we find temperature as a function q, where variables x and y represent the temperatures at the surface of the wall (recall that these temperatures are not provided). These temperatures, x and y, may be linked to the environmental temperature by stipulating that the heat flux at -L and L are to be equal to the convective heat flux from / towards the wall. This reduces to
T ’ (- L) = (s/k)(x - v)
T ’ (+L) = (z/k)(y - w)
These equations may be related to the general solution of T’’ = -q/k by implementing the boundary conditions so far stipulated. The final system of equations obtained is thus:
(x - y)/(2L) = -(s/k)(x - v),
-(qL/k) + (x - y)/(2L) = -(z/k)*(y - w)
Where x and y are the variables of interest. Given these I may readily represent q as a function of temperature. However, I found solving for x and y to be too laborious by hand, so I asked Wolfram|Alpha to solve it for me. Wolfram readily provides a pair of solutions, but it appears that the it represents y and x as not being a function of w. This seems counter intuitive to me as this would imply that the temperature distribution of the system would be somehow independent of the environmental heat to the right of the wall (here represented as w). A link to the solution may be found here:
For the life of me I can’t see the issue in my approach. Are there any experienced dopers out there which feel generous enough to spare me some snarky wisdom?