Presentation is loading. Please wait.

Presentation is loading. Please wait.

Introduction into Simulation Basic Simulation Modeling.

Similar presentations


Presentation on theme: "Introduction into Simulation Basic Simulation Modeling."— Presentation transcript:

1 Introduction into Simulation Basic Simulation Modeling

2 The Nature of Simulation 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I2

3 definitions simulation –imitate operations of real-world facilities or processes system –facility or process of interest –assumptions needed (mathematical, logical) model –set of assumptions –used to gain understanding how corresponding system works –simple enough? → solve analytically to obtain exact information –mostly too complex → evaluate model numerically using simulation and estimate desired true characteristics 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 3

4 System, Models and Simulation 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I4

5 system set of entities (people, machine, etc.) that (inter)act –example [bank]: tellers, customers, loan officers state of system –collection of variables to describe system at particular time –example [bank]: number of busy tellers, number of customers in the bank, arrival time of each customer entities –characterized by data values (attributes) 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 5

6 types of system discrete system –state variables change instantaneously at separated points in time –example: bank number of customers changes: new customer arrives, service finished continuous system –state variables change continuously with respect to time –example: airplane moving through air position, velocity can change continuously 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 6

7 different ways to study a system 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 7 system experiment with actual system experiment with model of the system mathematical model physical model analytical solution Simulation

8 classification of simulation models 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 8 static vs. dynamic simulation models –static model: time plays no role –dynamic model: represents model as it evolves over time deterministic vs. stochastic simulation models –deterministic: no probabilistic (i.e. random) components –stochastic: random components, output itself is random (estimate of true models characteristics) continuous vs. discrete simulation models –continuous: state variables change instantaneously –discrete: changes only happen at discrete point in time DSM discrete event simulation models

9 Discrete Event Simulation 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I9

10 discrete event simulation system evolves over time state variables change at separate points in time only –whenever an event occurs example [bank]: (single server, estimate average waiting time in queue) –state variables: status of server (idle or busy) number of customers in queue (or in system) time of arrival of each customer (for calculation of waiting time) –events: customer arrives, service complete (customer leaves) 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 10

11 simulation clock time-advance mechanism –keep track of current value of simulated time –no explicit unit of measurement → same unit as input parameters (be consistent!!) two approaches –next-event time advance simulation clock initialized at time 0 times of future events are determined clock is advanced to the next future event (nothing happens/changes between) –fixed-increment time advance 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 11

12 Simulation of Single-Server Queuing System (M/M/1) 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I12

13 M/M/1 interarrival times (service times) –A 1, A 2, A 3, …. (S 1, S 2, S 3, ….) –iid (independent and identically distributed) random variables arriving customer (served FCFS/FIFO) –who finds the server idle: is served immediately –who finds the server busy: joins the end of a single queue upon completion of service –queue: first customer in queue will be serviced –no queue: server is idle again start of simulation: empty and idle 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 13

14 M/M/1 performance measures –expected average delay in queue d(n) –expected average number of customers in queue q(n) –expected utilization of server u(n) 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 14

15 delay d(n) estimator of systems performance from customers point of view on a given run: observed average delay –depends on random service and arrival times –is random itself – estimator for d(n) D i customer delays on a very long (infinite) run delay of a customer can also be equal to zero (D 1 = 0) 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 15

16 number in queue q(n) customers in queue customers in system (not being served) again: observation is just an estimator of true expected value p i expected proportion of time there are i customers in queue T(n)time necessary to observe n delays in queue T i total time during the simulation the queue is of length i 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 16

17 utilization u(n) measures how busy server is expected utilization = expected proportion of time server is busy (not idle) busy function estimator 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 17

18 performance measures discrete time statistic –average delay (defined relative to discrete random variables D i ) continuous-time statistic –average number in queue –utilization (defined on continuous random variables Q(t) and B(t)) other statistics than just averages –minimum, maximum, proportion of time there’re at least 5 customer in queue 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 18

19 simulation “by hand” necessary random variables (generated from their corresponding probability distribution) interarrival times A 1 = 0.4A 2 = 1.2A 3 = 0.5A 4 = 1.7A 5 = 0.2 A 6 = 1.6A 7 = 0.2A 8 = 1.4A 9 = 1.9 service times S 1 = 2.0S 2 = 0.7S 3 = 0.2S 4 = 1.1S 5 = 3.7 S 6 = 0.6 initializiation (t = 0) system starts emtpy (no customers yet) and idle (server not busy) 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 19

