Question: I Help me solve this chemical engineering NLP optimization problem, All you have to do is write me what to paste in Gams. QUESTIONProblem 4

I Help me solve this chemical engineering NLP optimization problem, All you have to do is write me what to paste in Gams. QUESTIONProblem 4(1.5 points).
Three columns of equal height (1m) and different diameter are available, with values of
0.65m,0.5m, and 0.4m, respectively. Determine the minimum available space
(perimeter) in the plant for their placement. Below I have provioded the expected explanation , that you have to develop into gams codeApproach 1_ Erom Class Example
Diagram
Problem Setup
Objective: Arrange three cylindrical columns with diameters of 0.4m,
0.5m, and 0.65m, respectively, within a rectangle to minimize the
perimeter of that rectangle.
Two possible objective functions: Minimize (A+B) and the other using
Minimize 2(A+B). Both approaches will use the same set of variables
and constraints but will differ slightly in the objective function to illustrate
the different emphasis each approach brings.
General Setup for Both Approaches
Decision Variables
xi : x-coordinate of the center of the ith cylinder nd Yi:y-coordinate of the
center of the th cylinder. Hence (X {:x1,Y1);(x2,Y2);(x3,Y3).
Rectangle Dimensions - A: Length of the rectangle &B: Width of the
rectangle.Constraints
Non-overlapping Constraints
The distance between the centers of any two cylinders must be greater
than or equal to the sum of their radii:
For Cylinder 1 and 2-(x1-x2)2+(Y1-Y2)2=(R1+R2)2
For Cylinder 1 and 3-(x1-x3)2+(Y1-Y3)2=(R1+R3)2
,(
For Cylinder 2 and 3-(x2-x3)2+(Y2-Y3)2=(R2+R3)2
Cylinder Position
For each cylinder to be fully inside the box, we have the following constraints:
For cylinder 1
x1Y1R1;x1B-R1;Y1A-R1
For cylinder 2
x2,Y2R2 and x2B-R2;Y2A-R2
For cylinder 3 :
x3,y3R3x3B-R3Y3A-R3
x1,x2,x3Y1,Y2,Y3,A;B0Approach 1_ Erom Class Example
Diagram
Problem Setup
Objective: Arrange three cylindrical columns with diameters of 0.4m,
0.5m, and 0.65m, respectively, within a rectangle to minimize the
perimeter of that rectangle.
Two possible objective functions: Minimize (A+B) and the other using
Minimize 2(A+B). Both approaches will use the same set of variables
and constraints but will differ slightly in the objective function to illustrate
the different emphasis each approach brings.
General Setup for Both Approaches
Decision Variables
xi : x-coordinate of the center of the ith cylinder nd Yi:y-coordinate of the
center of the th cylinder. Hence (X {:x1,Y1);(x2,Y2);(x3,Y3).
Rectangle Dimensions - A: Length of the rectangle &B: Width of the
rectangle.
 I Help me solve this chemical engineering NLP optimization problem, All

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Chemical Engineering Questions!