0% found this document useful (0 votes)
53 views

Chapter 8 Optimization 1

This document summarizes two optimization problems. The first problem involves adjusting the y-coordinates of points P2, P3, and P6 on a flexible gripper to reduce stress while keeping x-coordinates fixed. The second problem involves optimizing the width W and radius R of a triangular plate to reduce material usage, with W initially at 30mm and ranging from 20-30mm and R initially at 10mm and ranging from 5-15mm. Key concepts discussed include input/output parameters, design points, objectives and constraints, and optimization algorithms.

Uploaded by

Chaitanya Kotha
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views

Chapter 8 Optimization 1

This document summarizes two optimization problems. The first problem involves adjusting the y-coordinates of points P2, P3, and P6 on a flexible gripper to reduce stress while keeping x-coordinates fixed. The second problem involves optimizing the width W and radius R of a triangular plate to reduce material usage, with W initially at 30mm and ranging from 20-30mm and R initially at 10mm and ranging from 5-15mm. Key concepts discussed include input/output parameters, design points, objectives and constraints, and optimization algorithms.

Uploaded by

Chaitanya Kotha
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Chapter 8 Optimization 1

Chapter 8
Optimization
8.1 Flexible Gripper
8.2 Triangular Plate
8.3 Review
Chapter 8 Optimization Section 8.1 Flexible Gripper 2

Section 8.1
Flexible Gripper
P4(35,160)

Problem Description
P3(69,120)

Positions of the P2, P3, and P6 are free to be changed. P5(34,100)

The idea is to x the X-coordinates of these points and P6(24, 60)

adjust their Y-coordinates to achieve a better GA value. P7(0, 50)


P2(90, 40)
Allowable adjustment ranges are 10 mm for P2, 20 mm Y

for P3, and 5 mm for P6.


P1(70, 0) X
The maximum stress should not exceed 15 MPa.
Chapter 8 Optimization Section 8.1 Flexible Gripper 3

Techniques/Concepts

Input Parameters
Output Parameters
Design Points
Optimization
Objectives and Constraints
Optimization algorithms
Current Design
Chapter 8 Optimization Section 8.2 Triangular Plate 4

Section 8.2
Triangular Plate

[1] we want to
Problem Description change the values
of W and R to
reduce the amount
[2] The initial value of of material.
the width of the
bridge is 30 mm and
its allowable range is W
20-30 mm.

[3] The initial value of the


radius of the llet is 10 mm R
and its allowable range is
5-15 mm.
Chapter 8 Optimization Section 8.2 Triangular Plate 5

Techniques/Concepts

No additional techniques/concepts are introduced.

You might also like