71
An Introduction to An Introduction to Modeling and Simulation Modeling and Simulation with DEVS with DEVS Gabriel A. Wainer Gabriel A. Wainer Department of Systems and Computer Department of Systems and Computer Engineering Engineering Carleton University. Carleton University. Ottawa, ON. Canada. Ottawa, ON. Canada. http://www.sce.carleton.ca/faculty/ http://www.sce.carleton.ca/faculty/ wainer wainer

An Introduction to Modeling and Simulation with DEVS

  • Upload
    caden

  • View
    50

  • Download
    0

Embed Size (px)

DESCRIPTION

An Introduction to Modeling and Simulation with DEVS. Gabriel A. Wainer Department of Systems and Computer Engineering Carleton University. Ottawa, ON. Canada. http://www.sce.carleton.ca/faculty/wainer. Outline. Problem characterization DEVS formalism The CD++ tool - PowerPoint PPT Presentation

Citation preview

Page 1: An Introduction to Modeling and Simulation with DEVS

An Introduction to Modeling and An Introduction to Modeling and Simulation with DEVSSimulation with DEVS

Gabriel A. WainerGabriel A. WainerDepartment of Systems and Computer Department of Systems and Computer

EngineeringEngineeringCarleton University.Carleton University.Ottawa, ON. Canada.Ottawa, ON. Canada.

http://www.sce.carleton.ca/faculty/wainerhttp://www.sce.carleton.ca/faculty/wainer

Page 2: An Introduction to Modeling and Simulation with DEVS

Slide 2

Outline

• Problem characterization• DEVS formalism• The CD++ tool• Modeling complex systems using DEVS• Examples of application

Some of the slides here presented are part of Prof. B. Zeigler’s collection (with permission!)

http://www.acims.arizona.edu

Page 3: An Introduction to Modeling and Simulation with DEVS

Slide 3

Motivation

Analysis of complex natural/artificial real systems.

Continuous systems analysis Different mathematical formalisms Simulation: solutions to particular problems under

certain experimental conditions of interest

Classical methods for continuous systems simulation Based on numerical approximation Require time discretization Inefficient in terms of execution times Complex composition; difficulties in integration,

multiresolution models

Page 4: An Introduction to Modeling and Simulation with DEVS

Slide 4

Evolution in simulation technology

• Reduced cost of modern computers• Enhanced tools• Statistical packages; application libraries• Ease to use, flexibility• Ease of analysis tasks• Parallel/Distributed systems• Enhanced visualization tools• Standards (graphics, runtime support, distributed

software)

Page 5: An Introduction to Modeling and Simulation with DEVS

Slide 5

Discrete-Event M&S

• Based on programming languages (difficult to test, maintain, verify).

• Beginning ’70s: research on M&S methodologies• Improvement of development task• Focus in reuse, ease of modeling, development

cost reductions

Page 6: An Introduction to Modeling and Simulation with DEVS

Slide 6

DE Modeling and Simulation

Behavioral analysis Non-behavioral analysis

State sequence Timed state sequence

Untimed Timed

Deadlocks, Starvation Turnaround time, response time, timeliness

Required Data

Type

Use Example

Logic

Process algebra

Set/Bag theory

Modal Logic

CSP, CCS, QN

FSM, Petri netsAutomata, Statecharts

GSMP

Timed AutomataSDL, Timed-PN,

Event Graphs

DEVS formalism

(Prof. T. G. Kim, KAIST, Korea)

Temporal Logic

Page 7: An Introduction to Modeling and Simulation with DEVS

Slide 7

Separation of concerns in DEVS

Real WorldReal World SimulatorSimulator

modelingrelation

simulationrelation

Each entity formalized as a Mathematical Dynamic System(mathematical manipulations to prove system properties)

Structure generating behaviorclaimed to represent real world

Device forexecuting model

Model

Conditions under which the system is experimented with/observed

Experimental Frame

Data: Input/output relation pairs

Page 8: An Introduction to Modeling and Simulation with DEVS

Slide 8

Current needs Interoperability:

computer-based and non-computer-based systems support a wide range of models and simulations

hybrid interoperability

Reuse: model and simulation reuse (computer-based and otherwise)

centralized and distributed data and model repositories

Performance: Computational (local to each simulation) Communication (among multiple simulations)

Page 9: An Introduction to Modeling and Simulation with DEVS

Slide 9

Current practices

• Ad-hoc techniques, ignorance of previous recommendations for software engineering.

