Recent content by annie.1991
-
A
How can I solve non-linear heat conduction with a variable thermal conductivity?
Hi everyone I am trying to solve non linear heat conduction where thermal conductivity is function of temperature, I am solving it by finite difference method. this is my equation ∂2t/∂x2+∂2t/∂y2 *k(t)= -q (x,y) i have solved the equation taking k(t)= a-b*t,and when i further solved the...- annie.1991
- Thread
- Conduction Heat Heat conduction Nonlinear
- Replies: 2
- Forum: Mechanical Engineering
-
A
Graduate Nonlinear conduction,where thermal conductivity depends on temparature
i understood about k(i,j).if i take initial values of k as ones matrix and run the program with your given sujjestion then there will be no influence or no change in values of martix K. in my code I have considerd K(T) = a - b*T where a>>b a and b are variables. i just taught i can see the...- annie.1991
- Post #5
- Forum: Differential Equations
-
A
Graduate Nonlinear conduction,where thermal conductivity depends on temparature
Thanks for your reply and your sujjestion, Probably What i can undestand from your sujjestion is the linear heat conduction,but i am trying to do a non linear heat conduction where thermal conductivity (K) depends on Temparature (T).If you would have any better idea of solving this kind of...- annie.1991
- Post #3
- Forum: Differential Equations
-
A
Graduate Nonlinear conduction,where thermal conductivity depends on temparature
Hi everyone, i am trying to solve and program a non linear differential equation in MATLAB where thermal conductivity depends on temparature.I am trying it to solve by explicit finite difference method. the given equation is ∂2t/∂x2+∂2t/∂y2 *k(t)= -q (x,y) i have solved the equation taking...- annie.1991
- Thread
- Conductivity Nonlinear Thermal Thermal conductivity
- Replies: 7
- Forum: Differential Equations