Texas A&M University MEEN 683 Multidisciplinary System Design Optimization (MSADO) Spring 2021 Assignment 5, Part A
Texas A&M University MEEN 683 Multidisciplinary System Design Optimization (MSADO) Spring 2021 Assignment 5, Part A
Assignment 5, Part A
You are expected to solve Part (a) individually. Each person must submit their own Part (a) (and
any code created for the assignment).
Compare your two algorithms (the gradient-based approach and the heuristic approach) from above
quantitatively and qualitatively for the three problems as follows:
(i) Dependence of answers on initial design vector (start point, initial population)
Let ρSupport be the density of the material used for the support, and H = 5m be the height of the
bridge above the ground, then the mass of the middle support can be computed using
MSupport = wdHρSupport .
I-beams
Center support
Direction of loading
There is a constraint that the stress of the I-beam is less than the material failure stress for the
I-beam, σFailure-Ibeams . (Note: g is the gravitational constant (9.81 m/s2 ).)
2
q L2 + MIbeams L4 g h
σIbeams = ≤ σFailure-Ibeams ,
8IIbeam nIbeams 2
where IIbeam is the moment of inertia for the I-beam given by
" 2 #
(h − 2t) t3 3
t b
h t
IIbeam = +2 + tb − .
12 12 2 2
In addition, there is a constraint that the shear stress in the I-beams is less than the material failure
stress:
MIbeams g + qL
τIbeams = ≤ σFailure-Ibeams .
4 [2bt + (h − 2t)t] nIbeams
For the middle support there are two constraints, the column cannot buckle and the stress must be
less than the material failure stress. Buckling is based on a requirement that the applied load is less
than a critical load:
MIbeams g + qL
PApplied = ≤ PCrit ,
2
where the critical load is a function of th slowest moment of inertia of the support and the modulus
of elasticity of the support material, Esupport ,
n 3 3
o
π 2 ESupport min w12d , wd
12
PCrit = 2
.
4H
The stress requirement is that the applied stress is less than the support material failure stress,
PApplied
σSupport = ≤ σFailure-Support .
wd
The bridge span (I-beams) can be made from A1 6061, A36 Steel, A514 Steel, or Titanium; how-
ever, the support can be made from A1 6061, A36 Steel, A514 Steel, or Concrete. The reason for
the difference is that concrete cannot be loaded in tension. The material properties and prices are
listed in the Table:
Material Density Modulus of Elasticity Failure Stress Cost($/kg)
(kg/m3 ) (GPa = 109 N/m2 ) (MPa = 10 N/m2 )
6
Please use the problem formulation posted on eCampus as a starting point for this problem.
(a) Please explain what optimization algorithm you chose to find the cheapest possible bridge
and why.
(b) What are the design variables and cost for the cheapest bridge?
This problem will revisit the bridge design problem. However, this time you are going to propose
a set of designs to the department of transportation so that they can choose a bridge based on the
load it will carry and the price they have to pay for the bridge. In other words, they will select a
bridge based on the load it can carry, F = qL, where q is a load per unit length (N/m), L is the
length of the bridge, 30m, and the cost, C, in dollars. Please use the problem formulation posted
on eCampus as a starting point for this problem.
(a) For the optimal cost solution from (a-2), what is the Jacobian of the cost and load? (An
estimate is fine.)
(b) Find at least two substantially different bridge designs that each has a cost 10% higher than
the optimal you have found, while satisfying the same load condition.
(c) Find the Pareto front of cost and load with respect to the continuous variables using the
optimal values of the discrete variables from (a-2). Please describe what algorithm you used
and why.
(d) Using your Pareto front estimate, what is the trade between the cost of the bridge and the
load it can carry at the minimum cost design you found?
(b1.1) Are you objectives mutually supporting or opposing? How do you know?
(b1.3) How sensitive is your answer to the scale factors or weights you have chosen (if you use a
method that requires weights as in the weighted sum method)?