• Tendency to encapsulate models/simulators/experimental frames into tightly coupled packages, (written in programming languages such as Fortran, C/C++, Java).

• Difficulties: testing, maintainability of the applications, integration, software reuse.

• Relatively few examples of storing previously developed simulation infrastructure commodities such that they can be

adapted to developing interoperability test requirements

Page 10: An Introduction to Modeling and Simulation with DEVS

Slide 10

DEVS M&S methodology

• DEVS can be used to solve the previously mentioned issues:

– Interoperability and reuse– Hybrid systems definition– Engineering-based approach– Facilities for automated tasks – Reduced life cycles– High performance/distributed simulation

Page 11: An Introduction to Modeling and Simulation with DEVS

Slide 11

• DEVS = Discrete Event System Specification

• Formal M&S framework

• Supports full range of dynamic system representation capability

• Supports hierarchical, modular model development

(Zeigler, 1976/84/90/00)

The DEVS M&S Framework

Page 12: An Introduction to Modeling and Simulation with DEVS

Slide 12

• Separates Modeling from Simulation• Derived from Generic Dynamic Systems Formalism

– Includes Continuous and Discrete Time Systems• Provides Well Defined Coupling of Components• Supports

– Hierarchical Construction– Stand Alone Testing– Repository Reuse

• Enables Provably Correct, Efficient, Event-Based, Distributed Simulation

The DEVS M&S Framework

Page 13: An Introduction to Modeling and Simulation with DEVS

Slide 13

Middleware/OS (Corba/HLA/P2P; Windows/Linux/RTOS…)

Simulators (single/multi CPU/RT)

Models

A Layered view on M&S

Applications

Hardware (PCs/Clusters of PC/HW boards…)

Page 14: An Introduction to Modeling and Simulation with DEVS

Slide 14

Middleware/OS (Corba/HLA/P2P; Windows/Linux/RTOS…)

Simulators (single/multi CPU/RT)

Models

Applications

Hardware (PCs/Clusters of PC/HW boards…)

A Layered view on M&S

Page 15: An Introduction to Modeling and Simulation with DEVS

Slide 15

Advantages of DEVS

• Models/Simulators/EF: distinct entities with their own software representations.

• Simulators can perform single host, distributed and real-time execution as needed (DEVS simulators over various middleware such as MPI, HLA, CORBA, etc.).

• Experimental frames appropriate to a model distinctly identified; easier for potential users of a model to uncover

objectives and assumptions that went into its creation.

• Models/ frames developed systematically for interoperability

• Repositories of models and frames created and maintained (components for constructing new models). Models/frames

stored in repositories with information to enable reuse.

Page 16: An Introduction to Modeling and Simulation with DEVS

Slide 16

DEVS Toolkits

ADEVS (University of Arizona) CD++ (Carleton University) DEVS/HLA (ACIMS) DEVSJAVA (ACIMS) GALATEA (USB – Venezuela) GDEVS (Aix-Marseille III, France) JDEVS (Université de Corse - France) PyDEVS (McGill) PowerDEVS (University of Rosario, Argentina) SimBeams (University of Linz – Austria) New efforts in China, France, Portugal, Spain, Russia.

Page 17: An Introduction to Modeling and Simulation with DEVS

Slide 17

KAIST

1976 1984 1986 1992 1995 1997 1998 20001999 2001

DEVSformalism

HierarchicalModular

DEVS

Theory of DEVS M&S

DEVS-Scheme

OO DEVS M&S EnvironmentUsing Scheme (LISP Dialect)

DEVSim++

C++ based DEVS M&S Environment

D-DEVSim++

Distributed DEVSim++

DEVSimJava

Web based DEVS M&S Environment

DEVSimHLA

HLA-Compliant DEVSim++

RT-DEVSim++

Real-time DEVSim++

DEVSim-Agent

HDEVSim

DEVS M&S Environ. for Hybrid System

DEVS M&S Environ for Mobile Agent

DEVSim-COM

Component-based DEVS M&S Env

Ph.D. Thesis

M.S. Thesis

Developed at KAIST

Public S/W

Technology transfer

Page 18: An Introduction to Modeling and Simulation with DEVS

Slide 18

DEVS Formalism (cont.)

Discrete-Event formalism: time advances using a continuous time base.

Basic models that can be coupled to build complex simulations.

Abstract simulation mechanism

Atomic Models:

M = < X, S, Y, int, ext, , D >.

Coupled Models:

CM = < X, Y, D, {Mi}, EIC, EOC, IC, select >

Page 19: An Introduction to Modeling and Simulation with DEVS

Slide 19

DEVS atomic models semantics

D(s) D(s) (1)(1)ss

DEVS = DEVS = < X, S, Y, < X, S, Y, int int , , ext ext , D, , D,

ss

y y (3)(3)

ss’ ’ = = int int ss

x x (5)(5)

ss’ ’ = = ext ext ((s,e,x)s,e,x)

(6)(6)

Page 20: An Introduction to Modeling and Simulation with DEVS

Slide 20

D(s) D(s) (1)(1)ss

DEVS = DEVS = < X, S, Y, < X, S, Y, int int , , ext ext , D, , D,

ss

y y (3)(3)

ss’ ’ = = int int ss

x x (5)(5)

ss’ ’ = = ext ext ((s,e,x)s,e,x)

(6)(6)

DEVS atomic models semantics

Page 21: An Introduction to Modeling and Simulation with DEVS

Slide 21

Components

couplings

Internal CouplingsExternal Input CouplingsExternal Output Couplings

repairshop

out

sent

finished

repaired

faulty

generator(genr)

transducer(transd)

out report

stop

start

start

Coupled Models

Page 22: An Introduction to Modeling and Simulation with DEVS

Slide 22

DN X , Y, D, {Mi }, {Ii }, {Zi,j }

DEVS X, S, Y, int, ext, con, ta,

DEVS X, S, Y, int, ext, con, ta,

Every DEVS coupled model

has a DEVS Basic equivalent

Closure Under Coupling

Page 23: An Introduction to Modeling and Simulation with DEVS

Slide 23

The CD++ toolkit

Atomic

AtomicCell

TransportDelayCellInertialDelayCell

CoupledCell

FlatCoupledCell

Coupled

ProcessorModel 1..*

+child

1..*

Port

0..*0..*

• Basic tool following DEVS formalism.• Extension to include Cell-DEVS models.• High level specification language for model definition.

Page 24: An Introduction to Modeling and Simulation with DEVS

Slide 25

Auto-Factory DEVS model

Page 25: An Introduction to Modeling and Simulation with DEVS

Slide 26

DEVS Graphs Modeling environment

Page 26: An Introduction to Modeling and Simulation with DEVS

Slide 27

Engine Assembly Atomic

Model EngineAssem::EngineAssem(const string &name):Atomic(name), in_piston(addInputPort( "in_piston") ), in_engineBody(addInputPort( "in_engineBody") ), done(addInputPort("done") ), out( addOutputPort("out")), manufacturingTime( 0, 0, 10, 0 ) { } // Model constructor

Model &EngineAssem::externalFunction( const ExternalMessage &msg ) {

if( msg.port() == in_piston ) { // parts received one by one

elements_piston.push_back( 1 ) ;

if( elements_piston.size() == 1 && elements_engineBody.size()>=1)

holdIn(active, manufacturingTime );

for(int i=2;i<=msg.value;i++) //pushback if more than 1 received

elements_piston.push_back( 1 ) ;

}

if( msg.port() == in_engineBody ) { ...

}

Model &EngineAssem::internalFunction( const InternalMessage & ) { passivate();

}

Model &EngineAssem::outputFunction( const InternalMessage &msg ) {

sendOutput( msg.time(), out, elements.front());

}

Page 27: An Introduction to Modeling and Simulation with DEVS

Slide 28

Auto Factory execution

X/00:000/top/in/2 to chassis

X/00:000/top/in/2 to body

X/00:000/top/in/2 to trans

X/00:000/top/in/2 to enginesubfact

D/00:000/chassis/02:000 to top

D/00:000/body/02:000 to top

D/00:000/trans/02:000 to top

X/00:000/enginesubfact/ in/2 to piston

X/00:000/enginesubfact/ in/2 to enginebody ...

Y/02:000/chassis/out/1 to top

D/02:000/chassis/... to top

X/02:000/top/done/1 to chassis

X/02:000/top/in_chassis/1 to finalass ...

*/02:000/top to enginesubfact

*/02:000/enginesubfact to enginebody

Y/02:000/enginebody/out/1 to enginesubfact

D/02:000/enginebody/... to enginesubfact

X/02:000/enginesubfact/done/1 to enginebody

X/02:000/in_enginebody/1 to engineassem

D/02:000/enginebody/02:000 to enginesubfact

D/02:000/engineassem/02:000 to enginesubfact ...

Page 28: An Introduction to Modeling and Simulation with DEVS

Slide 29

Auto Factory

Page 29: An Introduction to Modeling and Simulation with DEVS

Slide 30

DEVS Success Stories

• Prototyping and testing environment for embedded system design (Schulz,

S.; Rozenblit, J.W.; Buchenrieder, K.; Mrva, M.)

• Urban traffic models (Lee, J.K.; Lee, J-J.; Chi, S.D.; et al.)

• Watershed Modeling (Chiari, F. et al.)

• Decision support tool for an intermodal container terminal (Gambardella,

L.M.; Rizzoli, A.E.; Zaffalon, M.)

• Forecast development of Caulerpa taxifolia, an invasive tropical alga (Hill, D.;

Thibault, T.; Coquillard, P.)

• Intrusion Detection Systems (Cho, T.H.; Kim, H.J.)

• Depot Operations Modeling (B. Zeigler et al. U.S. Air Force)

Page 30: An Introduction to Modeling and Simulation with DEVS

Slide 31

DEVS Success Stories

• Supply chain applications (Kim, D.; Cao H.; Buckley S.J.)

• Solar electric system (Filippi, J-B.; Chiari, F.; Bisgambiglia, P.)

• M&S activities at the Army base of Fort Wachuka, AZ (B. Zeigler, J. Nutaro

et al.)

• Representation of hardware models developed with heterogeneous

languages (Kim, J-K.; Kim, Y.G.; Kim, T.G.)

• DEVS/HLA Research funded by DARPA received Honorable Mention in

1999 DMSO Awards

Page 31: An Introduction to Modeling and Simulation with DEVS

Slide 32

DEVS Bus Concept

RTIRTI

messagemessage

DEVSDEVS

HLAHLA

Discrete EventFormalisms

Discrete EventFormalisms

Discrete TimeSystems

Discrete TimeSystems

Diff Eq.SystemsDiff Eq.Systems

DEVSDEVS

HLAHLA

messagemessage messagemessage

DEVSDEVS

HLAHLA

Page 32: An Introduction to Modeling and Simulation with DEVS

Slide 33

• Scenario Specification - Runtime Visualization/Animation - Data Analysis

Joint MEASURE Overview

Page 33: An Introduction to Modeling and Simulation with DEVS

Slide 34

Medusa:

Hi FidelityRadar / WeaponScheduling

JM:•Detailed Surface Ship Models•Sub/Surface Enemy Assets

Space Managerand Logger:

JM:• Space Based Sensors• Space Based Communication• Land/Air Enemy Assets

LMGES -- NJ LMMS -- CA

DEVS/HLA• quantization• predictive filtering• GIS/aggregation

Pragmatic Event CueEmission Propagation(with acoutics)

Space Managerand Logger:

Pragmatic Event CueEmission Propagation

UA/Lockheed distributed experimentation

Page 34: An Introduction to Modeling and Simulation with DEVS

Slide 35

Component Model Reuse Matrix

xxxCommand

Control Model

xxxxLaser Model

x

x

x

Space Based Discriminati

on

x

x

x

Space Based Laser

x

x

x

x

x

x

x

x

x

Missile Defense

(Theater / National)

xxxxxxWaypoint &

Heading Nav Model

xxxxOrbital

Propagate Model

x

x

x

Integrated System Center

x

x

x

Common Aero

Vehicle

x

x

x

x

Joint Composite Tracking Network

xxBallistic

Trajectory Model

xWeather Model

xxxxEarth & Terrain Model

xxComm.

Model

xMissile Model

xxIR Sensor Model

xxxxRadar Model

Space Operations

Vehicle

Coast Guard Deep Water

Arsenal Ship

Global Positioning System III

Critical Mobile Target

Project

Model

Page 35: An Introduction to Modeling and Simulation with DEVS

Slide 36

U. of New Mexico Virtual Lab forAutonomous Agents

Computer Network

Middleware (HLA,CORBA,JMS)

DEVS Simulator

IDEVS SimEnv

V-Lab: DEVS M&S environment for robotic agents with physics, terrain and dynamics (Mars Pathfinders for NASA).

Reported gains in development times thanks to the use of DEVS

Page 36: An Introduction to Modeling and Simulation with DEVS

Slide 37

DEVS framework for control of steel production

Sachem = large-scale monitor/diagnose control system for blast furnace operation

Usinor -- world’s largest producer of steel products,

Problems for conventional control and AI:• Experts’ perception knowledge: implicit• Reasoning of a control process expert: difficult to model. • Lack of models for blast furnace dynamics

Solution:• time-based perception and discrete event processing for

dealing with complex dynamical systems

Page 37: An Introduction to Modeling and Simulation with DEVS

Slide 38

quantization

signalevents

signalphenomena

processphenomena

Large Scale:• Conceptual model contains 25,000 objects for 33 goals, 27 tasks,etc.• Approximately 400,000 lines of code. • 14 man-years: 6 knowledge engineers and 12 experts

One advantage of DEVS is compactness: high reduction in data volume

Effective analysis and control of the behavior of blast furnaces at high resolution

DEVS framework for control of steel production

Page 38: An Introduction to Modeling and Simulation with DEVS

Slide 39

Examples of Application• Models of an Intel 8086 CPU and DSP processors (VoIP).

• Simple Digital systems (vending machine, alarm clock, plant controller, robot path finder). Interpreter of VHDL and nVHDL

• Simple Military systems: Radar, Unmanned vehicles, CC-130 Loads Monitoring System, static target seeker, mine seeker.

• Computer communication: routing protocols for LANs, IP6, client/server models, simple protocols.

• Physical: excitable media, particle collision, flow injection.

• Geographical/Ecological : fire spread, plant growth, watershed formation, erosion, ant foraging.

• Biosystems: mythocondria, heart tissue, bacteria spread.

Page 39: An Introduction to Modeling and Simulation with DEVS

Slide 40

-1 simulated computer

Page 40: An Introduction to Modeling and Simulation with DEVS

Slide 41

Physical Systems

Heat Spread Surface Tension

Binary solidification

Page 41: An Introduction to Modeling and Simulation with DEVS

Slide 42

Fire Spread Modeling

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

Page 42: An Introduction to Modeling and Simulation with DEVS

Slide 43

Watershed modeling

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

05101520253035404550556065707580859095100105110

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

05101520253035404550556065707580859095100105110

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

05101520253035404550556065707580859095100105110

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

05101520253035404550556065707580859095100105110

Page 43: An Introduction to Modeling and Simulation with DEVS

Slide 44

Pursuer/evader modeling

Page 44: An Introduction to Modeling and Simulation with DEVS

Slide 45

Initial After 1.5 hr After 4 hrs

Temperature

Bacteria concentration

Vibrio Parahaemolyticus bacteria

Page 45: An Introduction to Modeling and Simulation with DEVS

Slide 46

Sources of food

Ants seeking food

Ants returning to nest

Ants found pheromone path

Ants following pheromone paths

t=1 t=2 t=3 t=4

Page 46: An Introduction to Modeling and Simulation with DEVS

Slide 47

Path Planning Evolution

(a) (b)

(c) (d)Different phases of the algorithm: (a) Configuration of obstacles, (b) Boundary detection, (c) Information for CA Expansion, (d) Optimal

collision-free path

Page 47: An Introduction to Modeling and Simulation with DEVS

Slide 48

– P pumps carrier solution A into valve I that connects to reactor R– By turning valve I, sample B is injected into R– Reactions in R between A and B are sensed by detector D

Flow Injection Analysis (FIA)

FIA manifold. P: pump; A,B: carrier and reagent lines; L: sample injection; I: injection valve; R: reactor coil; D: flow through detector; W: waste line.

Page 48: An Introduction to Modeling and Simulation with DEVS

Slide 49

Heart tissue behavior

0 0.5 1 1.5 2 2.5

x 104

-100

-80

-60

-40

-20

0

20

40

données expémentales et approximation polynomiale

• Heart muscle excitable; responds to external stimuli by contracting muscular cells.

• Equations defined by Hodgkin and Huxley • Every cell reproducing the original equations• Discrete time• Discrete event approximation• G-DEVS, Q-DEVS

Page 49: An Introduction to Modeling and Simulation with DEVS

Slide 50

Test cases: a heart tissue model

• Automated discretization of the continuous signal

Page 50: An Introduction to Modeling and Simulation with DEVS

Slide 51

A Watershed model

Surface vegetation

Rain Water

l(t)

Effective water le(t)

Acumulated water Ac(t)

Excedent water flowing

to neighbor lands

lvs(t)

Land absortion water

f(t)

Water received by

from the neighbors

lve( t)

WSHED - Topology - Time 0 95-100

90-95

85-90

80-85

75-80

70-75

65-70

60-65

55-60

50-55

45-50

40-45

35-40

30-35

25-30

20-25

WSHED - Quantum Hys 1.0 - After 10' 95-100

90-95

85-90

80-85

75-80

70-75

65-70

60-65

55-60

50-55

45-50

40-45

35-40

30-35

25-30

20-25

Page 51: An Introduction to Modeling and Simulation with DEVS

Slide 52

Flow Injection Analysis Model

No Quantum, 120ms

Q-DEVS 0.1, 120ms

Quantum Standard 0.7 Dynamic 1 - 0.05, 120ms

Page 52: An Introduction to Modeling and Simulation with DEVS

Slide 53

ATLAS SW Architecture

Page 53: An Introduction to Modeling and Simulation with DEVS

Slide 54

Modelling a city section

• 24-line specification• 1000 lines of CD++ specifications automatically generated

Page 54: An Introduction to Modeling and Simulation with DEVS

Slide 55

Describing a city section

Page 55: An Introduction to Modeling and Simulation with DEVS

Slide 56

Defining a city section in MAPS

Page 56: An Introduction to Modeling and Simulation with DEVS

Slide 57

Exporting to TSC

Page 57: An Introduction to Modeling and Simulation with DEVS

Slide 58

Visualizing outputs

Page 58: An Introduction to Modeling and Simulation with DEVS

Slide 59

Modeling AODV routing

Variant of the classical Lee’s Algorithm. S: node; D: a destination; black cells: dead. S broadcasts RREQ message to all its neighbors

(wave nodes). Wave nodes re-broadcast, and set up a reverse

path to the sender. The process continuesuntil the message reaches the destination node D. Shortest path is selected

Page 59: An Introduction to Modeling and Simulation with DEVS

Slide 60

Simulation results

Page 60: An Introduction to Modeling and Simulation with DEVS

Slide 61

Execution results

Page 61: An Introduction to Modeling and Simulation with DEVS

Slide 62

Internetworking Routing

• 3D Cell-DEVS model• Plane 1: wireless network, Plane 2: wired.

Page 62: An Introduction to Modeling and Simulation with DEVS

Slide 63

Maze solving

(1) (2) (3)

Page 63: An Introduction to Modeling and Simulation with DEVS

Slide 64

Simulated results

• Creation of a 3D version of the simulation

• Interpreted by the MEL scripts

Page 64: An Introduction to Modeling and Simulation with DEVS

Slide 65

Path plane

Page 65: An Introduction to Modeling and Simulation with DEVS

Slide 66

3D Simulation

Page 66: An Introduction to Modeling and Simulation with DEVS

Slide 67

Advantages of DEVS

• Reduced development times• Improved testing => higher quality models• Improved maintainability• Easy experimentation• Automated parallel/real-time execution• Verification/Validation facilities

Page 67: An Introduction to Modeling and Simulation with DEVS

Slide 68

Difficulties of DEVS

• Legacy (current experience of modelers)

• Building DEVS models is not trivial• Petri Nets, FSA, etc. more successful

• Training• Differential Equations• State machines• Programming

Page 68: An Introduction to Modeling and Simulation with DEVS

Slide 69

Where to go from now

• Bridging the gap between Academic world and actual Application users

• DEVS ready to take the leap

• Critical mass of knowledgeable people

• Large amount of tools/researchers

• Ready to go from Research to Development

• Standardization of models• Building libraries/user-friendly environments• Further research required; open areas.

Page 69: An Introduction to Modeling and Simulation with DEVS

Slide 70

Partial

Page 70: An Introduction to Modeling and Simulation with DEVS

Slide 71

Concluding remarks

• DEVS formalism: enhanced execution speed, improved model definition, model reuse.

• Hierarchical specifications: multiple levels of abstraction.• Separation of models/simulators/EF: eases verification. • Experimental frameworks: building validation tools• Modeling using CD++: fast learning curve• Parallel execution of models: enhanced speed• The variety of models introduced show the possibilities in defining

complex systems using Cell-DEVS.• User-oriented approach. Development time improvement: test and

maintenance. • Incremental development

Page 71: An Introduction to Modeling and Simulation with DEVS

Slide 72

Current work and a research roadmap

http://www.sce.carleton.ca/faculty/wainer