next up previous
Next: Parallel Discrete Event Simulation Up: General Principles Previous: World Views

Other Examples

Example 3.1: Able and Baker, revisited.

Example 3.3: Single-channel queue (Supermarket check-out counter).

In conducting an event-scheduling simulation, a simulation table is used to record the successive system snap-shots as time advances.

The simulation table is Table 3.1 on page 72.

System state:
(LQ(t), LS(t)) where LQ(t) is the number of customers in waiting line, and LS(t) is the number of customers in service at time t.

Entities:
Server and customers.

Events:
     

Event notices:
     

Activities:
      

Example 3.4: The check-out counter simulation, continued.

Further from Example 3.3, we want to collect some statistics, mean response time and mean proportion of customers who spend 4 or more minutes in the system (time in the system includes waiting time and service time).

Example 3.5: The dump truck problem.

The model has following components.

See Table 3.6 on page 77 for an illustration.


next up previous
Next: Parallel Discrete Event Simulation Up: General Principles Previous: World Views
Meng Xiannong 2002-10-18