Compliant Mechanisms Synthesis – Top3d
In mechanical engineering, compliant mechanisms are flexible mechanisms that transfer an input force or displacement to another point through elastic body deformation. These are usually monolithic (single-piece) or jointless structures with certain advantages over the rigid-body, or jointed, mechanisms. In this tutorial, you will learn how to change the top3d program to solve compliant mechanism synthesis.
A compliant mechanism problem involves loading cases: input loading case and dummy loading case. The code also needs to implement a new objective function and its corresponding sensitivity analysis. To demonstrate this implementation, let us consider a three-dimensional force inverter problem as shown in figure below. With an input load defined in the positive direction, the design goal is to maximize the negative horizontal output displacement. Both the top face and the side force are imposed with symmetric constraints; i.e., nodes can only move within the plane.
Step.1: Define Loading Conditions
The new loading conditions as well as input and output points are defined as follows:
Step.2: Define Boundary Conditions
The boundary conditions are defined as below:
Step.3: Adding external springs
The external springs with stiffness are added at input and output points after line 71.
Step.4: Changing objective function and sensitivity analysis
The expressions of the objective function and sensitivity are modified in lines 74-76.
Step.5: Changing OC subroutine
The convergence criteria for the bi-sectioning algorithm (lines 82-83) is improved by the following lines:
To improve the convergence stability, the damping factor of OC-method changes from 0.5 to 0.3 and also takes the positive sensitivities into account, then line 85 is changed to:
Step.6: Running the program
The final design shown above is promoted by the line in the Matlab
: