Introduction to Computer Simulation

Size: px
Start display at page:

Download "Introduction to Computer Simulation"

Transcription

1 Introduction to Computer Simulation EGR 260 R. Van Til Industrial & Systems Engineering Dept. Copyright Robert P. Van Til. All rights reserved. 1

2 What s It All About? Computer Simulation involves a collection of methods and applications used to develop computer algorithms that mimic the behavior of real systems. Used on systems that have complex mathematical models. Basically, the system is broken-down into smaller elements.» The elements have simple mathematical models. The computer simulation solves the models of the elements and also handles the interactions between the elements. 2

3 Systems Some systems that are modeled using computer simulation include: Manufacturing systems containing machines, people, transfer devices (e.g., conveyors, robots), material storage, etc.» For example, an automobile assembly line. Customer-service facilities such as banks, fast-food restaurants, supermarkets, etc. Computer networks containing servers, clients, printers, etc. Roadway system containing roads, intersections, traffic lights, etc. Distribution network of plants, warehouses, transportation links, etc. 3

4 Categories of Systems 1. Static vs. dynamic systems. The behavior of static systems do not vary with time.» For example, the distribution of forces in a truss. The behavior of dynamic systems vary with time.» For example, the service time of a customers in a bank. Our focus will be on dynamic systems 4

5 Categories of Systems 2. Continuous vs. discrete systems. The state of continuous systems change continuously over time.» For example, the voltage in a capacitor or the velocity of an automobile. The state of discrete systems only change at distinct points of time.» For example, whether a robot is operational or broken. Our focus will be on discrete systems 5

6 Categories of Systems 3. Deterministic vs. stochastic systems. The behavior of a deterministic system is not random.» That is, the system s state can be determined by an applied input. For example, Ohm s law (v = ri) or Newton s law (F = ma). The behavior of a stochastic system is random.» That is, the system s state cannot be uniquely determined from an applied input. For example, flip a coin or when will a robot will break-down. Our focus will be on stochastic systems 6

7 Our Focus EGR 260 will focus on simulation of dynamic, discrete, stochastic systems. Often called Discrete Event Systems or Discrete Event Dynamic Systems. Some computer simulation packages for modeling discrete event systems include:» Plant Simulate (Siemens PLM Software Inc.)» QUEST (DELMIA Corp.)» Arena (Rockwell Automation Inc.)» AutoMod (Brooks Software Inc.) 7

8 Example Plant Simulate 8

9 Example - Robcad 9

10 Example - Jack 10

11 A Note of Caution! Suppose the system and/or its inputs are random. Then one run of a simulation model only provides a snapshot of the system s behavior.» It does not provide the solution.» Several simulation runs must be completed and the results carefully analyzed using statistical tools. 11

12 Example - A Note of Caution! Consider a production system with 5 identical machines in parallel and one buffer to feed them. 12

13 Example - A Note of Caution! System begins production with an empty buffer at 9:00 a.m. and stops production at 5:00 p.m. Parts arrive at the buffer at an average rate of 1 part/ minute (Poisson distribution). The queuing process is FIFO (First In - First Out). Average cycle time for each machine is 4 minutes (exponential distribution). The machines and buffer do not break-down. 13

14 Example - A Note of Caution! System s daily behavior from 10 different simulation runs are given below. Simulation run Spread # of parts produced Ave. # parts in buffer Ave. time in buffer (seconds)

15 Elements of a Simulation Model 1. Entities. The dynamic objects in a simulation are entities.» Entities may move around, change status, affect other entities, affect the state of the system, and affect the system s performance measures. Entities often arrive, move through the system and then leave the system. Examples.» Parts in a manufacturing system.» Customers in a bank. 15

16 Elements of a Simulation Model 2. Attributes. An attribute describes the characteristics of an entity. Example: Suppose the entity is a automobile body in a paint shop.» Attributes may include arrival time, time-in-system, color, and quality status (good or bad). An analogy from computer programming is the local variable.» An attribute is local to a specific entity. 16

17 Elements of a Simulation Model 3. Variables. A variable describes some characteristic of the system.» Variables are not tied to any specific entity, but may depend on the entities.» An analogy from computer science is the global variable. Example: Variables in an automobile paint shop.» Number of automobile bodies (i.e., entities) in the system.» The amount of time the system is down due to broken machines.» The number of painted bodies that have left the system. 17

18 Elements of a Simulation Model 4. Resources. Entities often compete with each other for service from resources such as personnel or equipment.» An entity seizes a resource when available and releases it when finished.» A resource may contain a single item or several items Called units of the resource. Examples:» A machine in a manufacturing system.» The ticketing counter at an airport. The individual agents are units of this resource. 18

19 Elements of a Simulation Model 5. Queues. A queue is a place where entities stay when waiting for service from a resource.» Also called buffers or accumulators. Queues usually have a finite capacity. Examples:» The waiting line at a coffee shop.» An accumulating conveyor between machines in an assembly line. 19

