Simple Conduction Example
Simple Conduction Example
Introduction
This tutorial was created using ANSYS 7.0 to solve a simple conduction problem.
3.Create geometry
Preprocessor > Modeling > Create > Areas
> Rectangle > By 2 Corners > X=0, Y=0,
Width=1, Height=1
BLC4,0,0,1,1
4.Define the Type of Element
Preprocessor > Element Type >
Add/Edit/Delete... > click 'Add' > Select
Thermal Mass Solid, Quad 4Node 55
ET,1,PLANE55
6. Mesh Size
Preprocessor > Meshing > Size Cntrls > ManualSize >
Areas > All Areas > 0.05
AESIZE,ALL,0.05
7. Mesh
Preprocessor > Meshing > Mesh > Areas > Free >
Pick All
AMESH,ALL
Solution Phase: Assigning Loads and Solving
1. Define Analysis Type
2. Apply Constraints
For thermal problems, constraints can be in the form of Temperature, Heat Flow,
Convection, Heat Flux, Heat Generation, or Radiation. In this example, all 4 sides of the
block have fixed temperatures.
o Click the Box option (shown below) and draw a box around the nodes on the top
line.
Plot Temperature
General Postproc > Plot Results > Contour Plot > Nodal Solu
... > DOF solution, Temperature TEMP
Note that due to the manner in which the boundary contitions were applied, the top
corners are held at a temperature of 100. Recall that the nodes on the top of the plate were
constrained first, followed by the side and bottom constraints. The top corner nodes were
therefore first constrained at 500C, then 'overwritten' when the side constraints were
applied. Decreasing the mesh size can minimize this effect, however, one must be aware
of the limitations in the results at the corners.
Melting Using Element Death
Introduction
This tutorial was completed using ANSYS 7.0 The purpose of the tutorial is to
outline the steps required to use element death to model melting of a material.
Element death is the "turning off" of elements according to some desired criterion.
The elements are still technically there, they just have zero stiffness and thus have
no affect on the model.
This tutorial doesn't take into account heat of fusion or changes in thermal
properties over temperature ranges, rather it is concerned with the element death
procedure. More accurate models using element death can then be created as
required. Element birth is also possible, but will not be discussed here. For further
information, see Chapter 10 of the Advanced Guide in the ANSYS help file
regarding element birth and death.
The model will be an infinitely long rectangular block of material 3cm X 3cm as
shown below. It will be subject to convection heating which will cause the block to
"melt".
Preprocessing: Defining the Problem
1. Give example a Title
3. Create Rectangle
Preprocessor > Modeling > Create > Areas > Rectangle > By 2 Corners
BLC4,0,0,0.03,0.03
For this example, we will use PLANE55 (Thermal Solid, Quad 4node 55). This
element has 4 nodes and a single DOF (temperature) at each node. PLANE55 can
only be used for 2 dimensional steady-state or transient thermal analysis.
Preprocessor > Material Props > Material Models > Thermal > Conductivity >
Isotropic
In the window that appears, enter the following properties:
Preprocessor > Material Props > Material Models > Thermal > Specific Heat
In the window that appears, enter the following properties:
Preprocessor > Meshing > Size Cntrls > ManualSize > Areas > All Areas...
Preprocessor > Meshing > Mesh > Areas > Free > click 'Pick All'
The window shown below will pop up. We will use the defaults, so click OK.
ANTYPE,4
Due to a glitch in the ANSYS software, there is no apparent way to do this with
the graphical user interface. Therefore, you must type NROPT,FULL into the
commmand line. This step is necessary as element killing can only be done when
the N-R solver has been used.
For a complete description of what these options do, refer to the help file.
Basically, the time at the end of the load step is how long the transient analysis
will run and the number of substeps defines how the load is broken up. By writing
the data at every step, you can create animations over time and the other options
help the problem converge quickly.
Solution > Define Loads > Apply > Initial Condit'n > Define > Pick All
Fill in the IC window as follows to set the initial temperature of the material to
268 K:
Solution > Define Loads > Apply > Thermal > Convection > On Lines > Pick All
Fill in the pop-up window as follows, with a film coefficient of 10 and a bulk
temperature of 368.
Element death can be used in various ways. For instance, the user can manually kill, or
turn off, elements to create the desired effect. Here, we will use data from the analysis to
kill the necessary elements to model melting. Assume the material melts at 273 K. We
must create an element table containing the temperature of all the elements.
o From the General Postprocessor menu select Element Table > Define Table...
o Click on 'Add...'
o Fill the window in as shown below, with a title Melty and select DOF solution >
Temperature TEMP and click OK.
We can now select elements from this table in the temperature range we desire.
Assume that the melting temperature is 273 K, thus any element with a temperature of
273 or greater must be killed to simulate melting.
Use the scroll down menus to select Elements > By Results > From Full and click
OK.
Ensure the element table Melty is selected and enter a VMIN value of 273 as
shown.
You will likely have two messages pop up at this point. Click OK to restart the analysis,
and close the warning message. The reason for the warning is ANSYS defaults to a multi-
frame restart, which this analysis doesn't call for, thus it is just warning the user.
2. Kill Elements
The easiest way to do this is to type ekill,all into the command line. Since all elements
above melting temperature had been selected, this will kill only those elements.
The other option is to use Solution > Load Step Opts > Other > Birth & Death > Kill
Elements and graphically pick all the melted elements. This is much too time consuming
in this case.
Fill in the window as shown with Elements > Live Elem's > Unselect and click
Sele All.
With the window still open, select Elements > Live Elem's > From Full and
click OK.
2. View Results
General Postproc > Plot Results > Contour Plot > Nodal Solu > DOF solution >
Temperature TEMP