Question: Problem # 1 Steady - State Conduction in . Two Dimensional slab figure shown below at steady - state conditions can be represented by the

Problem #1
Steady-State Conduction in. Two Dimensional slab figure shown below at steady-state conditions can be represented by the following equation:
0=k{del2Tdelx2+del2Tdely2}*T1=r
(a) Develop a code using MATLAB inbuilt functions and plot the temperature contour plots as per the boundary conditions mentioned in the figure. Use two different grid points: 1212 and 4848 in both directions.
B(n,n)=(T1+T4)
Bv=reshape(B,1,n2);
%Temperature profile
T=BvA;
Tmatrix=reshape (T,n,n);
contour(Tmatrix);
(b). Develop a code using your own logical code (such as nested for loops) and plot the temperature contour plots as per the boundary conditions mentioned in the figure. Use two different grid points: 1212 and 4848 in both directions.
0=k+T1=30\deg CT4=40\deg CT2=90\deg CT3=60\deg C explain and show all work write out the matlab code
Problem # 1 Steady - State Conduction in . Two

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!