unit 5 general principles, simulation software problems

7
Unit 5- general principles, simulation software problems

Upload: raksharao

Post on 18-Jan-2017

5 views

Category:

Education


2 download

TRANSCRIPT

Page 1: Unit 5  general principles, simulation software problems

Unit 5- general principles, simulation

softwareproblems

Page 2: Unit 5  general principles, simulation software problems

Example 1• In a single checkout counter of a grocery store list all the components

and the simulation table for the checkout counter is given below. Prepare the simulation table until the clock reaches 21 min.

IAT -- 8 6 1 8

ST 4 1 4 3 2

Page 3: Unit 5  general principles, simulation software problems

EXAMPLE 2• Prepare the simulation table for a single channel queue using event

scheduling algorithm until the clock reaches time 15. using the inter arrival time and service time given below. The stopping event will be at time 30

IAT 1 5 6 3 8

ST 3 5 4 1 5

Page 4: Unit 5  general principles, simulation software problems

Dump-truck problem

Page 5: Unit 5  general principles, simulation software problems

• 6 dump trucks are used to haul coal from the entrance of a small mine to the rail road. Each truck is loaded by one of the 2 loaders after the loading the truck immediately moves to the scale, to be weighed as soon as possible,• Both the loaders and the scale have FCFS weighing line for the trucks.

Travel time from a loader to scale is considered neglible. After being weighed a truck begins a travel time and then afterward returns to the loader queue.. Before joining the loader queue the truck is unloaded.• The distributions of loading time, weighing time and travel time are

given in the following tables

Page 6: Unit 5  general principles, simulation software problems

Loading time Probability

5 0.30

10 0.50

15 0.20

Weighing time Probability

12 0.70

16 0.30

travel time Probability

40 0.40

60 0.30

80 0.20

100 0.10

Page 7: Unit 5  general principles, simulation software problems

• Use the following random digits for simulating the following problems• Loading time : 7, 2, 3, 8, 9, 4, 6• Weighing time : 4, 6, 5, 9, 7, 0• Travel time : 7, 0, 3,2, 8• Estimate the loader time and scale utilizations