US20110313736A1 - Method and Algorithm for Modeling and Simulating A Discrete-Event Dynamic System - Google Patents

Method and Algorithm for Modeling and Simulating A Discrete-Event Dynamic System Download PDF

Info

Publication number
US20110313736A1
US20110313736A1 US12/819,173 US81917310A US2011313736A1 US 20110313736 A1 US20110313736 A1 US 20110313736A1 US 81917310 A US81917310 A US 81917310A US 2011313736 A1 US2011313736 A1 US 2011313736A1
Authority
US
United States
Prior art keywords
activity
activities
status value
system element
relationship diagram
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/819,173
Inventor
Lenrick Johnston
David Zhang
Lee Schruben
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fisher Rosemount Systems Inc
Original Assignee
Bioproduction Group Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Bioproduction Group Inc filed Critical Bioproduction Group Inc
Priority to US12/819,173 priority Critical patent/US20110313736A1/en
Publication of US20110313736A1 publication Critical patent/US20110313736A1/en
Assigned to BIOPRODUCTION GROUP reassignment BIOPRODUCTION GROUP ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: JOHNSTON, LENRICK, SCHRUBEN, LEE, ZHANG, DAVID
Assigned to FISHER-ROSEMOUNT SYSTEMS, INC. reassignment FISHER-ROSEMOUNT SYSTEMS, INC. MERGER (SEE DOCUMENT FOR DETAILS). Assignors: BIOPRODUCTION GROUP
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation

Definitions

  • the present invention relates to a method for discrete-event dynamic system simulation. More specifically, the present invention relates to a method and algorithm for modeling and visualization of a large-scale system having a plurality of indirectly linked processes.
  • Discrete-event simulation is a common generic methodology for modeling systems that has been used for decades in modeling real-world human enterprises including systems for communication, transportation, production, health care, etc.
  • Discrete-event simulation modeling has also been utilized to optimize decision making associated with designing new processes, products, or manufacturing techniques. Important dependencies and performance characteristics of a process are captured in a discrete-event dynamic system simulation, which can then be used to explore the effects of making changes to the process.
  • a process-based modeling approach provides an efficient simulation by employing a highly efficient ordering of the events to be simulated.
  • the events to be simulated are grouped into layers and the layers are simulated in order.
  • Each of the layers consists of events that are either strictly independent of the other events in the layer or are dependent on other events in the layer but possess a particular attribute. That attribute is one that permits the use of an associative operator.
  • This operator allows the simulation of N events in O (log N) computation iterations.
  • a method has been developed for synchronous parallel environments for emulation and discrete event simulation.
  • the method utilizes a technique called breathing time buckets (BTB), which uses some of the conservative techniques of time-bucket synchronization, along with some of the optimistic techniques of the time-warp approach.
  • BTB breathing time buckets
  • Such a technique does not consider a concurrent interaction of the system elements including transient as well as resident entities and contention of an activity.
  • the present invention provides a method for modeling, visualizing and simulating a large-scale discrete-event dynamic system, comprising the steps of expressing an algorithm that models a plurality of activity interactions in a discrete-event dynamic system, determining a plurality of possible relationships between a plurality of system elements including transient entities, resident entities, or both associated in the discrete-event dynamic system, providing a hierarchical mapping of the plurality of system elements and the plurality of possible relationships among the plurality of system elements, representing a relationship diagram as a graph notation where an activity or a system element is visualized as a node and the plurality of possible relationships among the activity or the system element as an arc, allowing an explicit description of the plurality of possible relationships among the activity or the system element and a plurality of possible ways in which the activity can begin and a sequence of activities that may occur during and after the completion of the activity, and representing an activity interaction matrix used to describe and categorize the plurality of activity interactions.
  • the simulation can then be executed so as to only
  • a first objective of the present invention is to provide an accurate and complete method for simulating a discrete-event dynamic system which considers a concurrent interaction of a plurality of system elements and contention of a plurality of activities while excluding non-interacting elements and activities and thereby enabling fast simulation and modeling of a large-scale system having a plurality of indirectly linked activities or processes.
  • a second objective of the invention is to provide a method for modeling a discrete-event dynamic system that treats every possible logical and physical component of that system—including transient entities, resident entities, or both—identically as a system element in modeling and simulating complex relationships between the sequence of activities and a plurality of system elements in the discrete-event dynamic system.
  • a third objective of the invention is to provide a method for modeling and simulating a discrete-event dynamic system wherein an activity is considered as any dynamic interaction of a plurality of system elements of any duration.
  • a fourth objective of the invention is to provide a method for expressing an algorithm that models a plurality of activity interactions in a discrete-event dynamic system.
  • a fifth objective of the invention is to relate a relationship diagram that is used for at least one of activity sequencing, contention for a plurality of system elements among different activities, concurrent system elements required by activities, and visualization of a simulation.
  • a sixth objective of the invention is to represent a relationship diagram as a graph notation where an activity or a system element is visualized as a node and a plurality of possible relationships among the activity or the system element as an arc.
  • a seventh objective of the invention is to provide a method for representing an activity interaction matrix that is used to categorize a plurality of activity interactions.
  • FIG. 1 is an operational flow chart of an algorithm that models a plurality of activity interactions in the discrete-event dynamic system according to the present invention
  • FIG. 2 is an example of a carwash process for illustrating a relationship diagram as a graph notation
  • FIG. 3 is an example activity interaction matrix used to categorize the plurality of activity interactions based on the example of the carwash process shown in FIG. 2 ;
  • FIG. 4 shows a starting condition for a specific activity and resulting system element changes caused by the segmentation of the relationship diagram
  • FIG. 5 is a ‘successor activity to activity’ relationship diagram for implementing the activity interaction matrix
  • FIG. 6 is a ‘predecessor activity to activity’ relationship diagram for implementing the activity interaction matrix
  • FIG. 7 is a ‘predecessor and successor activity to activity’ relationship diagram for implementing the activity interaction matrix
  • FIG. 8 is a sample of an ‘predecessor and successor activity to activity’ relationship diagram of FIG. 7 where the entities required to start the activity and released by the activity are indicated on the arcs based on FIG. 2 ;
  • FIG. 9 is a ‘predecessor and successor activity to activity’ relationship diagram of FIG. 7 that shows comparative number of a total number of status value conditions satisfied by an activity to a total number of status value conditions to start the activity;
  • FIG. 10 is an ‘activity to entity’ relationship diagram implementing a visualization of the activity interaction matrix based on the example in FIG. 2 ;
  • FIG. 11 is an ‘entity to activity’ relationship diagram implementing a visualization of the activity interaction matrix
  • FIG. 12 is an ‘activity to entity to activity’ relationship diagram implementing one possible visualization of the activity interaction matrix.
  • Active Scanning technology encompasses a separate class of algorithms (e.g. the ‘three-phase’ method) that operate in fixed time increments and are not true discrete-event simulations.
  • a method for modeling and simulating a discrete-event dynamic system comprises the steps of expressing an algorithm 100 that models a plurality of activity interactions in the discrete-event dynamic system, determining a plurality of possible relationships between a plurality of system elements including transient entities, resident entities, or both associated in the discrete-event dynamic system both explicit and implied using the algorithm 100 , and providing a hierarchical mapping of the plurality of system elements and the plurality of possible relationships among the plurality of system elements. Further, the method includes the steps of representing a relationship diagram 102 as shown in FIG.
  • an activity or a system element is visualized as a node and the plurality of possible relationships among the activity or the system element as an arc, allowing an explicit description of the plurality of possible relationships among the activity or the system element and a plurality of possible ways in which the activity can begin and a sequence of activities that may occur during and after the completion of the activity, and representing an activity interaction matrix 104 as shown in FIG. 3 used to describe and categorize the plurality of activity interactions.
  • the relationship diagram 102 of the present invention treats every possible logical and physical component including transient entities, resident entities, or both identically as the system element in modeling and simulating complex relationships between the sequence of activities and the plurality of system elements in the discrete-event dynamic system.
  • the relationship diagram 102 may be used for at least one of activity sequencing, contention for the plurality of system elements among different activities, concurrent system elements required by activities, and visualization of the simulation.
  • the present method considers a concurrent interaction of the plurality of system elements and contention of the activity thereby enabling fast simulation and modeling of a large-scale system having a plurality of indirectly linked processes. Every change in the system element is modeled by the changes in a set of status values that includes a plurality of possible physical state and a plurality of possible logical state of the discrete-event dynamic system at any point in time.
  • the activity can be any dynamic interaction of the system element of any duration.
  • the activity is considered as initiated when the set of status values of a specific set of system elements is within a specified set of status values.
  • the activity is considered as completed when the set of status values of the specific set of system elements enters another specified set of status values.
  • This set of status values may include any general combination of times, general logical conditions or other characteristics of the system.
  • the relationship diagram 102 segments the plurality of system elements interacting in the specific activity into a list of system element status value conditions required to initiate the specific activity and a list of system element status values changed as a result of the specific activity occurring (either at the start of or during the specific activity).
  • FIG. 4 shows a starting condition for a specific activity by the segmentation of a relationship diagram 102 where x is the vector of current element status values at a particular point in the execution of the simulation.
  • the starting condition for the specific activity by the segmentation of the relationship diagram 102 can be represented as:
  • x is the vector of a current system elements at a particular point in the execution of the simulation of an activity j
  • f(x) is the status value conditions on the system elements that must all be true in order to initiate the activity j
  • one or more changes can occur to the set of status values which may cause a set of another activities to be placed on a pending activity list that can be described as:
  • X is the vector of changes to system elements caused by activity j
  • k is an activity that is scheduled due to the activity j when at least one of the status value conditions for commencing activity k may be met by the execution of the activity j.
  • the relationship diagram 102 categorizes the plurality of activity interactions as one of sufficient, necessary, insufficient or unrelated on the basis of the set of status values of the system element.
  • a specific activity-to-activity pair is considered to be sufficient if the specific activity makes at least one of the status value conditions that are sufficient to start another activity.
  • a specific activity to activity pair is considered to be necessary if the specific activity has at least one of the status value conditions that are required to start another activity and when the specific activity is the only dependable activity in the simulation to trigger the start of that other activity.
  • a specific activity-to-activity pair is considered to be insufficient if the specific activity is neither necessary nor sufficient, but has at least status value conditions that may trigger the start of that other activity. If none of these conditions are true, the activity to activity pair is considered unrelated and can be excluded from consideration in a simulation.
  • FIG. 2 shows an example of a carwash process for illustrating the relationship diagram 102 as the graph notation.
  • the plurality of system element conditions required to start the activity are denoted on the left of the activity (which are the elements required to start the activity in this case), and the plurality of system element value changes caused by this activity are denoted on the right (which are elements becoming available after the activity completes in this case).
  • a pair of dashed arrows 106 indicates the plurality of possible relationships between an end of the activities 112 and 114 and the possible start of another activity 108 which are neither the necessary nor sufficient (that is, insufficient).
  • a wash car activity 108 requires two system elements or status values 110 , dirty cars and carwash.
  • One of the system elements or the status values called dirty cars 110 are produced by two exogenous activities: arrival of cars-front entrance 112 and arrival of cars-back entrance 114 .
  • An arc 117 is also drawn between the end of the wash car activity 108 and a start of another wash car activity.
  • a method and an algorithm 100 for determining the plurality of possible relationships between a plurality of activities caused by a set of shared system elements comprises the steps of representing the relationship diagram 102 as the graph notation where the activity or system element is visualized as the node and the plurality of possible relationships among the activity or the system elements as a number of arcs wherein the system elements include transient entities, resident entities, or both associated in the discrete-event dynamic system as well as a general logical relationship between entity states.
  • a variable C(a) is defined as the total number of status value conditions required to start an activity a as shown in block 126 .
  • C(a) is known prior to the execution of the simulation.
  • the method and the algorithm 100 comprises the steps of initializing a variable N(a,b) to 0 as shown in block 130 for each of the set of activity-to-activity pairs ⁇ a, b ⁇ wherein N(a,b) is defined as the total number of status value conditions satisfied by the activity a by changes in the set of system element status values caused by the activity b.
  • This pattern is repeated for each possible combination of activities ⁇ a,b ⁇ as shown in block 154 and block 156 .
  • the activity b is necessary to start activity b as shown in block 162 , and if not, continues checking on the system element k as shown in block 164 .
  • the method of the present invention considers a concurrent interaction of the set of shared system elements and contention of possible activities but does not consider activities that are not linked, thereby enabling fast simulation and modeling of a large-scale system having a plurality of indirectly linked processes.
  • a set S (dirty cars) in this case includes two activity-to-activity pairs that are ⁇ arrival of cars-front entrance, wash car) and ⁇ arrival of cars-back entrance, wash car).
  • the activity-to-activity pairs represent the pair of dashed arrows 106 in the relationship diagram 102 that involves the system element dirty cars.
  • the set of activity-to-activity pairs ⁇ a, b ⁇ as ⁇ wash car, exit carwash ⁇ is examined, then iterated over each of the three possible system elements (dirty cars, carwash, clean cars ⁇ .
  • the arrival of cars-front entrance 112 does not involve the system element carwash. Therefore at least one of the conditions to start the wash car activity 108 is not met, so the activity is not a sufficient relationship.
  • the wash car activity 108 does not involve the element dirty cars, so at least one of the conditions to start the wash car activity 108 is not met, therefore this is not a sufficient relationship.
  • the system element clean cars has only one entry, ⁇ wash car, exit carwash ⁇ . That is, the exit carwash activity 118 is a necessary activity for wash car activity 108 to start.
  • the result of the method and algorithm 100 for the example car wash process is the activity interaction matrix 104 shown in FIG. 3 where ‘none’ indicates both C(a) and N(a,b) are 0, X of Y (Z %) indicates N(a,b), C(a), and N(a,b) divided by C(a) respectively.
  • the activity interaction matrix 104 of the present invention shown in FIG. 3 is generated based on the relationship diagram 102 .
  • the activity interaction matrix 104 categorizes the plurality of activity to activity interactions that are possible where each row entry contains the status value changes resulting from the activity and each column entry contains the status conditions required for the start of the activity.
  • Cells contain a list of the elements shared between the activity-activity pairs including an assessment of which interactions are sufficient, necessary, insufficient, and unrelated for modeling and simulating complex relationships between the plurality of activities.
  • the plurality of system elements in the discrete-event dynamic system comprises the steps of determining—for a particular activity—if the list of system element status value conditions are true entirely, then stating the starting condition for the activity as sufficient, determining if the activity has at least one of the status value conditions that are required to start another activity and if the activity is the only dependable activity for the another activity, then stating the starting condition for the activity as necessary, determining if the activity has at least one of the status value conditions that are required to start another activity but does not fall into the category of necessary activity and sufficient activity, then stating the starting condition for the activity as insufficient, and finally determining if none of the other conditions are true that the starting condition for the activity as unrelated to the activity.
  • a visualization method for implementing the activity interaction matrix 104 includes a ‘successor activity to activity’ relationship diagram 166 shown in FIG. 5 that describes the discrete-event dynamic system using a set of overlay arrows 168 to represent the plurality of possible relationships between the start of a selected activity 170 and the start of a set of any other activities 172 after the completion of the selected activity 170 .
  • the activity interaction matrix 104 further includes a ‘predecessor activity to activity’ relationship diagram 174 shown in FIG. 6 that describes the discrete-event dynamic system using a set of overlay arcs 176 to represent the plurality of possible relationships between the start of a set of other activities 178 that may trigger the start of a selected activity 180 .
  • a ‘predecessor and successor activity to activity’ relationship diagram 182 shown in FIG. 7 is further included in the activity interaction matrix 104 that describes the discrete-event dynamic system using a set of overlay arcs 184 to represent the start of a set of other activities 186 that may trigger the start of a selected activity 188 and also the start of a set of any other activities 190 after the completion of the selected activity 188 .
  • FIG. 8 is another possible embodiment of a ‘predecessor and successor activity to activity’ relationship diagram 182 of FIG. 7 where the entities required and released are indicated on the arcs 192 .
  • FIG. 9 is a another possible embodiment of the ‘predecessor and successor activity to activity’ relationship diagram 182 of FIG. 7 that shows the comparative number of the total number of status value conditions satisfied by the selected activity 194 to a total number of status value conditions to start the selected activity 194 through a visual indication—in this case, by indicating the values of N(a,b), C(a) and N(a,b)/C(a) as a percentage.
  • the activity interaction matrix 104 furthermore includes an ‘activity to entity’ relationship diagram 196 shown in FIG. 10 that describes the set of system element status values and the list of system element status value conditions to explicitly illustrate the nature of a specific activity 198 .
  • An ‘entity to activity’ relationship diagram 200 of activity interaction matrix 104 shown in FIG. 11 describes the plurality of possible relationships between the system elements and the activity
  • an ‘activity to entity to activity’ relationship diagram 202 shown in FIG. 12 describes a set of dependent activities and a plurality of possible relationships between the set of dependent activities through an element-activity cycle.

Abstract

A method for modeling, visualizing and simulating a large-scale discrete-event dynamic system, comprising the steps of expressing an algorithm that models a plurality of activity interactions, determining a plurality of possible relationships between a plurality of system elements including transient entities, resident entities, or both, providing a hierarchical mapping of the plurality of system elements and the plurality of possible relationships among the plurality of system elements, representing a relationship diagram as a graph notation where an activity or a system element is visualized as a node and the plurality of possible relationships among the activity or the system element as an arc, allowing an explicit description of the plurality of possible relationships among the activity or the system element and a plurality of possible ways in which the activity can begin and a sequence of activities, and representing an activity interaction matrix that categorizes the plurality of activity interactions.

Description

    BACKGROUND OF THE INVENTION
  • 1. Technical Field of the Invention
  • The present invention relates to a method for discrete-event dynamic system simulation. More specifically, the present invention relates to a method and algorithm for modeling and visualization of a large-scale system having a plurality of indirectly linked processes.
  • 2. Description of the Related Art
  • Discrete-event simulation is a common generic methodology for modeling systems that has been used for decades in modeling real-world human enterprises including systems for communication, transportation, production, health care, etc. Discrete-event simulation modeling has also been utilized to optimize decision making associated with designing new processes, products, or manufacturing techniques. Important dependencies and performance characteristics of a process are captured in a discrete-event dynamic system simulation, which can then be used to explore the effects of making changes to the process.
  • Traditional discrete-event simulation of a dynamic system entails simulating events in time order, beginning at some initial simulated time and progressing forward in time. There have been a number of methods for modeling and implementing discrete-event simulations including activity scanning (resident entity cycle diagrams), process interaction (entity flow diagrams), and event scheduling discrete event simulation paradigms (event graphs).
  • A process-based modeling approach provides an efficient simulation by employing a highly efficient ordering of the events to be simulated. Specifically, the events to be simulated are grouped into layers and the layers are simulated in order. Each of the layers consists of events that are either strictly independent of the other events in the layer or are dependent on other events in the layer but possess a particular attribute. That attribute is one that permits the use of an associative operator. This operator allows the simulation of N events in O (log N) computation iterations. The downside to this process-based modeling approach is that it does not easily allow a very large sequence of possible processes to be modeled, when the processes are highly dependent and share many common attributes. Since most common real-world systems are highly inter-dependent, this limits the applicability of such a process-based approach.
  • There are several entity-based discrete-event simulation modeling frameworks that were designed and developed to extend the accuracy of available simulation tools. Such models explicitly consider the flow of entities—such as batches or jobs—through a system, allowing very complex systems to be modeled. However, an entity flow modeling view does not explicitly show indirect causality describing how processes might cause other processes other than through a transient entity. This is critical in modeling systems where many processes are indirectly linked, despite not being explicitly modeled as such. Finally, a major limitation of a transient entity flow path simulation model is that it does not scale well to highly congested systems since the approach requires explicit tracking of individual entities in the system. As more and more transient entities enter, a process flow model will execute very slowly, precluding use in large-factor ‘design of experiments’ commonly used for analysis for complex systems.
  • In order to address the need for an optimistic discrete-event simulation approach, a method has been developed for synchronous parallel environments for emulation and discrete event simulation. The method utilizes a technique called breathing time buckets (BTB), which uses some of the conservative techniques of time-bucket synchronization, along with some of the optimistic techniques of the time-warp approach. Such a technique does not consider a concurrent interaction of the system elements including transient as well as resident entities and contention of an activity.
  • Hence, it can be seen that there is a need for an accurate and fast method for simulating a discrete-event dynamic system having many indirectly linked processes, including a very large sequence of possible processes all of which may happen in parallel. The method would need to identify a priori the relationships between these processes in order to exclude unrelated process relationships from consideration. Further, the needed method would scale to allow the modeling of highly congested systems, without a significant slow-down that may preclude user experimentation, optimization or design-of-experiment type approaches. Moreover, the needed method would consider a concurrent interaction of the system elements including transient as well as resident entities and contention of activities, as well as variability in activity timing or entities throughout the simulation.
  • SUMMARY OF THE INVENTION
  • The present invention provides a method for modeling, visualizing and simulating a large-scale discrete-event dynamic system, comprising the steps of expressing an algorithm that models a plurality of activity interactions in a discrete-event dynamic system, determining a plurality of possible relationships between a plurality of system elements including transient entities, resident entities, or both associated in the discrete-event dynamic system, providing a hierarchical mapping of the plurality of system elements and the plurality of possible relationships among the plurality of system elements, representing a relationship diagram as a graph notation where an activity or a system element is visualized as a node and the plurality of possible relationships among the activity or the system element as an arc, allowing an explicit description of the plurality of possible relationships among the activity or the system element and a plurality of possible ways in which the activity can begin and a sequence of activities that may occur during and after the completion of the activity, and representing an activity interaction matrix used to describe and categorize the plurality of activity interactions. The simulation can then be executed so as to only consider these relationships and ignore possible interactions, which are in practice infeasible.
  • In another aspect of the present invention, in accordance with the present invention is a method and an algorithm for determining a plurality of possible relationships between a plurality of activities caused by a set of shared system elements, comprising the steps of representing a relationship diagram as a graph notation where an activity or a system element is visualized as a node and a plurality of possible relationships among the activity or the system element as an arc wherein the system elements including transient entities, resident entities, or both associated in a discrete-event dynamic system, initializing the algorithm with an empty set of activity-to-activity pairs S(k) requiring a system element k, k=1 . . . K; populating S(k) with a set of activity-to-activity pairs containing a list of arcs in the relationship diagram relating to the system element k; initializing a variable C(a) which is defined as the total number of status value conditions to start an activity a for each a=1 . . . A; for each start of activity a, a=1 . . . A, iterating over a set of possible activities with changes in a set of system element status values for each activity b, b=1 . . . B; initializing a variable N(a,b) for each activity to activity pair {a, b} that is defined as the total number of status value conditions satisfied by the activity a, by changes in the set of system element status values caused by the activity b; iterating over each system element k=1 . . . K in order to determine N(a,b); determining if an activity a requires the system element k to start and then, determining if a status value condition j becomes true through change of the system element k so as to increment Nab as Nab=Nab+1 and append the arc {a,b} to the set S, S(k)=S(k) U {a, b}; and comparing N(a,b), the total number of status value conditions satisfied against the total number of status value conditions C(a) after iterating through a set of possible system elements and a set of status value conditions on the activity a, wherein if N(a,b)=C(a) then the set of possible status value conditions are satisfied and the activity b is considered to be sufficient to start the activity a, if N(a,b)=0 then the activity b is unrelated to the activity a, and If 0<N(a,b)<C(a) then at least one of the status value conditions to start the activity a is satisfied by the activity b.
  • A first objective of the present invention is to provide an accurate and complete method for simulating a discrete-event dynamic system which considers a concurrent interaction of a plurality of system elements and contention of a plurality of activities while excluding non-interacting elements and activities and thereby enabling fast simulation and modeling of a large-scale system having a plurality of indirectly linked activities or processes.
  • A second objective of the invention is to provide a method for modeling a discrete-event dynamic system that treats every possible logical and physical component of that system—including transient entities, resident entities, or both—identically as a system element in modeling and simulating complex relationships between the sequence of activities and a plurality of system elements in the discrete-event dynamic system.
  • A third objective of the invention is to provide a method for modeling and simulating a discrete-event dynamic system wherein an activity is considered as any dynamic interaction of a plurality of system elements of any duration.
  • A fourth objective of the invention is to provide a method for expressing an algorithm that models a plurality of activity interactions in a discrete-event dynamic system.
  • A fifth objective of the invention is to relate a relationship diagram that is used for at least one of activity sequencing, contention for a plurality of system elements among different activities, concurrent system elements required by activities, and visualization of a simulation.
  • A sixth objective of the invention is to represent a relationship diagram as a graph notation where an activity or a system element is visualized as a node and a plurality of possible relationships among the activity or the system element as an arc.
  • A seventh objective of the invention is to provide a method for representing an activity interaction matrix that is used to categorize a plurality of activity interactions.
  • These and other advantages and features of the present invention are described with specificity so as to make the present invention understandable to one of ordinary skill in the art.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Elements in the figures have not necessarily been drawn to scale in order to enhance their clarity and improve understanding of these various elements and embodiments of the invention. Furthermore, elements that are known to be common and well understood to those in the industry are not depicted in order to provide a clear view of the various embodiments of the invention, thus the drawings are generalized in form in the interest of clarity and conciseness.
  • FIG. 1 is an operational flow chart of an algorithm that models a plurality of activity interactions in the discrete-event dynamic system according to the present invention;
  • FIG. 2 is an example of a carwash process for illustrating a relationship diagram as a graph notation;
  • FIG. 3 is an example activity interaction matrix used to categorize the plurality of activity interactions based on the example of the carwash process shown in FIG. 2;
  • FIG. 4 shows a starting condition for a specific activity and resulting system element changes caused by the segmentation of the relationship diagram;
  • FIG. 5 is a ‘successor activity to activity’ relationship diagram for implementing the activity interaction matrix;
  • FIG. 6 is a ‘predecessor activity to activity’ relationship diagram for implementing the activity interaction matrix;
  • FIG. 7 is a ‘predecessor and successor activity to activity’ relationship diagram for implementing the activity interaction matrix;
  • FIG. 8 is a sample of an ‘predecessor and successor activity to activity’ relationship diagram of FIG. 7 where the entities required to start the activity and released by the activity are indicated on the arcs based on FIG. 2;
  • FIG. 9 is a ‘predecessor and successor activity to activity’ relationship diagram of FIG. 7 that shows comparative number of a total number of status value conditions satisfied by an activity to a total number of status value conditions to start the activity;
  • FIG. 10 is an ‘activity to entity’ relationship diagram implementing a visualization of the activity interaction matrix based on the example in FIG. 2;
  • FIG. 11 is an ‘entity to activity’ relationship diagram implementing a visualization of the activity interaction matrix; and
  • FIG. 12 is an ‘activity to entity to activity’ relationship diagram implementing one possible visualization of the activity interaction matrix.
  • DETAILED DESCRIPTION OF THE DRAWINGS
  • In the following discussion that addresses a number of embodiments and applications of the present invention, reference is made to the accompanying drawings that form a part hereof, and in which is shown by way of illustration specific embodiments in which the invention may be practiced. It is to be understood that other embodiments may be utilized and changes may be made without departing from the scope of the present invention.
  • Various inventive features are described below that can each be used independently of one another or in combination with other features. However, any single inventive feature may not address any of the problems discussed above or only address one of the problems discussed above. Further, one or more of the problems discussed above may not be fully addressed by any of the features described below.
  • It should be appreciated that the present application presents certain terminology that is shared with Active Scanning technology; however, Active Scanning technology encompasses a separate class of algorithms (e.g. the ‘three-phase’ method) that operate in fixed time increments and are not true discrete-event simulations.
  • Turning first to FIG. 1, a method for modeling and simulating a discrete-event dynamic system, comprises the steps of expressing an algorithm 100 that models a plurality of activity interactions in the discrete-event dynamic system, determining a plurality of possible relationships between a plurality of system elements including transient entities, resident entities, or both associated in the discrete-event dynamic system both explicit and implied using the algorithm 100, and providing a hierarchical mapping of the plurality of system elements and the plurality of possible relationships among the plurality of system elements. Further, the method includes the steps of representing a relationship diagram 102 as shown in FIG. 2 as a graph notation where an activity or a system element is visualized as a node and the plurality of possible relationships among the activity or the system element as an arc, allowing an explicit description of the plurality of possible relationships among the activity or the system element and a plurality of possible ways in which the activity can begin and a sequence of activities that may occur during and after the completion of the activity, and representing an activity interaction matrix 104 as shown in FIG. 3 used to describe and categorize the plurality of activity interactions.
  • The relationship diagram 102 of the present invention treats every possible logical and physical component including transient entities, resident entities, or both identically as the system element in modeling and simulating complex relationships between the sequence of activities and the plurality of system elements in the discrete-event dynamic system. The relationship diagram 102 may be used for at least one of activity sequencing, contention for the plurality of system elements among different activities, concurrent system elements required by activities, and visualization of the simulation.
  • The present method considers a concurrent interaction of the plurality of system elements and contention of the activity thereby enabling fast simulation and modeling of a large-scale system having a plurality of indirectly linked processes. Every change in the system element is modeled by the changes in a set of status values that includes a plurality of possible physical state and a plurality of possible logical state of the discrete-event dynamic system at any point in time.
  • According to the present invention, the activity can be any dynamic interaction of the system element of any duration. The activity is considered as initiated when the set of status values of a specific set of system elements is within a specified set of status values. Likewise, the activity is considered as completed when the set of status values of the specific set of system elements enters another specified set of status values. This set of status values may include any general combination of times, general logical conditions or other characteristics of the system.
  • For a specific activity, the relationship diagram 102 segments the plurality of system elements interacting in the specific activity into a list of system element status value conditions required to initiate the specific activity and a list of system element status values changed as a result of the specific activity occurring (either at the start of or during the specific activity). FIG. 4 shows a starting condition for a specific activity by the segmentation of a relationship diagram 102 where x is the vector of current element status values at a particular point in the execution of the simulation. The starting condition for the specific activity by the segmentation of the relationship diagram 102 can be represented as:
  • i I j ( f i ( x ) = true ) = 1
  • where x is the vector of a current system elements at a particular point in the execution of the simulation of an activity j, f(x) is the status value conditions on the system elements that must all be true in order to initiate the activity j, and Ij(fi(x)=true) is an indicator function for the activity j when a status value condition i is true. This equation requires that all the conditions to start an activity must be met for that activity to initiate.
  • Further, at the initiation and during execution of the activity j, one or more changes can occur to the set of status values which may cause a set of another activities to be placed on a pending activity list that can be described as:
  • i I k ( f i ( x + X ) = true ) = 1
  • where X is the vector of changes to system elements caused by activity j, k is an activity that is scheduled due to the activity j when at least one of the status value conditions for commencing activity k may be met by the execution of the activity j.
  • The relationship diagram 102 categorizes the plurality of activity interactions as one of sufficient, necessary, insufficient or unrelated on the basis of the set of status values of the system element. A specific activity-to-activity pair is considered to be sufficient if the specific activity makes at least one of the status value conditions that are sufficient to start another activity. A specific activity to activity pair is considered to be necessary if the specific activity has at least one of the status value conditions that are required to start another activity and when the specific activity is the only dependable activity in the simulation to trigger the start of that other activity. A specific activity-to-activity pair is considered to be insufficient if the specific activity is neither necessary nor sufficient, but has at least status value conditions that may trigger the start of that other activity. If none of these conditions are true, the activity to activity pair is considered unrelated and can be excluded from consideration in a simulation.
  • In order to explain the key differences between the sufficient activity, necessary activity, and insufficient activity relationships, the notation in FIG. 2 shows an example of a carwash process for illustrating the relationship diagram 102 as the graph notation. In this illustration the plurality of system element conditions required to start the activity are denoted on the left of the activity (which are the elements required to start the activity in this case), and the plurality of system element value changes caused by this activity are denoted on the right (which are elements becoming available after the activity completes in this case).
  • In the example car wash process, a pair of dashed arrows 106 indicates the plurality of possible relationships between an end of the activities 112 and 114 and the possible start of another activity 108 which are neither the necessary nor sufficient (that is, insufficient). A wash car activity 108 requires two system elements or status values 110, dirty cars and carwash. One of the system elements or the status values called dirty cars 110 are produced by two exogenous activities: arrival of cars-front entrance 112 and arrival of cars-back entrance 114. An arc 117 is also drawn between the end of the wash car activity 108 and a start of another wash car activity. This is a necessary condition since this is the only place where a carwash bay is released in the simulation, but having a carwash bay is not sufficient to start the wash car activity 108 as there might not be any dirty cars waiting. Finally a boldface arrow 116 is drawn between the wash car activity 108 and an exit carwash activity 118. The boldface arrow 116 is both necessary and sufficient since clean cars 120 are the only requirement in order to perform the exit carwash activity 118, and cars are changed to this status at the end of the wash car activity 108.
  • Referring to FIG. 1 a method and an algorithm 100 for determining the plurality of possible relationships between a plurality of activities caused by a set of shared system elements comprises the steps of representing the relationship diagram 102 as the graph notation where the activity or system element is visualized as the node and the plurality of possible relationships among the activity or the system elements as a number of arcs wherein the system elements include transient entities, resident entities, or both associated in the discrete-event dynamic system as well as a general logical relationship between entity states. The algorithm 100 initializes with an empty set of activity-to-activity pairs S(k) requiring a system element k, k=1 . . . K as shown in block 122, populating S(k) with a set of activity-to-activity pairs containing a list of arcs in the relationship diagram 102 relating to the system element k for each start of the activity a, a=1 . . . A. As shown in block 124, a variable C(a) is defined as the total number of status value conditions required to start an activity a as shown in block 126. C(a) is known prior to the execution of the simulation.
  • Further, the method and the algorithm 100 comprises the steps of initializing a variable N(a,b) to 0 as shown in block 130 for each of the set of activity-to-activity pairs {a, b} wherein N(a,b) is defined as the total number of status value conditions satisfied by the activity a by changes in the set of system element status values caused by the activity b. The value of N(a,b) is determined for each activity-to-activity pair {a, b} by iterating over the list of system element status value conditions j wherein j=1 . . . J as shown in block 132, and iterating over each of the system elements k=1 . . . K as shown in block 134. Thereafter determining if an activity a requires the system element k to start as shown in block 136 and then determining if a status value condition j becomes true through change of the system element k as shown in block 138 so as to increment N(a,b) as N(a,b)=N(a,b)+1 and to increment the specific arc to the set of element specific conditions S(k)=S(k) U {a, b} as shown in block 140. Finally after iterating through a next set of possible system elements as shown in block 142 and a next set of status value conditions j as shown in block 144, the algorithm determines the total number of status value conditions satisfied N(a,b) against the total number of status value conditions C(a) on the activity-to-activity pair {a,b} wherein if N(a,b)=C(a) as shown in block 146, then the set of possible status value conditions are satisfied and the activity b is considered to be sufficient to start the activity a as shown in block 148. If N(a,b)=0 as shown in block 150, then the activity b is unrelated to the activity a as shown in block 152, and if 0<N(a,b)<C(a) then at least one of the status value conditions to start the activity a is satisfied by the activity b. This pattern is repeated for each possible combination of activities {a,b} as shown in block 154 and block 156. After checking every possible combination of activities {a,b} and establishing S(k) in blocks 124 through 156, the algorithm finally checks for each of the system elements k=1 . . . K as shown in block 158. If the S(k) contains only one set of activity-to-activity pairs as shown in block 160, then the activity b is necessary to start activity b as shown in block 162, and if not, continues checking on the system element k as shown in block 164.
  • The method of the present invention considers a concurrent interaction of the set of shared system elements and contention of possible activities but does not consider activities that are not linked, thereby enabling fast simulation and modeling of a large-scale system having a plurality of indirectly linked processes.
  • The method and algorithm 100 can be used to illustrate the example of a carwash process shown in FIG. 2, for the system element k=dirty cars. A set S (dirty cars) in this case includes two activity-to-activity pairs that are {arrival of cars-front entrance, wash car) and {arrival of cars-back entrance, wash car). The activity-to-activity pairs represent the pair of dashed arrows 106 in the relationship diagram 102 that involves the system element dirty cars. The wash car activity 108 has two conditions, dirty cars and carwash, so C(a)=2. The set of activity-to-activity pairs {a, b} as {wash car, exit carwash} is examined, then iterated over each of the three possible system elements (dirty cars, carwash, clean cars}. Here the system element clean cars is the only system element required by the exit carwash activity 118, so C(a)=1. Thereafter, the algorithm determines that the condition that at least one clean cars is satisfied through the release of a clean car by the exit carwash activity 118, therefore increments the variable N(a,b) as N(a,b)=1. The arrival of cars-front entrance 112 does not involve the system element carwash. Therefore at least one of the conditions to start the wash car activity 108 is not met, so the activity is not a sufficient relationship.
  • Finally the set of activity-to-activity pairs {a, b} as {wash car, wash car} is examined. This activity-to-activity pair corresponds to the wash car activity 108 restarting immediately after it has finished, then iterates over each of the three possible elements (dirty cars, carwash, clean cars}. The system element dirty cars as well as the system element carwash is required by the wash car activity 108, therefore C(a)=2. Next a determination is made that the condition that there be at least one carwash is satisfied through the release of a carwash by the end of the wash car activity 108, therefore incrementing the variable N(a,b) as N(a,b)=1. The wash car activity 108 does not involve the element dirty cars, so at least one of the conditions to start the wash car activity 108 is not met, therefore this is not a sufficient relationship. The system element clean cars has only one entry, {wash car, exit carwash}. That is, the exit carwash activity 118 is a necessary activity for wash car activity 108 to start.
  • The result of the method and algorithm 100 for the example car wash process is the activity interaction matrix 104 shown in FIG. 3 where ‘none’ indicates both C(a) and N(a,b) are 0, X of Y (Z %) indicates N(a,b), C(a), and N(a,b) divided by C(a) respectively.
  • The activity interaction matrix 104 of the present invention shown in FIG. 3 is generated based on the relationship diagram 102. The activity interaction matrix 104 categorizes the plurality of activity to activity interactions that are possible where each row entry contains the status value changes resulting from the activity and each column entry contains the status conditions required for the start of the activity. Cells contain a list of the elements shared between the activity-activity pairs including an assessment of which interactions are sufficient, necessary, insufficient, and unrelated for modeling and simulating complex relationships between the plurality of activities. The plurality of system elements in the discrete-event dynamic system comprises the steps of determining—for a particular activity—if the list of system element status value conditions are true entirely, then stating the starting condition for the activity as sufficient, determining if the activity has at least one of the status value conditions that are required to start another activity and if the activity is the only dependable activity for the another activity, then stating the starting condition for the activity as necessary, determining if the activity has at least one of the status value conditions that are required to start another activity but does not fall into the category of necessary activity and sufficient activity, then stating the starting condition for the activity as insufficient, and finally determining if none of the other conditions are true that the starting condition for the activity as unrelated to the activity.
  • A visualization method for implementing the activity interaction matrix 104 includes a ‘successor activity to activity’ relationship diagram 166 shown in FIG. 5 that describes the discrete-event dynamic system using a set of overlay arrows 168 to represent the plurality of possible relationships between the start of a selected activity 170 and the start of a set of any other activities 172 after the completion of the selected activity 170. The activity interaction matrix 104 further includes a ‘predecessor activity to activity’ relationship diagram 174 shown in FIG. 6 that describes the discrete-event dynamic system using a set of overlay arcs 176 to represent the plurality of possible relationships between the start of a set of other activities 178 that may trigger the start of a selected activity 180. A ‘predecessor and successor activity to activity’ relationship diagram 182 shown in FIG. 7 is further included in the activity interaction matrix 104 that describes the discrete-event dynamic system using a set of overlay arcs 184 to represent the start of a set of other activities 186 that may trigger the start of a selected activity 188 and also the start of a set of any other activities 190 after the completion of the selected activity 188.
  • FIG. 8 is another possible embodiment of a ‘predecessor and successor activity to activity’ relationship diagram 182 of FIG. 7 where the entities required and released are indicated on the arcs 192. FIG. 9 is a another possible embodiment of the ‘predecessor and successor activity to activity’ relationship diagram 182 of FIG. 7 that shows the comparative number of the total number of status value conditions satisfied by the selected activity 194 to a total number of status value conditions to start the selected activity 194 through a visual indication—in this case, by indicating the values of N(a,b), C(a) and N(a,b)/C(a) as a percentage.
  • The activity interaction matrix 104 furthermore includes an ‘activity to entity’ relationship diagram 196 shown in FIG. 10 that describes the set of system element status values and the list of system element status value conditions to explicitly illustrate the nature of a specific activity 198. An ‘entity to activity’ relationship diagram 200 of activity interaction matrix 104 shown in FIG. 11 describes the plurality of possible relationships between the system elements and the activity, and an ‘activity to entity to activity’ relationship diagram 202 shown in FIG. 12 describes a set of dependent activities and a plurality of possible relationships between the set of dependent activities through an element-activity cycle.
  • The foregoing description of the preferred embodiment of the present invention has been presented for the purpose of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise form disclosed. Many modifications and variations are possible in light of the above teachings. It is intended that the scope of the present invention not be limited by this detailed description, but by the claims and the equivalents to the claims appended hereto.

Claims (25)

1. A method for modeling and simulating a discrete-event dynamic system, comprising the steps of:
expressing an algorithm that models a plurality of activity interactions in the discrete-event dynamic system;
determining a plurality of possible relationships between a plurality of system elements including transient entities, resident entities, or both associated in the discrete-event dynamic system, both explicit and implied using the algorithm;
providing a hierarchical mapping of the plurality of system elements and the plurality of possible relationships among the plurality of system elements;
representing a relationship diagram in graph notation where an activity or a system element is visualized as a node and the plurality of possible relationships among the activity or the system element as an arc;
allowing an explicit description of the plurality of possible relationships among the activity or the system element and a plurality of possible ways in which the activity can begin and a sequence of activities that may occur during and after the completion of the activity; and
representing an activity interaction matrix used to categorize the plurality of activity interactions.
whereby the relationship diagram treats every possible logical and physical component including transient entities, resident entities, or both identically as the system element in modeling and simulating complex relationships between the sequence of activities and the plurality of system elements in the discrete-event dynamic system.
2. The method of claim 1 wherein the method considers a concurrent interaction of the plurality of system elements and contention of the activity thereby enabling fast simulation and modeling of a large-scale system having a plurality of indirectly linked processes.
3. The method of claim 1 wherein every change in the system element is modeled by the changes in a set of status values that includes a plurality of possible physical state and a plurality of possible logical state of the discrete-event dynamic system at any point in time.
4. The method of claim 4 wherein the activity is considered as initiated when the set of status values of a specific set of system elements is within a specified set of status values.
5. The method of claim 1 wherein the relationship diagram may be used for at least one of activity sequencing, contention for the plurality of system elements among different activities, concurrent system elements required by activities, and visualization of a simulation.
6. The method of claim 1 wherein the activity can be any dynamic interaction of the system element of any duration.
7. The method of claim 1 wherein the activity may trigger other activities only through changing a specific set of system elements that are related to activities sharing those elements.
8. The method of claim 1 wherein for a specific activity, the relationship diagram segments the plurality of system elements interacting in the specific activity into a list of system element status value conditions required to initiate the specific activity and a list of system element status value changes as a result of the specific activity or during the specific activity.
9. The method of claim 8 wherein a starting condition for the specific activity by the relationship diagram segmentation is represented as
i I j ( f i ( x ) = true ) = 1 ,
and wherein:
x is the vector of a current system element status value at a particular point in the execution of the simulation of an activity j;
f(x) is a function representing each status value condition that returns true if the conditions are present to initiate the activity j, Ij(fi(x)=true) is an indicator function for the activity j when a status value condition i is true, and all of these conditions must be true in order for the activity to initialize.
10. The method of claim 1 or 9 wherein during the execution of the activity j, at least one change can occur to a set of status values which may cause a set of another activities to be placed on a pending activity list that can be described as:
i I k ( f i ( x + X ) = true ) = 1
where k is an activity that is scheduled due to the activity j when at least one of the status value conditions for commencing activity k may be met by the execution of the activity j.
11. The method of claim 1 wherein the relationship diagram categorizes the plurality of activity interactions in a simulation as sufficient, necessary, insufficient and unrelated on the basis of a set of status values of one or more system elements.
12. The method of claim 11 wherein a specific activity is considered to be a sufficient activity if the specific activity makes at least one of the status value conditions that are sufficient to start another activity.
13. The method of claim 11 wherein a specific activity is considered to be a necessary activity when the specific activity has at least one of the status value conditions that are required to start another activity and when the specific activity is the only dependable activity for the another activity.
14. The method of claim 11 wherein a specific activity is considered to be an insufficient activity if the specific activity is neither necessary nor sufficient.
15. A method and an algorithm for determining a plurality of possible relationships between a plurality of activities caused by a set of shared system elements, comprising the steps of:
representing a relationship diagram as a graph notation where an activity or a system element is visualized as a node and a plurality of possible relationships among the activity or the system element as an arc, the system elements including transient entities, resident entities, or both associated in a discrete-event dynamic system;
initializing the algorithm with an empty set of activity-to-activity pairs S(k) requiring a system element k, k=1 . . . K;
populating S(k) with a set of activity-to-activity pairs containing a list of arcs in the relationship diagram relating to the system element k;
initializing a variable C(a) which is defined as the total number of status value conditions to start an activity a, for each start of the activity a, a=1 . . . A;
iterating over a set of possible activity pairs a=1 . . . A with changes in a set of system element status values matched by possible conditions for each activity b, b=1 . . . B;
initializing a variable N(a,b) for each activity pair {a, b} that is defined as the total number of status value conditions satisfied by activity a, by changes in the set of system element status values caused by activity b;
iterating over each of the system element k=1 . . . K in order to determine N(a,b);
determining if the activity a requires the system element k to start and then determining if a status value condition j becomes true through change of the system element k so as to increment N(a,b) as N(a,b)=N(a,b)+1 wherein S(k)=S(k) U {a, b}; and
determining the total number of status value conditions satisfied N(a,b) against the total number of status value conditions C(a) after iterating through a set of possible system elements and a set of status value conditions on the activity a wherein if N(a,b)=C(a), then the set of possible status value conditions are satisfied and the activity b is considered to be sufficient to start the activity a, if N(a,b)=0 then the activity b is unrelated to the activity a, and If 0<N(a,b)<C(a) then at least one of the status value conditions to start the activity a is satisfied by the activity b. Otherwise, activity b is unrelated to activity a.
16. The method of claim 15 wherein the method considers a concurrent interaction of the set of shared system elements and contention of the activity thereby enabling fast simulation and modeling of a large-scale system having a plurality of indirectly linked processes.
17. A method and an algorithm for representing an activity interaction matrix used to categorize a plurality of activity interactions as a sufficient activity, a necessary activity, and an insufficient activity for modeling and simulating complex relationships between a plurality of activities and a plurality of system elements in a discrete-event dynamic system, comprising the steps of:
determining if a plurality of system element status value conditions for one activity in relationship to another activity are true entirely, then stating a starting condition for an activity as sufficient;
determining if the activity has at least one of the status value conditions that are required to start another activity and if the activity is the only dependable activity for another activity, then stating a starting condition for the activity as necessary;
determining if the activity does not fall into the category as necessary activity and sufficient activity in relationship to another activity, then stating a starting condition for the activity as insufficient;
otherwise determining that the activity is neither necessary, sufficient, or insufficient in relationship to another activity and therefore unrelated.
18. The method of claim 17 wherein the plurality of system elements includes transient entities, resident entities, or both associated in the discrete-event dynamic system.
19. The method of claim 17 wherein the activity interaction matrix is generated based on a relationship diagram represented as a graph notation where at least one of either the activity or a system element is visualized as a node and a plurality of possible relationships among the activity or the system element as an arc.
20. The method of claim 19 wherein a visualization method for implementing the activity interaction matrix comprises a ‘successor activity to activity’ relationship diagram that describes the discrete-event dynamic system using a set of overlay arrows to represent a plurality of possible relationships between the start of a selected activity and the start of a set of any other activities after the completion of the selected activity.
21. The method of claim 19 wherein a visualization method for implementing the activity interaction matrix comprises a ‘predecessor activity to activity’ relationship diagram that describes the discrete-event dynamic system using overlay arcs to represent the plurality of possible relationships between the start of a set of other activities that may trigger the start of a selected activity.
22. The method of claim 19 wherein a visualization method for implementing the activity interaction matrix comprises a ‘predecessor and successor activity to activity’ relationship diagram that describes the discrete-event dynamic system using overlay arcs to represent the start of a set of other activities that may trigger the start of a selected activity and also the start of a set of any other activities after the completion of the selected activity.
23. The method of claim 19 wherein a visualization method for implementing the activity interaction matrix comprises an ‘activity to entity’ relationship diagram that describes a set of system element status values and a list of system element status value conditions to explicitly illustrate the nature of a specific activity.
24. The method of claim 19 wherein a visualization method for implementing the activity interaction matrix comprises an ‘entity to activity’ relationship diagram that describes a plurality of possible relationships between the system elements and the activity.
25. The method of claim 19 wherein a visualization method for implementing the activity interaction matrix comprises an ‘activity to entity to activity’ relationship diagram that describes a set of dependent activities and a plurality of possible relationships between the set of dependent activities through an element-activity cycle.
US12/819,173 2010-06-18 2010-06-18 Method and Algorithm for Modeling and Simulating A Discrete-Event Dynamic System Abandoned US20110313736A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/819,173 US20110313736A1 (en) 2010-06-18 2010-06-18 Method and Algorithm for Modeling and Simulating A Discrete-Event Dynamic System

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US12/819,173 US20110313736A1 (en) 2010-06-18 2010-06-18 Method and Algorithm for Modeling and Simulating A Discrete-Event Dynamic System

Publications (1)

Publication Number Publication Date
US20110313736A1 true US20110313736A1 (en) 2011-12-22

Family

ID=45329419

Family Applications (1)

Application Number Title Priority Date Filing Date
US12/819,173 Abandoned US20110313736A1 (en) 2010-06-18 2010-06-18 Method and Algorithm for Modeling and Simulating A Discrete-Event Dynamic System

Country Status (1)

Country Link
US (1) US20110313736A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130185047A1 (en) * 2012-01-13 2013-07-18 Optimized Systems And Solutions Limited Simulation modelling
US20150284021A1 (en) * 2014-04-03 2015-10-08 The Goodyear Tire & Rubber Company Tire lateral force model with temperature adaptation and method
US20160062704A1 (en) * 2014-08-29 2016-03-03 Hitachi, Ltd. Semiconductor device and information processing device
CN108875205A (en) * 2018-06-15 2018-11-23 北京航空航天大学 System availability efficient simulation method based on reachable matrix and discrete event driving
CN111210008A (en) * 2020-01-09 2020-05-29 支付宝(杭州)信息技术有限公司 Method and device for processing interactive data by using LSTM neural network model

Citations (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4965743A (en) * 1988-07-14 1990-10-23 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Discrete event simulation tool for analysis of qualitative models of continuous processing system
US5195041A (en) * 1989-07-24 1993-03-16 Institute Of Business Technology Method and apparatus for improving manufacturing processes
US5319781A (en) * 1991-05-03 1994-06-07 Bolt Beranek And Newman Inc. Generation of schedules using a genetic procedure
US5351195A (en) * 1989-07-24 1994-09-27 The George Group Method for improving manufacturing processes
US5359524A (en) * 1992-06-29 1994-10-25 Darius Rohan Method and system for determining an average batch size
US5794005A (en) * 1992-01-21 1998-08-11 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Synchronous parallel emulation and discrete event simulation system with self-contained simulation objects and active event objects
US5890134A (en) * 1996-02-16 1999-03-30 Mcdonnell Douglas Corporation Scheduling optimizer
US6185469B1 (en) * 1997-05-28 2001-02-06 Board Of Regents, The University Of Texas System Method and apparatus for testing and controlling a flexible manufacturing system
US20010042123A1 (en) * 1999-12-21 2001-11-15 Lockheed Martin Corporation Apparatus and method for resource negotiations among autonomous agents
US6324495B1 (en) * 1992-01-21 2001-11-27 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Synchronous parallel system for emulation and discrete event simulation
US6601023B1 (en) * 1998-10-16 2003-07-29 Computer Associates Think, Inc. Method for impact analysis of a model
US20040230404A1 (en) * 2002-08-19 2004-11-18 Messmer Richard Paul System and method for optimizing simulation of a discrete event process using business system data
US20060044307A1 (en) * 2004-08-24 2006-03-02 Kyuman Song System and method for visually representing project metrics on 3-dimensional building models
US20060129970A1 (en) * 2004-12-15 2006-06-15 Haas Martin C Systems and methods for production planning analysis using discrete event simulation
US7171647B1 (en) * 1999-02-19 2007-01-30 The Salamander Organization Ltd Method for constructing a process-driven system
US20080091403A1 (en) * 2006-10-16 2008-04-17 Harrison Gregory A Large Training System Simulation Using Dynamic Network Entities
US20090204463A1 (en) * 2008-02-13 2009-08-13 Lockheed Martin Corporation Method, tool, and system for analyzing a project
US20090313023A1 (en) * 2008-06-17 2009-12-17 Ralph Jones Multilingual text-to-speech system
US20100168893A1 (en) * 2003-12-24 2010-07-01 Nippon Steel Corporation Production schedule creation device and method, production process control device and method, computer program, and computer-readable recording medium
US7860810B2 (en) * 2004-06-16 2010-12-28 State Of Oregon Acting By And Through The State Board Of Higher Education On Behalf Of Portland State University Discrete event system and method for simulating global product development
US8103454B2 (en) * 2005-08-30 2012-01-24 International Business Machines Corporation Spatially heterogeneous stochastic petri-net modeling
US8185370B2 (en) * 2008-05-19 2012-05-22 Wright State University Discrete event simulation tool combining process-driven and event-driven models
US8332443B2 (en) * 2008-12-19 2012-12-11 Microsoft Corporation Masterless distributed batch scheduling engine

Patent Citations (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4965743A (en) * 1988-07-14 1990-10-23 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Discrete event simulation tool for analysis of qualitative models of continuous processing system
US5195041A (en) * 1989-07-24 1993-03-16 Institute Of Business Technology Method and apparatus for improving manufacturing processes
US5351195A (en) * 1989-07-24 1994-09-27 The George Group Method for improving manufacturing processes
US5319781A (en) * 1991-05-03 1994-06-07 Bolt Beranek And Newman Inc. Generation of schedules using a genetic procedure
US6324495B1 (en) * 1992-01-21 2001-11-27 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Synchronous parallel system for emulation and discrete event simulation
US5794005A (en) * 1992-01-21 1998-08-11 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Synchronous parallel emulation and discrete event simulation system with self-contained simulation objects and active event objects
US5359524A (en) * 1992-06-29 1994-10-25 Darius Rohan Method and system for determining an average batch size
US5890134A (en) * 1996-02-16 1999-03-30 Mcdonnell Douglas Corporation Scheduling optimizer
US6185469B1 (en) * 1997-05-28 2001-02-06 Board Of Regents, The University Of Texas System Method and apparatus for testing and controlling a flexible manufacturing system
US6601023B1 (en) * 1998-10-16 2003-07-29 Computer Associates Think, Inc. Method for impact analysis of a model
US7171647B1 (en) * 1999-02-19 2007-01-30 The Salamander Organization Ltd Method for constructing a process-driven system
US20010042123A1 (en) * 1999-12-21 2001-11-15 Lockheed Martin Corporation Apparatus and method for resource negotiations among autonomous agents
US20040230404A1 (en) * 2002-08-19 2004-11-18 Messmer Richard Paul System and method for optimizing simulation of a discrete event process using business system data
US20100168893A1 (en) * 2003-12-24 2010-07-01 Nippon Steel Corporation Production schedule creation device and method, production process control device and method, computer program, and computer-readable recording medium
US7860810B2 (en) * 2004-06-16 2010-12-28 State Of Oregon Acting By And Through The State Board Of Higher Education On Behalf Of Portland State University Discrete event system and method for simulating global product development
US20060044307A1 (en) * 2004-08-24 2006-03-02 Kyuman Song System and method for visually representing project metrics on 3-dimensional building models
US20060129970A1 (en) * 2004-12-15 2006-06-15 Haas Martin C Systems and methods for production planning analysis using discrete event simulation
US8103454B2 (en) * 2005-08-30 2012-01-24 International Business Machines Corporation Spatially heterogeneous stochastic petri-net modeling
US20080091403A1 (en) * 2006-10-16 2008-04-17 Harrison Gregory A Large Training System Simulation Using Dynamic Network Entities
US20090204463A1 (en) * 2008-02-13 2009-08-13 Lockheed Martin Corporation Method, tool, and system for analyzing a project
US8185370B2 (en) * 2008-05-19 2012-05-22 Wright State University Discrete event simulation tool combining process-driven and event-driven models
US20090313023A1 (en) * 2008-06-17 2009-12-17 Ralph Jones Multilingual text-to-speech system
US8332443B2 (en) * 2008-12-19 2012-12-11 Microsoft Corporation Masterless distributed batch scheduling engine

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Estimating the productivity of cyclic construction operations using case based reasoning; Darren Graham et al. Advanced Engineering Informatics 18 (2004), Pgs. 17-28 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130185047A1 (en) * 2012-01-13 2013-07-18 Optimized Systems And Solutions Limited Simulation modelling
US20150284021A1 (en) * 2014-04-03 2015-10-08 The Goodyear Tire & Rubber Company Tire lateral force model with temperature adaptation and method
US9434409B2 (en) * 2014-04-03 2016-09-06 The Goodyear Tire & Rubber Company Tire lateral force model with temperature adaptation and method
US20160062704A1 (en) * 2014-08-29 2016-03-03 Hitachi, Ltd. Semiconductor device and information processing device
US9823882B2 (en) * 2014-08-29 2017-11-21 Hitachi, Ltd. Semiconductor device and information processing device
CN108875205A (en) * 2018-06-15 2018-11-23 北京航空航天大学 System availability efficient simulation method based on reachable matrix and discrete event driving
CN111210008A (en) * 2020-01-09 2020-05-29 支付宝(杭州)信息技术有限公司 Method and device for processing interactive data by using LSTM neural network model

Similar Documents

Publication Publication Date Title
Wang et al. An overlapping process model to assess schedule risk for new product development
Borade et al. Software project effort and cost estimation techniques
Ge et al. Quantitative analysis of dynamic fault trees using improved sequential binary decision diagrams
JP6122621B2 (en) Simulation and visualization of project planning and management
Peng et al. Life cycle reliability assessment of new products—A Bayesian model updating approach
US20110313736A1 (en) Method and Algorithm for Modeling and Simulating A Discrete-Event Dynamic System
US10275548B1 (en) Interactive diagnostic modeling evaluator
Stone et al. Methods for determining the optimal number of simultaneous contributors for multi-user CAD parts
JP5993273B2 (en) Decision support system and method
Salado et al. A research on measuring and reducing problem complexity to increase system affordability: From theory to practice
Shafiei-Monfared et al. Fuzzy complexity model for enterprise maintenance projects
Paredis et al. Translating process interaction world view models to DEVS: GPSS to (Python (P)) DEVS
Philip et al. A stochastic reward net approach for reliability analysis of a flexible manufacturing module
Abulalqader et al. Comparing different estimation methods for software effort
Clarkson et al. Signposting for Design Process Improvement: A dynamic approach to design process planning
Patil et al. Develop efficient technique of cost estimation model for software applications
US20210312365A1 (en) Analysis of resources utilized during execution of a process
Li et al. Colored Petri net modeling of the manufacturing processes of space instruments
Boucheneb et al. Time based deadlock prevention for Petri nets
CN112765827A (en) Reliability analysis method of function-related system
Pişirir et al. Integrating Risk into Project Control Using Bayesian Networks
EP3547127A1 (en) Method for configuration of an automation system
Nikolaevich et al. Instrumental System of Temporal Analysis of Models of Concurrent Computing Systems Constructed Using Theory of Temporary Finite State Automata
Gradišar et al. Automated Petri-net modelling based on production management data
Ligade et al. Use of Optimization Techniques for Construction Projects: Study & Application

Legal Events

Date Code Title Description
STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

AS Assignment

Owner name: BIOPRODUCTION GROUP, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:JOHNSTON, LENRICK;ZHANG, DAVID;SCHRUBEN, LEE;REEL/FRAME:049660/0729

Effective date: 20100616

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: FISHER-ROSEMOUNT SYSTEMS, INC., TEXAS

Free format text: MERGER;ASSIGNOR:BIOPRODUCTION GROUP;REEL/FRAME:063405/0173

Effective date: 20190619