simulation n modelling

download simulation n modelling

of 22

Transcript of simulation n modelling

  • 7/30/2019 simulation n modelling

    1/22

    Lecture 2

    1

  • 7/30/2019 simulation n modelling

    2/22

    System:

    a collection of mutually interacting objects

    designed to accomplish a goal (machines repair

    system) Entities:

    denotes an element/object within boundary of

    system (machines, operators, repairman)

    Entity

    work being performed on object Resource performing the work

  • 7/30/2019 simulation n modelling

    3/22

    Attribute:

    Characteristic or property or an entity (machine ID,

    Type of breakdown, time that machine went down)

    Activity: transforms the state of an object usually over some

    time (repair man service time, machine run time)

  • 7/30/2019 simulation n modelling

    4/22

    State of the system:

    Numeric values that contain all the information

    necessary to describe the system at any time.

    Delays:

    Processes that take a conditional length of time in

    the system

  • 7/30/2019 simulation n modelling

    5/22

    Events:

    Change the state of the system(end of service of

    machine,machine breaks down)

    Queue:

    it is set, used to model waiting

  • 7/30/2019 simulation n modelling

    6/22

    Entities

    Sets

    People waiting at each floor

    Attributes

    Elevators

    People

    Elevators, people

    capacity, speed, destination, current location of each elevator

    inter-arrival time at each floor,

    destination of each people

  • 7/30/2019 simulation n modelling

    7/22

    State of system:

    # of people on each elevator

    # of people in each floor

    Activities Load/Unloading passenger

    Travel to next floor (speed and distance)

    Persons travel to elevator

  • 7/30/2019 simulation n modelling

    8/22

    Delays:

    Persons waiting for elevator

    Events:

    Elevator arrival

    End unloading

    End Loading

    Person Arrival

  • 7/30/2019 simulation n modelling

    9/22

    There are two types of simulation models,

    static and dynamic.

    Definition: A static simulation model is a

    representation of a system at a particular pointin time.

    We usually refer to a static simulation as

    a Monte Carlo simulation.

  • 7/30/2019 simulation n modelling

    10/22

    Definition: A dynamic simulation is arepresentation of a system as it evolves overtime.

    Within these two classifications, a simulationmay be deterministic or stochastic.

    A deterministic simulation model is one thatcontains no random variables;

    a stochastic simulation model contains one ormore random variables.

  • 7/30/2019 simulation n modelling

    11/22

    Discrete event:

    state of system changes only at discrete points in

    time(events)

    ex. Machine repair problem Programming

    Look at system only when events occur; time is advanced

    from event to event.

  • 7/30/2019 simulation n modelling

    12/22

    Discrete event:

    state of system changes only at discrete points in

    time(events)

    ex. Machine repair problem Programming

    Look at system only when events occur; time is advanced

    from event to event.

  • 7/30/2019 simulation n modelling

    13/22

    Continuous event:

    state of system changes continuously over time

    Ex. Level of fluid in tank Programming:

    Advances time in small intervals. Use differential

    equations to represent flows.

  • 7/30/2019 simulation n modelling

    14/22

    SUBSYSTEM

    (At a lower level of details)

    Block Building Principle(A series of Blocks)

  • 7/30/2019 simulation n modelling

    15/22

  • 7/30/2019 simulation n modelling

    16/22

  • 7/30/2019 simulation n modelling

    17/22

  • 7/30/2019 simulation n modelling

    18/22

  • 7/30/2019 simulation n modelling

    19/22

  • 7/30/2019 simulation n modelling

    20/22

    And now

    Any questions???

  • 7/30/2019 simulation n modelling

    21/22

  • 7/30/2019 simulation n modelling

    22/22

    22