0% found this document useful (0 votes)
33 views2 pages

Convection

This tutorial was created using ANSYS 7. To solve simple thermal examples. Analysis of a simple conduction as well as a mixed conduction / convection / insulation problem will be demonstrated.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views2 pages

Convection

This tutorial was created using ANSYS 7. To solve simple thermal examples. Analysis of a simple conduction as well as a mixed conduction / convection / insulation problem will be demonstrated.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

http://www.mece.ualberta.ca/tutorials/ansys/CL/cit/convection/print.

html

Thermal - Mixed Boundary Example (Conduction/Convection/Insulated)


Introduction
This tutorial was created using ANSYS 7.0 to solve simple thermal examples. Analysis of a simple conduction as well a mixed conduction/convection/insulation problem will be demonstrated. The Mixed Convection/Conduction/Insulated Boundary Conditions Example is constrained as shown in the following figure (Note that the section is assumed to be infinitely long):

ANSYS Command Listing


/title, Simple Convection Example /PREP7 ! define geometry length=1.0 height=1.0 blc4,0,0,length, height ! mesh 2D areas ET,1, PLANE55 MP,KXX,1,10 MAT,1 TYPE,1 ESIZE,length/20 ! Thermal element only ! 10 W/mC ! number of element sub-divisions/side

! area - one corner, then width and height

Copyright 2003 - University of Alberta

http://www.mece.ualberta.ca/tutorials/ansys/CL/cit/convection/print.html

AMESH,ALL FINISH /SOLU ANTYPE,0 ! fixed temp BC's NSEL,S,LOC,Y,height D,ALL,TEMP,500 NSEL,ALL NSEL,S,LOC,X,0 D,ALL,TEMP,100 NSEL,ALL ! convection BC's NSEL,S,LOC,X,length SF,ALL,CONV,10,100 NSEL,ALL ! Insulated BC's NSEL,S,LOC,Y,0 SF,ALL,CONV,0 NSEL,ALL SOLVE FINISH /POST1 PLNSOL,TEMP,,0, ! contour plot of temperatures ! bottom edge ! insulate edge ! right edge ! apply fixed temp of 100C ! select nodes on top with y=height ! apply fixed temp of 500C ! select nodes on three sides ! apply fixed temp of 100C ! STEADY-STATE THERMAL ANALYSIS

Copyright 2003 - University of Alberta

You might also like