Optimal Design of Multi-Functional Structures: Final Project
Optimal Design of Multi-Functional Structures: Final Project
Multi-functional
Structures
Final Project
Aravind Baskar
11/9/15
ME 6607
Problem Statement
The structure: A MBB structure is considered with one load at the middle point in its top surface, as shown in Table 4, middle row in the
paper. The load can be considered as a unit load. The material has a modulus of elasticity of 100 MPa (or the unity) and the Poissons
ratio of 0.3. Set L equal to 1.0 cm.
Part 1: Conduct the topology optimization of the MBB structure using the 3D SIMP method for the minimization of the strain energy
function c as defined in the code. For this project, use the parameters listed in Table 4, middle row. Conduct the topology optimization
of the MBB structure for the following cases of filters:
Among the five cases, for this MBB structure, indicate which case provides the most black-and-white solution.
30 x 5 x 5
60 x 10 x 10
120 x 20 x 20
Provide the comparison of the two methods, the direct solver and the iterative solver, in a table similar to Table 3, to show the effect
of the different solvers.
1|Page
Solution Methodology:
The given code was analysed and the functioning of the various scripts was studied. The problem was studied so as to implement the
loads and boundary conditions and different filters. The Matlab code from the source was used for implementation of the program for
minimising the value of objective function so as to find the optimal design.
2|Page
Direct Solver
Iterative Solver
Remarks
30 x 5 x 5
0.028s
0.45s
60 x 10 x 10
0.65s
1.6s
120 x 20 x 20
34s
26s
the
performance
of
the
Observations:
It is to be studied whether usage of a filter size equal to element size has a better convergence and solution when compared to other
filter sizes. The results of those tests are also attached with this for supporting this argument. When filter size is equal to element size
the filter produces almost identical results irrespective of filter used.
3|Page