20 0 simulation “by hand” 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 20 A 1 = 0.4 A 2 = 1.2 A 3 = 0.5 A 4 = 1.7 A 5 = 0.2 A 6 = 1.6 A 7 = 0.2 A 8 = 1.4 A 9 = 1.9 S 1 = 2.0 S 2 = 0.7 S 3 = 0.2 S 4 = 1.1 S 5 = 3.7 S 6 = 0.6 t Events 15 9 t t B(t) Q(t) e a 1 = 0.4 Arrivals Departure initialize system at t = 0

21 simulation “by hand” 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 21 A 1 = 0.4 A 2 = 1.2 A 3 = 0.5 A 4 = 1.7 A 5 = 0.2 A 6 = 1.6 A 7 = 0.2 A 8 = 1.4 A 9 = 1.9 S 1 = 2.0 S 2 = 0.7 S 3 = 0.2 S 4 = 1.1 S 5 = 3.7 S 6 = 0.6 t Events 0 15 9 t t B(t) Q(t) e a 1 = 0.4 e d 1 = 2.4 e a 2 = 1.6 Arrivals Departure

22 simulation “by hand” 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 22 A 1 = 0.4 A 2 = 1.2 A 3 = 0.5 A 4 = 1.7 A 5 = 0.2 A 6 = 1.6 A 7 = 0.2 A 8 = 1.4 A 9 = 1.9 S 1 = 2.0 S 2 = 0.7 S 3 = 0.2 S 4 = 1.1 S 5 = 3.7 S 6 = 0.6 t Events 0 15 9 t t B(t) Q(t) e a 1 = 0.4 e d 1 = 2.4 e a 2 = 1.6e a 3 = 2.1 Arrivals Departure

23 simulation “by hand” 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 23 A 1 = 0.4 A 2 = 1.2 A 3 = 0.5 A 4 = 1.7 A 5 = 0.2 A 6 = 1.6 A 7 = 0.2 A 8 = 1.4 A 9 = 1.9 S 1 = 2.0 S 2 = 0.7 S 3 = 0.2 S 4 = 1.1 S 5 = 3.7 S 6 = 0.6 t Events 0 15 9 t t B(t) Q(t) e a 1 = 0.4 e d 1 = 2.4 e a 2 = 1.6e a 3 = 2.1e a 4 = 3.8 Arrivals Departure

24 simulation “by hand” 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 24 A 1 = 0.4 A 2 = 1.2 A 3 = 0.5 A 4 = 1.7 A 5 = 0.2 A 6 = 1.6 A 7 = 0.2 A 8 = 1.4 A 9 = 1.9 S 1 = 2.0 S 2 = 0.7 S 3 = 0.2 S 4 = 1.1 S 5 = 3.7 S 6 = 0.6 t Events 0 15 9 t t B(t) Q(t) e a 1 = 0.4 e d 1 = 2.4 e a 2 = 1.6e a 3 = 2.1 e d 2 = 3.1 e a 4 = 3.8 Arrivals Departure

25 simulation “by hand” 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 25 A 1 = 0.4 A 2 = 1.2 A 3 = 0.5 A 4 = 1.7 A 5 = 0.2 A 6 = 1.6 A 7 = 0.2 A 8 = 1.4 A 9 = 1.9 S 1 = 2.0 S 2 = 0.7 S 3 = 0.2 S 4 = 1.1 S 5 = 3.7 S 6 = 0.6 t Events 0 15 9 t t B(t) Q(t) e a 1 = 0.4 e d 1 = 2.4 e a 2 = 1.6e a 3 = 2.1 e d 2 = 3.1 e d 3 = 3.3 e a 4 = 3.8 Arrivals Departure

26 simulation “by hand” 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 26 A 1 = 0.4 A 2 = 1.2 A 3 = 0.5 A 4 = 1.7 A 5 = 0.2 A 6 = 1.6 A 7 = 0.2 A 8 = 1.4 A 9 = 1.9 S 1 = 2.0 S 2 = 0.7 S 3 = 0.2 S 4 = 1.1 S 5 = 3.7 S 6 = 0.6 t Events 0 15 9 t t B(t) Q(t) e a 1 = 0.4 e d 1 = 2.4 e a 2 = 1.6e a 3 = 2.1 e d 2 = 3.1 e d 3 = 3.3 e a 4 = 3.8 Arrivals Departure

27 simulation “by hand” 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 27 A 1 = 0.4 A 2 = 1.2 A 3 = 0.5 A 4 = 1.7 A 5 = 0.2 A 6 = 1.6 A 7 = 0.2 A 8 = 1.4 A 9 = 1.9 S 1 = 2.0 S 2 = 0.7 S 3 = 0.2 S 4 = 1.1 S 5 = 3.7 S 6 = 0.6 t Events 0 15 9 t t B(t) Q(t) e a 1 = 0.4 e d 1 = 2.4 e a 2 = 1.6e a 3 = 2.1 e d 2 = 3.1 e d 3 = 3.3 e a 4 = 3.8 e d 4 = 4.9 e a 5 = 4.0 Arrivals Departure

28 simulation “by hand” 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 28 A 1 = 0.4 A 2 = 1.2 A 3 = 0.5 A 4 = 1.7 A 5 = 0.2 A 6 = 1.6 A 7 = 0.2 A 8 = 1.4 A 9 = 1.9 S 1 = 2.0 S 2 = 0.7 S 3 = 0.2 S 4 = 1.1 S 5 = 3.7 S 6 = 0.6 t Events 0 15 9 t t B(t) Q(t) e a 1 = 0.4 e d 1 = 2.4 e a 2 = 1.6e a 3 = 2.1 e d 2 = 3.1 e d 3 = 3.3 e a 4 = 3.8 e d 4 = 4.9 e a 5 = 4.0 e a 6 = 5.6 Arrivals Departure

29 simulation “by hand” 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 29 A 1 = 0.4 A 2 = 1.2 A 3 = 0.5 A 4 = 1.7 A 5 = 0.2 A 6 = 1.6 A 7 = 0.2 A 8 = 1.4 A 9 = 1.9 S 1 = 2.0 S 2 = 0.7 S 3 = 0.2 S 4 = 1.1 S 5 = 3.7 S 6 = 0.6 t Events 0 15 9 t t B(t) Q(t) e a 1 = 0.4 e d 1 = 2.4 e a 2 = 1.6e a 3 = 2.1 e d 2 = 3.1 e d 3 = 3.3 e a 4 = 3.8 e d 4 = 4.9 e a 5 = 4.0 e d 5 = 8.6 e a 6 = 5.6 Arrivals Departure

30 simulation “by hand” 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 30 t Events 0 15 9 t t B(t) Q(t) e a 1 = 0.4 e d 1 = 2.4 e a 2 = 1.6e a 3 = 2.1 e d 2 = 3.1 e d 3 = 3.3 e a 4 = 3.8 e d 4 = 4.9 e a 5 = 4.0 e d 5 = 8.6 e a 6 = 5.6 e a 7 = 5.8 e a 8 = 7.2 Arrivals Departure

31 average waiting time d(n) 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I31 t Events 0 15 9 e a 1 = 0.4 e d 1 = 2.4 e a 2 = 1.6e a 3 = 2.1 e d 2 = 3.1 e d 3 = 3.3 e a 4 = 3.8 e d 4 = 4.9 e a 5 = 4.0 e d 5 = 8.6 e a 6 = 5.6 e a 7 = 5.8 e a 8 = 7.2 Arrivals Departure xxx

32 average number in queue q(n) 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I32 Q(t) 0.01.62.12.43.14.05.64.95.87.28.6

33 average utilization u(n) 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I33 B(t) 0.00.43.33.88.6 fraction of time server is busy

34 Necessary Steps for Simulation 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I34

35 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 35 formulate problem and plan the study collect data and define model collect data and define model assumptions still valid construct a computer program & verify test runs model valid design experiments make production runs analyze output data present results yes no yes

36 Advantages and Disadvantages of Simulation 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I36

37 advantages complex models cannot be solved analytically → only simulation possible allows to estimate the performance of an existing system under some projected set of operating conditions alternative proposed system designs (operating policies) can be compared easily better control over experimental conditions study system over long time frame 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 37

38 disadvantages each run of a stochastic model produces only estimates of true measures → several independent runs (or one very long one) needed expensive and time consuming need to make sure the model is valid 040669 || WS 2008 || Dr. Verena Schmid || PR KFK PM/SCM/TL Praktikum Simulation I 38


Download ppt "Introduction into Simulation Basic Simulation Modeling."

Similar presentations


Ads by Google