/TITLE, Your name, ME 421, and date here, heat1.a ! Temperature drop across wall /PREP7 temp1=70 ! inside temperature temp2=20 ! outside temperature ET,1,Link32 ! 2D thermal conduction R,1,1 ! area = 1 sq ft MP,KXX,1,0.5 ! thermal conductivity of glass N,1,0 N,2,(0.25/12) ! convert to feet TYPE,1 ! element type (ET) 1 MAT,1 ! material property MP 1 REAL,1 ! area R 1 E,1,2 FINISH ! preprocessor section /SOLUTION ! solution section antype,static ! analysis type is static outpr,basic,1 outpr,nload,1 D,1,TEMP,temp1 ! node 1 temp D,2,TEMP,temp2 ! node 3 temp SOLVE FINISH ! solution section /POST1 ! post processor ! /output,Temp,txt,D:\Ansys\ ! Temperature and heat /output,Temp,txt,U:\win\Ansys\ ! Temperature and heat prnsol prrsol ! FINISH ! post processor ! NODE TEMP ! 1 70.000 ! 2 20.000 ! NODE HEAT ! 1 1200.0 ! 2 -1200.0