20 Elements of a Simulation Model 6. Parameters. Parameters characterize the behavior of resources and queues. Examples.» A press in an automobile stamping plant: The cycle time of the press. Failure rate (a probability distribution describing the amount of time between break-downs). Repair rate (a probability distribution describing the amount of time to repair press after it breaks-down.» An accumulating conveyor between adjacent stamping presses: The capacity of the conveyor. 20

21 Elements of a Simulation Model 7. Events. An event is something that happens at an instant of time that may change attributes or variables. Examples:» Arrival of a new entity into the system.» A resource begins service or ends service on an entity.» A resource breaks-down, or becomes available after it s repaired.» A entity completes service in the system and departs.» The simulation ends after a specified event occurs. For example, at the end of an 8 hour shift or after 750 parts are completed. 21

Queuing Theory 1.1 Introduction

Queuing Theory 1.1 Introduction Queuing Theory 1.1 Introduction A common situation occurring in everyday life is that of queuing or waiting in a line. Queues (waiting lines) are usually seen at bus stop, ticket booths, doctor s clinics,

More information

WAITING LINE MODELS Introduction

WAITING LINE MODELS Introduction WAITING LINE MODELS Introduction Professor Robert Saltzman Operations Analysis Queuing Analysis: The Study of Waiting Lines Lines are everywhere in the service sector: Grocery store checkout Airport bag

More information

OPERATING SYSTEMS. Systems and Models. CS 3502 Spring Chapter 03

OPERATING SYSTEMS. Systems and Models. CS 3502 Spring Chapter 03 OPERATING SYSTEMS CS 3502 Spring 2018 Systems and Models Chapter 03 Systems and Models A system is the part of the real world under study. It is composed of a set of entities interacting among themselves

More information

Introduction - Simulation. Simulation of industrial processes and logistical systems - MION40

Introduction - Simulation. Simulation of industrial processes and logistical systems - MION40 Introduction - Simulation Simulation of industrial processes and logistical systems - MION40 1 What is a model? A model is an external and explicit representation of part of reality as seen by the people

More information

An-Najah National University Faculty of Engineering Industrial Engineering Department. System Dynamics. Instructor: Eng.

An-Najah National University Faculty of Engineering Industrial Engineering Department. System Dynamics. Instructor: Eng. An-Najah National University Faculty of Engineering Industrial Engineering Department System Dynamics Instructor: Eng. Tamer Haddad Introduction Knowing how the elements of a system interact & how overall

More information

Queuing CEE 320. Anne Goodchild CEE 320

Queuing CEE 320. Anne Goodchild CEE 320 Queuing Anne Goodchild Fundamentals of Queuing Theory Microscopic traffic flow Different analysis than theory of traffic flow Intervals between vehicles is important Rate of arrivals is important Queuing

More information

Waiting Line Models. 4EK601 Operations Research. Jan Fábry, Veronika Skočdopolová

Waiting Line Models. 4EK601 Operations Research. Jan Fábry, Veronika Skočdopolová Waiting Line Models 4EK601 Operations Research Jan Fábry, Veronika Skočdopolová Waiting Line Models Examples of Waiting Line Systems Service System Customer Server Doctor s consultancy room Patient Doctor

More information

Queuing Models. Queue. System

Queuing Models. Queue. System Queuing Models Introduction The goal of Queuing model is achievement of an economical balance between the cost of providing service and the cost associated with the wait required for that service This

More information

Chapter 7A Waiting Line Management. OBJECTIVES Waiting Line Characteristics Suggestions for Managing Queues Examples (Models 1, 2, 3, and 4)

Chapter 7A Waiting Line Management. OBJECTIVES Waiting Line Characteristics Suggestions for Managing Queues Examples (Models 1, 2, 3, and 4) Chapter 7A Waiting Line Management 1 OBJECTIVES Waiting Line Characteristics Suggestions for Managing Queues Examples (Models 1, 2, 3, and 4) Components of the Queuing System 2 Customer Arrivals Servicing

More information

Textbook: pp Chapter 12: Waiting Lines and Queuing Theory Models

Textbook: pp Chapter 12: Waiting Lines and Queuing Theory Models 1 Textbook: pp. 445-478 Chapter 12: Waiting Lines and Queuing Theory Models 2 Learning Objectives (1 of 2) After completing this chapter, students will be able to: Describe the trade-off curves for cost-of-waiting

More information

PERFORMANCE MODELING OF AUTOMATED MANUFACTURING SYSTEMS

PERFORMANCE MODELING OF AUTOMATED MANUFACTURING SYSTEMS PERFORMANCE MODELING OF AUTOMATED MANUFACTURING SYSTEMS N. VISWANADHAM Department of Computer Science and Automation Indian Institute of Science Y NARAHARI Department of Computer Science and Automation

More information

INTRODUCTION AND CLASSIFICATION OF QUEUES 16.1 Introduction

INTRODUCTION AND CLASSIFICATION OF QUEUES 16.1 Introduction INTRODUCTION AND CLASSIFICATION OF QUEUES 16.1 Introduction The study of waiting lines, called queuing theory is one of the oldest and most widely used Operations Research techniques. Waiting lines are

More information

Chapter 14. Waiting Lines and Queuing Theory Models

Chapter 14. Waiting Lines and Queuing Theory Models Chapter 4 Waiting Lines and Queuing Theory Models To accompany Quantitative Analysis for Management, Tenth Edition, by Render, Stair, and Hanna Power Point slides created by Jeff Heyl 2008 Prentice-Hall,

More information

Managing Waiting Lines. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved.

Managing Waiting Lines. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Managing Waiting Lines McGraw-Hill/Irwin Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. 12-2 Where the Time Goes In a life time, the average person will spend: SIX MONTHS Waiting

More information

Investigating the Influences of Automated Guided Vehicles (AGVs) as Material Transportation for Automotive Assembly Process

Investigating the Influences of Automated Guided Vehicles (AGVs) as Material Transportation for Automotive Assembly Process Journal of Mechanical Engineering Vol SI 4 (1), 47-60, 2017 Investigating the Influences of Automated Guided Vehicles (AGVs) as Material Transportation for Automotive Assembly Process Seha Saffar * Centre

More information

Queueing Theory and Waiting Lines

Queueing Theory and Waiting Lines Queueing Theory and Waiting Lines Most waiting line problems are trying to find the best service Large staff => Good Service Small staff => Poor Service What is Best It depends on the organization! Most

More information

Chapter 13. Waiting Lines and Queuing Theory Models

Chapter 13. Waiting Lines and Queuing Theory Models Chapter 13 Waiting Lines and Queuing Theory Models To accompany Quantitative Analysis for Management, Eleventh Edition, by Render, Stair, and Hanna Power Point slides created by Brian Peterson Learning

More information

Mathematical approach to the analysis of waiting lines

Mathematical approach to the analysis of waiting lines Queueing Theory Mathematical approach to the analysis of waiting lines This theory is applicable to a wide range of service operations, including call centers, banks, post offices, restaurants, theme parks,

More information

MFS605/EE605 Systems for Factory Information and Control

MFS605/EE605 Systems for Factory Information and Control MFS605/EE605 Systems for Factory Information and Control Fall 2004 Larry Holloway Dept. of Electrical Engineering and Center for Robotics and Manufacturing Systems 1 Collect info on name, major, MS/PhD,

More information

Chapter III TRANSPORTATION SYSTEM. Tewodros N.

Chapter III TRANSPORTATION SYSTEM. Tewodros N. Chapter III TRANSPORTATION SYSTEM ANALYSIS www.tnigatu.wordpress.com tedynihe@gmail.com Lecture Overview Traffic engineering studies Spot speed studies Volume studies Travel time and delay studies Parking

More information

2WB05 Simulation Lecture 6: Process-interaction approach

2WB05 Simulation Lecture 6: Process-interaction approach 2WB05 Simulation Lecture 6: Process-interaction approach Marko Boon http://www.win.tue.nl/courses/2wb05 December 6, 2012 This approach focusses on describing processes; In the event-scheduling approach

More information

A Simulation Study on M/M/1 and M/M/C Queueing Model in a Multi Speciality Hospital

A Simulation Study on M/M/1 and M/M/C Queueing Model in a Multi Speciality Hospital lobal Journal of Pure and Applied Mathematics. ISSN - Volume, Number (), pp. - Research India Publications http://www.ripublication.com A Simulation Study on M/M/ and M/M/C Queueing Model in a Multi Speciality

More information

G54SIM (Spring 2016)

G54SIM (Spring 2016) G54SIM (Spring 2016) Lecture 03 Introduction to Conceptual Modelling Peer-Olaf Siebers pos@cs.nott.ac.uk Motivation Define what a conceptual model is and how to communicate such a model Demonstrate how

More information

CH-1. A simulation: is the imitation of the operation of a real-world process WHEN SIMULATION IS THE APPROPRIATE TOOL:

CH-1. A simulation: is the imitation of the operation of a real-world process WHEN SIMULATION IS THE APPROPRIATE TOOL: CH-1 A simulation: is the imitation of the operation of a real-world process WHEN SIMULATION IS THE APPROPRIATE TOOL: 1. Simulation enables the study of, and experimentation with, the internal interactions

More information

COMPUTATIONAL ANALYSIS OF A MULTI-SERVER BULK ARRIVAL WITH TWO MODES SERVER BREAKDOWN

COMPUTATIONAL ANALYSIS OF A MULTI-SERVER BULK ARRIVAL WITH TWO MODES SERVER BREAKDOWN Mathematical and Computational Applications, Vol. 1, No. 2, pp. 249-259, 25. Association for cientific Research COMPUTATIONAL ANALYI OF A MULTI-ERVER BULK ARRIVAL ITH TO MODE ERVER BREAKDON A. M. ultan,

More information

BUSSINES SIMULATING PROCES FOR THE PRODUCTION SURROUND, USING QUEUEING SYSTEM SIMULATION WITH WINQSB

BUSSINES SIMULATING PROCES FOR THE PRODUCTION SURROUND, USING QUEUEING SYSTEM SIMULATION WITH WINQSB 7 th International Conference Research and Development in Mechanical Industry RaDMI 2007 16-20. September 2007, Belgrade, Serbia BUSSINES SIMULATING PROCES FOR THE PRODUCTION SURROUND, USING QUEUEING SYSTEM

More information

Hamdy A. Taha, OPERATIONS RESEARCH, AN INTRODUCTION, 5 th edition, Maxwell Macmillan International, 1992

Hamdy A. Taha, OPERATIONS RESEARCH, AN INTRODUCTION, 5 th edition, Maxwell Macmillan International, 1992 Reference books: Anderson, Sweeney, and Williams, AN INTRODUCTION TO MANAGEMENT SCIENCE, QUANTITATIVE APPROACHES TO DECISION MAKING, 7 th edition, West Publishing Company,1994 Hamdy A. Taha, OPERATIONS

More information

INDE 411: Stochastic Models and Decision Analysis Winter 2015 Activity 7: Problem Session. Case 17.1 Reducing In-Process Inventory

INDE 411: Stochastic Models and Decision Analysis Winter 2015 Activity 7: Problem Session. Case 17.1 Reducing In-Process Inventory INDE 411: Stochastic Models and Decision Analysis Winter 2015 Activity 7: Problem Session Case 17.1 Reducing In-Process Inventory Jim Wells, vice-president for manufacturing of the Northern Company, is

More information

Contents PREFACE 1 INTRODUCTION The Role of Scheduling The Scheduling Function in an Enterprise Outline of the Book 6

Contents PREFACE 1 INTRODUCTION The Role of Scheduling The Scheduling Function in an Enterprise Outline of the Book 6 Integre Technical Publishing Co., Inc. Pinedo July 9, 2001 4:31 p.m. front page v PREFACE xi 1 INTRODUCTION 1 1.1 The Role of Scheduling 1 1.2 The Scheduling Function in an Enterprise 4 1.3 Outline of

More information

INDIAN INSTITUTE OF MATERIALS MANAGEMENT Post Graduate Diploma in Materials Management PAPER 18 C OPERATIONS RESEARCH.

INDIAN INSTITUTE OF MATERIALS MANAGEMENT Post Graduate Diploma in Materials Management PAPER 18 C OPERATIONS RESEARCH. INDIAN INSTITUTE OF MATERIALS MANAGEMENT Post Graduate Diploma in Materials Management PAPER 18 C OPERATIONS RESEARCH. Dec 2014 DATE: 20.12.2014 Max. Marks: 100 TIME: 2.00 p.m to 5.00 p.m. Duration: 03

More information

Inventory and Variability

Inventory and Variability Inventory and Variability 1/29 Copyright c 21 Stanley B. Gershwin. All rights reserved. Inventory and Variability Stanley B. Gershwin gershwin@mit.edu http://web.mit.edu/manuf-sys Massachusetts Institute

More information

Solutions Manual Discrete-Event System Simulation Fifth Edition

Solutions Manual Discrete-Event System Simulation Fifth Edition Solutions Manual Discrete-Event System Simulation Fifth Edition Jerry Banks John S. Carson II Barry L. Nelson David M. Nicol August 10, 2009 Contents 1 Introduction to Simulation 1 2 Simulation Examples

More information

OPERATIONS RESEARCH Code: MB0048. Section-A

OPERATIONS RESEARCH Code: MB0048. Section-A Time: 2 hours OPERATIONS RESEARCH Code: MB0048 Max.Marks:140 Section-A Answer the following 1. Which of the following is an example of a mathematical model? a. Iconic model b. Replacement model c. Analogue

More information

CS626 Data Analysis and Simulation

CS626 Data Analysis and Simulation CS626 Data Analysis and Simulation Instructor: Peter Kemper R 14A, phone 221-3462, email:kemper@cs.wm.edu Office hours: Monday, Wednesday 2-4 pm Today: Stochastic Input Modeling based on WSC 21 Tutorial

More information

Efficiency of Controlled Queue system in Supermarket using Matlab / Simulink

Efficiency of Controlled Queue system in Supermarket using Matlab / Simulink Volume 114 No. 6 2017, 283-288 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Efficiency of Controlled Queue system in Supermarket using Matlab /

More information

AUTOSCHED TUTORIAL. Bill Lindler. AutoSimulations 655 E. Medical Drive Bountiful, Utah 84010, U.S.A.

AUTOSCHED TUTORIAL. Bill Lindler. AutoSimulations 655 E. Medical Drive Bountiful, Utah 84010, U.S.A. AUTOSCHED TUTORIAL Bill Lindler AutoSimulations 655 E. Medical Drive Bountiful, Utah 84010, U.S.A. ABSTRACT The AutoSched TM finite capacity planning and scheduling tool helps you increase throughput,

More information

A Flexsim-based Optimization for the Operation Process of Cold- Chain Logistics Distribution Centre

A Flexsim-based Optimization for the Operation Process of Cold- Chain Logistics Distribution Centre A Flexsim-based Optimization for the Operation Process of Cold- Chain Logistics Distribution Centre X. Zhu 1, R. Zhang *2, F. Chu 3, Z. He 4 and J. Li 5 1, 4, 5 School of Mechanical, Electronic and Control

More information

Lecture 45. Waiting Lines. Learning Objectives

Lecture 45. Waiting Lines. Learning Objectives Lecture 45 Waiting Lines Learning Objectives After completing the lecture, we should be able to explain the formation of waiting lines in unloaded systems, identify the goal of queuing ( waiting line)

More information

Use of Queuing Models in Health Care - PPT

Use of Queuing Models in Health Care - PPT University of Wisconsin-Madison From the SelectedWorks of Vikas Singh December, 2006 Use of Queuing Models in Health Care - PPT Vikas Singh, University of Arkansas for Medical Sciences Available at: https://works.bepress.com/vikas_singh/13/

More information

MM 323 MANUFACTURING SYSTEMS PRODUCTION AND LAYOUT TYPES

MM 323 MANUFACTURING SYSTEMS PRODUCTION AND LAYOUT TYPES MM 323 MANUFACTURING SYSTEMS PRODUCTION AND LAYOUT TYPES THERE ARE TWO INDUSTRY TYPES THAT FACTORIES ARE LOCATED IN 1) Process industries, e.g., chemicals, petroleum, basic metals, foods and beverages,

More information

Prof. John W. Sutherland. March 20, Lecture #25. Service Processes & Systems Dept. of Mechanical Engineering - Engineering Mechanics

Prof. John W. Sutherland. March 20, Lecture #25. Service Processes & Systems Dept. of Mechanical Engineering - Engineering Mechanics Lecture #25 Prof. John W. Sutherland March 20, 2006 Where the Time Goes In a life time, the average American will spend-- SIX MONTHS Waiting at stoplights EIGHT MONTHS Opening junk mail ONE YEAR Looking

More information

VARIABILITY PROFESSOR DAVID GILLEN (UNIVERSITY OF BRITISH COLUMBIA) & PROFESSOR BENNY MANTIN (UNIVERSITY OF WATERLOO)

VARIABILITY PROFESSOR DAVID GILLEN (UNIVERSITY OF BRITISH COLUMBIA) & PROFESSOR BENNY MANTIN (UNIVERSITY OF WATERLOO) VARIABILITY PROFESSOR DAVID GILLEN (UNIVERSITY OF BRITISH COLUMBIA) & PROFESSOR BENNY MANTIN (UNIVERSITY OF WATERLOO) Istanbul Technical University Air Transportation Management M.Sc. Program Logistic

More information

Simulation Analytics

Simulation Analytics Simulation Analytics Powerful Techniques for Generating Additional Insights Mark Peco, CBIP mark.peco@gmail.com Objectives Basic capabilities of computer simulation Categories of simulation techniques

More information

A SORTATION SYSTEM MODEL. Arun Jayaraman Ramu Narayanaswamy Ali K. Gunal

A SORTATION SYSTEM MODEL. Arun Jayaraman Ramu Narayanaswamy Ali K. Gunal A SORTATION SYSTEM MODEL Arun Jayaraman Ramu Narayanaswamy Ali K. Gunal Production Modeling Corporation 3 Parklane Boulevard, Suite 910 West Dearborn, Michigan 48126, U.S.A. ABSTRACT Automotive manufacturing

More information

QUEUING THEORY 4.1 INTRODUCTION

QUEUING THEORY 4.1 INTRODUCTION C h a p t e r QUEUING THEORY 4.1 INTRODUCTION Queuing theory, which deals with the study of queues or waiting lines, is one of the most important areas of operation management. In organizations or in personal

More information

Logistics Management for Improving Service Level of Toll Plaza by Mathematical Model and Simulation

Logistics Management for Improving Service Level of Toll Plaza by Mathematical Model and Simulation Logistics Management for Improving Service Level of Toll Plaza by Mathematical Model and Simulation Rattanasit Thangkitjareonmongkol 1, Attakorn Jaruthien 2 1 Faculty of Engineering, Mahidol Univarsity.

More information

Transportation Modeling Tools. Rainer Dronzek November 3, 2006

Transportation Modeling Tools. Rainer Dronzek November 3, 2006 Transportation Modeling Tools Rainer Dronzek November 3, 2006 Presenter Info BSEE, Bradley University Institute of Industrial Engineers simulation Ask the Expert Simulation Solutions Conference chair and

More information

Simulation Software. Chapter 3. Based on the slides provided with the textbook. Jiang Li, Ph.D. Department of Computer Science

Simulation Software. Chapter 3. Based on the slides provided with the textbook. Jiang Li, Ph.D. Department of Computer Science Simulation Software Chapter 3 Based on the slides provided with the textbook 3.1 Introduction Many features common to most simulation programs Special-purpose simulation packages incorporate these common

More information

Quantitative Analysis for Management, 12e (Render) Chapter 2 Probability Concepts and Applications

Quantitative Analysis for Management, 12e (Render) Chapter 2 Probability Concepts and Applications Quantitative Analysis for Management, 12e (Render) Chapter 2 Probability Concepts and Applications 1) Subjective probability implies that we can measure the relative frequency of the values of the random

More information

Examining and Modeling Customer Service Centers with Impatient Customers

Examining and Modeling Customer Service Centers with Impatient Customers Examining and Modeling Customer Service Centers with Impatient Customers Jonathan Lee A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF BACHELOR OF APPLIED SCIENCE DEPARTMENT

More information

CPU scheduling. CPU Scheduling

CPU scheduling. CPU Scheduling EECS 3221 Operating System Fundamentals No.4 CPU scheduling Prof. Hui Jiang Dept of Electrical Engineering and Computer Science, York University CPU Scheduling CPU scheduling is the basis of multiprogramming

More information

Modeling and Performance Analysis with Discrete-Event Simulation

Modeling and Performance Analysis with Discrete-Event Simulation Simulation Modeling and Performance Analysis with Discrete-Event Simulation Chapter 2 Simulation Examples Simulation using a Table Introducing simulation by manually simulating on a table Can be done via

More information

Simulating Queuing Models in SAS

Simulating Queuing Models in SAS ABSTRACT Simulating Queuing Models in SAS Danny Rithy, California Polytechnic State University, San Luis Obispo, CA This paper introduces users to how to simulate queuing models using SAS. SAS will simulate

More information

OPERATİONS & LOGİSTİCS MANAGEMENT İN AİR TRANSPORTATİON

OPERATİONS & LOGİSTİCS MANAGEMENT İN AİR TRANSPORTATİON OPERATİONS & LOGİSTİCS MANAGEMENT İN AİR TRANSPORTATİON PROFESSOR DAVİD GİLLEN (UNİVERSİTY OF BRİTİSH COLUMBİA )& PROFESSOR BENNY MANTİN (UNİVERSİTY OF WATERLOO) Istanbul Technical University Air Transportation

More information

SimBa: A Simulation and Balancing System for Manual Production Lines

SimBa: A Simulation and Balancing System for Manual Production Lines 19 SimBa: A Simulation and Balancing System for Manual Production Lines Isabel C. Pra9a, Adriano S. Carvalho Faculdade de Engenharia da Universidade do Porto Instituto de Sistemas e Rob6tica - Grupo de

More information

ALLOCATING SHARED RESOURCES OPTIMALLY FOR CALL CENTER OPERATIONS AND KNOWLEDGE MANAGEMENT ACTIVITIES

ALLOCATING SHARED RESOURCES OPTIMALLY FOR CALL CENTER OPERATIONS AND KNOWLEDGE MANAGEMENT ACTIVITIES ALLOCATING SHARED RESOURCES OPTIMALLY FOR CALL CENTER OPERATIONS AND KNOWLEDGE MANAGEMENT ACTIVITIES Research-in-Progress Abhijeet Ghoshal Alok Gupta University of Minnesota University of Minnesota 321,

More information

standard component library

standard component library standard component library manual standard component library /21 standard component library manual 2/21 Table of Contents layouts Airport Baggage Handling High Volume Consumer Goods (HVCG) Packing Line

More information

Project: Simulation of parking lot in Saint-Petersburg Airport

Project: Simulation of parking lot in Saint-Petersburg Airport Project: Simulation of parking lot in Saint-Petersburg Airport worked by: Khabirova Maja Course: 4IT496 SImulation of Systems VŠE, FIS-KI 2012 1. Problem definition 1.1 Introduction Anyone who has ever

More information

A DECISION TOOL FOR ASSEMBLY LINE BREAKDOWN ACTION. Roland Menassa

A DECISION TOOL FOR ASSEMBLY LINE BREAKDOWN ACTION. Roland Menassa Proceedings of the 2004 Winter Simulation Conference R.G. Ingalls, M. D. Rossetti, J. S. Smith, and. A. Peters, eds. A DECISION TOOL FOR ASSEMLY LINE REAKDOWN ACTION Frank Shin ala Ram Aman Gupta Xuefeng

More information

Where Have We Been? Flowcharts State Transition Diagrams Data Flow Diagrams Structure Charts Petri Nets. Real-Time Systems. Software Engineering - 1

Where Have We Been? Flowcharts State Transition Diagrams Data Flow Diagrams Structure Charts Petri Nets. Real-Time Systems. Software Engineering - 1 Where Have We Been? Scheduling - Periodic Tasks Scheduling - Sporadic Tasks Communication and Synchronization What Now? Software Engineering Software Life Cycle Specification Methods Flowcharts State Transition

More information

MIT 2.853/2.854 Introduction to Manufacturing Systems. Multi-Stage Control and Scheduling. Lecturer: Stanley B. Gershwin

MIT 2.853/2.854 Introduction to Manufacturing Systems. Multi-Stage Control and Scheduling. Lecturer: Stanley B. Gershwin MIT 2.853/2.854 Introduction to Manufacturing Systems Multi-Stage Control and Scheduling Lecturer: Stanley B. Gershwin Copyright c 2002-2016 Stanley B. Gershwin. Definitions Events may be controllable

More information

Simulation model of a single-server order picking workstation using aggregate process times

Simulation model of a single-server order picking workstation using aggregate process times Simulation model of a single-server order picking workstation using aggregate process times R. Andriansyah, L.F.P. Etman, and J.E. Rooda Systems Engineering Group, Department of Mechanical Engineering

More information

GROUP ASSIGNMENT 2 - A151

GROUP ASSIGNMENT 2 - A151 PROBLEM 1 A. Matin-Pro, a real estate development firm, is considering several alternative development projects. These include building and leasing an office park, purchasing a parcel of land and building

More information

AN ABSTRACT OF THE DISSERTATION OF

AN ABSTRACT OF THE DISSERTATION OF AN ABSTRACT OF THE DISSERTATION OF SeJoon Park for the degree of Doctor of Philosophy in Industrial Engineering presented on December 6, 2011. Title: Container Fleet-Sizing for Part Transportation and

More information

Chapter C Waiting Lines

Chapter C Waiting Lines Supplement C Waiting Lines Chapter C Waiting Lines TRUE/FALSE 1. Waiting lines cannot develop if the time to process a customer is constant. Answer: False Reference: Why Waiting Lines Form Keywords: waiting,

More information

ISM 270. Service Engineering and Management Lecture 7: Queuing Systems, Capacity Management

ISM 270. Service Engineering and Management Lecture 7: Queuing Systems, Capacity Management ISM 270 Service Engineering and Management Lecture 7: Queuing Systems, Capacity Management 1 Queuing Systems CHARACTERISTICS OF A WAITING LINE SYSTEM Arrival Characteris=cs Wai=ng Line Characteris=cs Service

More information

Queueing and Service Patterns in a University Teaching Hospital F.O. Ogunfiditimi and E.S. Oguntade

Queueing and Service Patterns in a University Teaching Hospital F.O. Ogunfiditimi and E.S. Oguntade Available online at http://ajol.info/index.php/njbas/index Nigerian Journal of Basic and Applied Science (2010), 18(2): 198-203 ISSN 0794-5698 Queueing and Service Patterns in a University Teaching Hospital

More information

Journal of Applied Research and Technology ISSN: Centro de Ciencias Aplicadas y Desarrollo Tecnológico.

Journal of Applied Research and Technology ISSN: Centro de Ciencias Aplicadas y Desarrollo Tecnológico. Journal of Applied Research and Technology ISSN: 1665-6423 jart@aleph.cinstrum.unam.mx Centro de Ciencias Aplicadas y Desarrollo Tecnológico México Zhu, X.; Zhang, R.; Chu, F.; He, Z.; Li, J. A Flexsim-based

More information

SIMULATION OF MACHINE INTERFERENCE IN RANDOMLY CHANGING ENVIRONMENTS J. SZTRIK O. MŒLLER

SIMULATION OF MACHINE INTERFERENCE IN RANDOMLY CHANGING ENVIRONMENTS J. SZTRIK O. MŒLLER Yugoslav Journal of Operations Research 12 (2002), Number 2, 237-246 SIMULATION OF MACHINE INTERFERENCE IN RANDOMLY CHANGING ENVIRONMENTS J. SZTRIK Institute of Mathematics and Informatics University of

More information

Slides 2: Simulation Examples

Slides 2: Simulation Examples Slides 2: Simulation Examples Today I ll present several examples of simulations that can be performed by devising a simulation table either manually or with a spreadsheet. This will provide insight into

More information

Model, analysis and application of employee assignment for quick service restaurant

Model, analysis and application of employee assignment for quick service restaurant Model, analysis and application of employee assignment for quic service restaurant Chun-Hsiung Lan Graduate Institute of Management Sciences Nanhua University Dalin, Chiayi Taiwan 622 R.O.C. Kuo-Torng

More information

Availability Modeling of Grid Computing Environments Using SANs

Availability Modeling of Grid Computing Environments Using SANs Availability Modeling of Grid Computing Environments Using SANs Reza Entezari-Maleki Department of Computer Engineering, Sharif University of Technology, Tehran, Iran E-mail: entezari@ce.sharif.edu Ali

More information

Design and simulation of integration system between automated material handling system and manufacturing layout in the automotive assembly line

Design and simulation of integration system between automated material handling system and manufacturing layout in the automotive assembly line IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS and simulation of integration system between automated material handling system and manufacturing layout in the automotive assembly

More information

UNIVERSIDAD COOPERATIVA DE COLOMBIA Bucaramanga Facultad de Ciencias Administrativas y Económicas BUSINESS ADMINISTRATION

UNIVERSIDAD COOPERATIVA DE COLOMBIA Bucaramanga Facultad de Ciencias Administrativas y Económicas BUSINESS ADMINISTRATION UNIVERSIDAD COOPERATIVA DE COLOMBIA Bucaramanga Facultad de Ciencias Administrativas y Económicas BUSINESS ADMINISTRATION OPERATION RESEARCH I (120301451) Professor: HÉCTOR FLORENTINO HERNÁNDEZ CÁRDENAS

More information

A Queuing Approach for Energy Supply in Manufacturing Facilities

A Queuing Approach for Energy Supply in Manufacturing Facilities A Queuing Approach for Energy Supply in Manufacturing Facilities Lucio Zavanella, Ivan Ferretti, Simone Zanoni, and Laura Bettoni Department of Mechanical and Industrial Engineering Università degli Studi

More information

Tecnomatix Plant Simulation Validation of Plant Performance and Plant Control Dr. Georg Piepenbrock, Siemens Industry Software

Tecnomatix Plant Simulation Validation of Plant Performance and Plant Control Dr. Georg Piepenbrock, Siemens Industry Software Tecnomatix Plant Simulation Validation of Plant Performance and Plant Control Dr. Georg Piepenbrock, Siemens Industry Software Digital Enterprise is our portfolio of solutions for the digital transformation

More information

Queuing Theory: A Case Study to Improve the Quality Services of a Restaurant

Queuing Theory: A Case Study to Improve the Quality Services of a Restaurant Queuing Theory: A Case Study to Improve the Quality Services of a Restaurant Lakhan Patidar 1*, Trilok Singh Bisoniya 2, Aditya Abhishek 3, Pulak Kamar Ray 4 Department of Mechanical Engineering, SIRT-E,

More information

Optimal Design, Evaluation, and Analysis of AGV Transportation Systems Based on Various Transportation Demands

Optimal Design, Evaluation, and Analysis of AGV Transportation Systems Based on Various Transportation Demands Optimal Design, Evaluation, and Analysis of Systems Based on Various Demands Satoshi Hoshino and Jun Ota Dept. of Precision Engineering, School of Engineering The University of Tokyo Bunkyo-ku, Tokyo 113-8656,

More information

Simulation Using. ProModel. Dr. Charles Harrell. Professor, Brigham Young University, Provo, Utah. Dr. Biman K. Ghosh, Project Leader

Simulation Using. ProModel. Dr. Charles Harrell. Professor, Brigham Young University, Provo, Utah. Dr. Biman K. Ghosh, Project Leader T H R D E D T 0 N Simulation Using ProModel Dr. Charles Harrell Professor, Brigham Young University, Provo, Utah Director, PROMODEL Corporation, Oram, Utah Dr. Biman K. Ghosh, Project Leader Professor,

More information

REAL-TIME ADAPTIVE CONTROL OF MULTI-PRODUCT MULTI-SERVER BULK SERVICE PROCESSES. Durk-Jouke van der Zee

REAL-TIME ADAPTIVE CONTROL OF MULTI-PRODUCT MULTI-SERVER BULK SERVICE PROCESSES. Durk-Jouke van der Zee Proceedings of the 2001 Winter Simulation Conference B. A. Peters, J. S. Smith, D. J. Medeiros, and M. W. Rohrer, eds. REAL-TIME ADAPTIVE CONTROL OF MULTI-PRODUCT MULTI-SERVER BULK SERVICE PROCESSES Durk-Jouke

More information

Chapter 7 Entity Transfer and Steady-State Statistical Analysis

Chapter 7 Entity Transfer and Steady-State Statistical Analysis Chapter 7 Entity Transfer and Steady-State Statistical Analysis What We ll Do... Types of Entity Transfers Resource-Constrained Transfers Transporters (Model 7.1) Conveyors Non-accumulating (Model 7.2)

More information

Solutions for the automotive industry siemens.com/automotive

Solutions for the automotive industry siemens.com/automotive In the fast lane with digitalization s for the automotive industry siemens.com/automotive Digitalization changes everything The automotive industry is facing dramatic changes in the years to come, inside

More information

Discrete Event simulation

Discrete Event simulation Discrete Event simulation David James Raistrick Shrink Wrap Conveyor Line Submitted in partial fulfilment of the requirements of Leeds Metropolitan University for the Degree of Advanced Engineering Management

More information

PETRI NET VERSUS QUEUING THEORY FOR EVALUATION OF FLEXIBLE MANUFACTURING SYSTEMS

PETRI NET VERSUS QUEUING THEORY FOR EVALUATION OF FLEXIBLE MANUFACTURING SYSTEMS Advances in Production Engineering & Management 5 (2010) 2, 93-100 ISSN 1854-6250 Scientific paper PETRI NET VERSUS QUEUING THEORY FOR EVALUATION OF FLEXIBLE MANUFACTURING SYSTEMS Hamid, U. NWFP University

More information

PRACTICE PROBLEM SET Topic 1: Basic Process Analysis

PRACTICE PROBLEM SET Topic 1: Basic Process Analysis The Wharton School Quarter II The University of Pennsylvania Fall 1999 PRACTICE PROBLEM SET Topic 1: Basic Process Analysis Problem 1: Consider the following three-step production process: Raw Material

More information

Techniques of Operations Research

Techniques of Operations Research Techniques of Operations Research C HAPTER 2 2.1 INTRODUCTION The term, Operations Research was first coined in 1940 by McClosky and Trefthen in a small town called Bowdsey of the United Kingdom. This

More information

Proceedings of the 2012 Winter Simulation Conference C. Laroque, J. Himmelspach, R. Pasupathy, O. Rose, and A.M. Uhrmacher, eds

Proceedings of the 2012 Winter Simulation Conference C. Laroque, J. Himmelspach, R. Pasupathy, O. Rose, and A.M. Uhrmacher, eds Proceedings of the 0 Winter Simulation Conference C. Laroque, J. Himmelspach, R. Pasupathy, O. Rose, and A.M. Uhrmacher, eds OPTIMAL BATCH PROCESS ADMISSION CONTROL IN TANDEM QUEUEING SYSTEMS WITH QUEUE

More information

Simulation Examples. Prof. Dr. Mesut Güneş Ch. 2 Simulation Examples 2.1

Simulation Examples. Prof. Dr. Mesut Güneş Ch. 2 Simulation Examples 2.1 Chapter 2 Simulation Examples 2.1 Contents Simulation using Tables Simulation of Queueing Systems Examples A Grocery Call Center Inventory System Appendix: Random Digitsit 1.2 Simulation using Tables 1.3

More information

Ch 19 Flexible Manufacturing Systems

Ch 19 Flexible Manufacturing Systems Ch 19 Flexible Manufacturing Systems Sections: 1. What is a Flexible Manufacturing System? 2. FMS Components 3. FMS Applications and Benefits 4. FMS Planning and Implementation Issues 5. Quantitative Analysis

More information

Queuing Theory. Carles Sitompul

Queuing Theory. Carles Sitompul Queuing Theory Carles Sitompul Syllables Some queuing terminology (22.1) Modeling arrival and service processes (22.2) Birth-Death processes (22.3) M/M/1/GD/ / queuing system and queuing optimization model

More information

THE APPLICATION OF QUEUEING MODEL/WAITING LINES IN IMPROVING SERVICE DELIVERING IN NIGERIA S HIGHER INSTITUTIONS

THE APPLICATION OF QUEUEING MODEL/WAITING LINES IN IMPROVING SERVICE DELIVERING IN NIGERIA S HIGHER INSTITUTIONS International Journal of Economics, Commerce and Management United Kingdom Vol. III, Issue 1, Jan 2015 http://ijecm.co.uk/ ISSN 2348 0386 THE APPLICATION OF QUEUEING MODEL/WAITING LINES IN IMPROVING SERVICE

More information

D.K.M.COLLEGE FOR WOMEN (AUTONOMOUS), VELLORE-1. OPERATIONS RESEARCH

D.K.M.COLLEGE FOR WOMEN (AUTONOMOUS), VELLORE-1. OPERATIONS RESEARCH D.K.M.COLLEGE FOR WOMEN (AUTONOMOUS), VELLORE-1. OPERATIONS RESEARCH UNIT-1 DECISION THEORY SECTION -A 1. Define Essential Elements in Decision Model? 2. Explain steps in Decision theory approach. 3. A

More information

MANUFACTURING SYSTEM BETP 3814 INTRODUCTION TO MANUFACTURING SYSTEM

MANUFACTURING SYSTEM BETP 3814 INTRODUCTION TO MANUFACTURING SYSTEM MANUFACTURING SYSTEM BETP 3814 INTRODUCTION TO MANUFACTURING SYSTEM Tan Hauw Sen Rimo 1, Engr. Mohd Soufhwee bin Abd Rahman 2, 1 tanhauwsr@utem.edu.my, 2 soufhwee@utem.edu.my LESSON OUTCOMES At the end

More information

BANKING QUEUE SYSTEM IN NIGERIA

BANKING QUEUE SYSTEM IN NIGERIA * Correspondence Author BANKING QUEUE SYSTEM IN NIGERIA 1 * J.C. Odirichukwu Department of Computer Science Federal University of Technology Owerri, Imo State chiomajaco@yahoo.com Tonye Lekara Department

More information

Babak Haji. babak.hajii

Babak Haji.   babak.hajii Babak Haji babak.haji@sharif.edu http://ie.sharif.edu/ babak.hajii Education: Ph.D., Industrial and Systems Engineering University of Southern California (USC), May 2015 Dissertation: Queueing Loss System

More information

International Journal for Management Science And Technology (IJMST)

International Journal for Management Science And Technology (IJMST) Volume 3; Issue 2 Manuscript- 3 ISSN: 2320-8848 (Online) ISSN: 2321-0362 (Print) International Journal for Management Science And Technology (IJMST) VALIDATION OF A MATHEMATICAL MODEL IN A TWO ECHELON

More information

SIMULATION APPROACH TO OPTIMISE STOCKYARD LAYOUT: A CASE STUDY IN PRECAST CONCRETE PRODUCTS INDUSTRY

SIMULATION APPROACH TO OPTIMISE STOCKYARD LAYOUT: A CASE STUDY IN PRECAST CONCRETE PRODUCTS INDUSTRY SIMULATION APPROACH TO OPTIMISE STOCKYARD LAYOUT: A CASE STUDY IN PRECAST CONCRETE PRODUCTS INDUSTRY Ramesh Marasini, Nashwan Dawood School of Science and Technology, Univerisity of Teesside, Middlesbrough

More information

Simulation and Modeling - Introduction

Simulation and Modeling - Introduction Simulation and Modeling November 2, 2015 Vandana Srivastava Simulation imitation of the operation of a real-world process or system over time first requires that a model be developed model represents the

More information

Dynamic Scheduling and Maintenance of a Deteriorating Server

Dynamic Scheduling and Maintenance of a Deteriorating Server Dynamic Scheduling and Maintenance of a Deteriorating Server Jefferson Huang School of Operations Research & Information Engineering Cornell University April 21, 2018 AMS Spring Eastern Sectional Meeting

More information