Heat conduction - Top3d
Heat in physics is defined as energy transferred between a system and its surrounding. The direct microscopic exchange of kinetic energy of particles through the boundary between two systems is called diffusion or heat conduction. In this tutorial, you will learn how to use top3d to solve heat conduction problems.
The implementation of heat conduction problems is not more complex than the one for compliant mechanism synthesis since the number of Degree Of Freedom (DOF) per node is one rather than three. Following the implementation of heat conduction problems in two dimensions, the implementation for three dimension problem as shown below is suggested in the following steps.
Step.1: Adding thermal conductivities
First, the elastic material properties (lines 8-10) are changed to the thermal conductivities of materials
Step.2: Changing Boundary conditions
The boundary conditions for the heat condition problem, i.e., a rectangular plate with a heat sink on the middle of top face and all nodes are given a thermal load as shown above, are changed corresponding (lines 10-18).
Step.3: Changing auxiliary variables
Since there is only one DOF per node in heat condition problems, some variables need to change correspondingly, such as , .
Change the total number of DOFs and the force vector in lines 21-22
The element conductivity matrix is called in line 25 by
and it is defined in lines 99-145
The finite element connectivity matrix is changed in lines 30-35
Step.4: Changing Finite Element Analysis Functions
The global conductivity matrix is assembled in a different way, hence line 70 need to change as
The evulation of the objective function and analysis of the sensitivity are given in lines 75-76
Step.5: Running program
The optimized topology is derived as shown below by promoting the following line in the Matlab
: