Partial differential equation boundary

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 2K views
ficku1

Homework Statement


I have to calculate the stationary field inside a room.

Homework Equations

The Attempt at a Solution


I used the diffusion equation to calculate the temperature, which is
T(x,y)=(Eeknx+Fe-knx)cos(kny),
k=(n*pi/a), a is the length of the room.
Now i have to satisfy boundary conditions
-λdT/dx(x=0,y)=h((T(0,y)-T1) and
-λdT/dx(x=a,y)=h((T2-T(a,y)).

h is convective heat coefficient.
I am wondering if this is possible to solve without the use of Matlab or some programme?
I can't figure out how to get constants E and F with these two BCs.

I tried and i got

-λk(E-F)cos(ky)=h((E+F)cos(ky)-T1) but i don't know how to continue. Do you mulltiply it by cos(kmy) and then integrate it? But I can't come to any reasonable result, i can't get the E or F out of it.

If anybody has any advice i would be very happy to hear it.
Thank you.
 
Physics news on Phys.org
I am solving this problem:
House: a room (see figure) has perfectly isolated walls, except the two windows where a convective heat exchange takes place (with the same transfer coefficient). Outside temperature in front of a sun-faced wall-sized panoramic window is T1, while at the back it is T2. Calculate the stationary temperature field inside the room. You can also play by adding an additional energy flux through the front window due to a sunlight at an angle φ.
 

Attachments

ficku1 said:

Homework Statement


I have to calculate the stationary field inside a room.

Homework Equations

The Attempt at a Solution


I used the diffusion equation to calculate the temperature, which is
T(x,y)=(Eeknx+Fe-knx)cos(kny),
k=(n*pi/a), a is the length of the room.
Now i have to satisfy boundary conditions
-λdT/dx(x=0,y)=h((T(0,y)-T1) and
-λdT/dx(x=a,y)=h((T2-T(a,y)).

h is convective heat coefficient.
I am wondering if this is possible to solve without the use of Matlab or some programme?
I can't figure out how to get constants E and F with these two BCs.

I tried and i got

-λk(E-F)cos(ky)=h((E+F)cos(ky)-T1) but i don't know how to continue. Do you mulltiply it by cos(kmy) and then integrate it? But I can't come to any reasonable result, i can't get the E or F out of it.

If anybody has any advice i would be very happy to hear it.
Thank you.
In your boundary conditions, what is ##\lambda##? Why do you have no "##n##" on your E and F; that is, should the solution be
$$T(x,y) = \sum_{n} \left( E_n e^{k_n x} + F_n e^{-k_n x} \right) \cos (k_n y) ? $$

Also, you should explain briefly how the ##k_n = n \pi/a## arise, and show briefly how you obtained your formula for ##T(x,y)##. For all we know you might have made a mistake, but we cannot tell if you don't supply more details.
 
Last edited:
Yes, the equation should be like that.
λ is thermal conductivity.
I have attached a document where you can see my calculations.
 

Attachments

ficku1 said:
Yes, the equation should be like that.
λ is thermal conductivity.
I have attached a document where you can see my calculations.

Why are two of your boundary conditions given as
$$-\lambda \frac{\partial}{\partial x} T(x=a,y) = h [T(a,y)-T_1]\;\; \text{and} \; -\lambda \frac{\partial}{\partial x} T(x=0,y) = h[T_2 - T(0,y)]$$
instead of just ##T(a,y) = T_1## and ##T(0,y) = T_2##?
 
Last edited: