Chapter 5 - Facility Layout Models I
Chapter 5 - Facility Layout Models I
7-14
Process Layout in Services
Perfumes
Shoes Housewares
7-15
Manufacturing Process
Layout
7-16
Process Layout
• Grouping together of machines and/or workers
doing similar tasks.
• Applicable to both manufacturing and non
manufacturing operations.
• Advantages
• Flexibility: equipment and personnel can be used where
they are needed.
• Smaller investment in equipment: duplication is not
necessary unless volume is large.
• Expertise: supervisors for each department become
highly. knowledgeable about their functions
• Diversity of tasks: changing work assignments make
work more satisfying for people who prefer variety.
• Disadvantages
• Lack of process efficiency: backtracking and long
movements may occur in the handling of materials.
• Lack of efficiency in timing: workers must wait between
tasks.
• Complication of production planning and control.
• Cost: workers must have broad skills and must be paid
higher wages than assembly line workers.
• Lowered productivity: because each job is different it
requires different setups and operator training.
Product/ Flow‐Line Layout
In
Out
7-19
Flow‐Line Layout
• Applicable to both manufacturing and non
manufacturing operations.
• Arrange machines and/or workers in accordance
with the sequence of operations for a given
product or service.
• Advantages of flow-line layout
• Reduces materials handling.
• Accommodates small amounts of work in process.
• Reduces transit times.
• Simplifies production planning and control systems.
• Simplifies tasks, enabling unskilled workers to learn task
quickly.
• Disadvantages of flow-line layout
• Lack of process flexibility.
• Lack of flexibility in timing: the product can not flow
through the line faster than the slowest task can be
accomplished unless that task is performed at several
stations.
• Large investments: special-purpose equipment and
duplication is required to offset lack of flexibility in timing.
• Dependence of the whole on each part: a breakdown of
one machine or absence of enough operators to staff all
work stations may stop the entire line.
• Worker fatigue: workers may become bored by the
endless repetition of simple tasks.
Comparison of Product
and Process Layouts
Product Process
• Description Sequential Functional
arrangement of grouping of
activities activities
Continuous, mass Intermittent, job
• Type of process
production, mainly shop, batch
assembly production, mainly
fabrication
• Product Standardized, Varied, made to
made to stock order
• Demand Stable Fluctuating
• Volume High Low
• Equipment Special purpose General purpose
7-22
Comparison of Product
and Process Layouts
Product Process
• Workers Limited skills Varied skills
• Inventory Low in-process, high High in-process, low
finished goods finished goods
• Storage space Small Large
• Material handling Fixed path (conveyor) Variable path (forklift)
• Aisles Narrow Wide
• Scheduling Part of balancing Dynamic
• Layout decision Line balancing Machine location
• Goal Equalize work at each Minimize material
station handling cost
• Advantage Efficiency Flexibility
7-23
Fixed‐Position Layouts
• Typical of projects
• Fragile, bulky, heavy items
• Equipment, workers & materials brought to site
• Low equipment utilization
• Highly skilled labor
• Typically low fixed cost
• Often high variable costs
7-24
Fixed Position Layout
• Manufacturing and non-manufacturing operations
of bulky or fragile products, e.g., ships and planes.
• Move machines and/or workers to the site;
products normally remains in one location for its
entire manufacturing period.
• Advantages of fixed position layout
• Reduces movement of work items; minimizes damage or
cost of moving.
• More continuity of the assigned work force (since the item
does not go from one department to another). This
reduces the problems of re-planning and instructing
people each time a new type of activity is to begin.
• Disadvantages of fixed position layout
• Since the same workers are involved in more operations,
skilled and versatile workers are required. The necessary
combination of skills may be difficult to find and high pay
levels may be necessary.
• Movement of people and equipment to and from the work
site may be expensive.
• Equipment utilization may be low because the equipment
may be left at a location where it will be needed again in
a few days rather than moved to another location where it
would be productive.
Cellular Layouts
4 6 7 9
5 8
2 10 12
1 3 11
A B C Raw materials
7-28
Cellular Layouts Example
8 10 9 12
11
4 Cell 1 Cell 2 6 Cell 3
7
2 1 3 5
A B C
Raw materials
7-37
Advantages of Cellular Layouts
7-41
Flexible Manufacturing Systems (FMS)
• Consists of
• programmable machine tools
• automated tool changing
• automated material handling system
• controlled by computer network
• Combines flexibility with efficiency
• Layouts differ based on
• variety of parts the system can process
• size of parts processed
• average processing time required for part completion
7-42
Production volume and
product variety determines
type of layout
Quantity Product
Layouts
Fixed
Position
Layouts Mixed Layouts Process Layouts
thi. OE
... h ... i ...
Cost = thi djk
djk
... j k locations
.
... ...
The Quadratic Assignment
Problem (QAP)
Binary decision variables
1 if OE h is assigned to location j
xhj
If OE h location j (xhj = 1) 0 otherwise
and OE i location k (xik = 1)
thi.
... h i ...
OE
...
Constraints
n
xhj 1 h = 1, ... , n ... each OE h assigned to exactly 1 location j
j 1
n
xhj 1 j = 1, ... , n ... each location j is provided with exactly 1 OE h
h 1
1 possible solution:
1 A, 2 B, 3 C, i.e. x1A = 1, x2B = 1, x3C = 1, all other xij = 0
All constraints are fulfilled.
Total transportation cost:
0*0 + 1*1 + 2*1 + 1*2 + 0*0 + 1*2 + 3*3 + 1*1 + 0*0 = 17
The Quadratic Assignment
Problem (QAP)
This solution is not optimal since OE 1 and 3 (which have a high degree of
material flow) are assigned to locations A and C (which have the highest
distance between them).
A better solution would be.:
1 C, 2 A and 3 B, i.e. x1C = 1, x2A = 1, x3B = 1.
with total transportation cost:
0*0 + 3*1 + 1*1 + 2*2 + 0*0 + 2*1 + 1*3 + 1*1 + 0*0 = 14
Distances Material flow
C A B 1 2 3
2A C 0 3 1 1 0 1 1
D A 2 0 1 T 2 2 0 2
3B 1C B 1 1 0 3 3 1 0
The Quadratic Assignment
Problem (QAP)A B C
A 0 1 2
We resorted the matrix
D B 1 0 1
C 3 1 0
such that row and columns appear the following sequence
1 C, 2 A and 3 B, i.e C, A, B
(it is advisable to perform the resorting in 2 steps: first rows than columns
or the other way round)
A B C C A B C A B
A 0 1 2 A 2 0 1 C 0 3 1
D B 1 0 1 D B 1 1 0 D A 2 0 1
C 3 1 0 C 0 3 1 B 1 1 0
Example
• Arrange all OE according to decreasing sum of material flow
• Arrange all locations according to increasing distance to all
other locations
A B C
D E F
G H I
3 - 3 5 2 - 3 4 20
4 - - - 1 - - 5
5 - 2 2 1 - 15
6 - - - - 4
7 - - - 7
8 - - 4
9 - 4
Sequence of OE (according to decreasing
material flow): 3, 5, 2, 7, 4, 6, 8, 9, 1
Example ‐ Distances
L A B C D E F G H I
A - 1 2 1 2 3 2 3 4
18
B - 1 2 1 2 3 2 3 15
C - 3 2 1 4 3 2 18
D - 1 2 1 2 3 15
E - 1 2 1 2 12
F - 3 2 1 15
G - 1 2 18
H - 1 15
I - 18
Sequence of locations (according to increasing
distances): E, B, D, F, H, A, C, G, I
Example ‐ Assignment
• Sequence of OE: 3, 5, 2, 7, 4, 6, 8, 9, 1
• Sequence of locations: E, B, D, F, H, A, C, G, I
• Assignment:
OE 1 2 3 4 5 6 7 8 9
Loc. I D E H B A F C G
Example – Total costs
OE 1 2 3 4 5 6 7 8 9
1 - - - - 3*3 - - - - OE 1 and 5 are
assigned to locations
2 - 3*1 1*2 2*2 - 4*2 - -
I and B
3 - 3*1 5*1 2*2 - 3*2 4*2
3 (Distance 1-5) *
4 - - - 1*2 - -
3 (Flow I-B)
5 - 2*1 2*2 1*1 -
6 - - - - Total cost = 61
7 - - -
8 - -
9 -
The Quadratic Assignment
Problem (QAP)
• Improvement heuristics:
• Try to improve solutions by exchanging OE-pairs (see the
introducing example)
• Check if the exchange of locations of 2 OE reduces costs.
©
Thank you for your attention… 2012