|
|
(9 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| This page contains information about the numerous Model Samples available. The list of models can be used to learn the basics about the simulation tool. We encourage the users to bring back updated models to the community by accessing our [ sourceforge site of open-source models]. | | This page contains information about the numerous Model Samples available. The list of models can be used to learn the basics about the simulation tool. We encourage the users to bring back updated models to the community by accessing our [ sourceforge site of open-source models]. |
| | | |
− | [['''A comprehensive list of models [http://www.sce.carleton.ca/faculty/wainer/wbgraf/samplesmain_1.htm can be found here]''']]
| |
| | | |
| + | |
| + | <big><big> |
| + | '''A comprehensive list of models [http://www.sce.carleton.ca/faculty/wainer/wbgraf/ can be found here]''' |
| + | </big></big> |
| | | |
| + | |
| + | |
| == Publications == | | == Publications == |
| | | |
− | Numerous publications discuss the contents of the models introduced in our model samples. Here's a few of them. [http://www.sce.carleton.ca/faculty/wainer/pubs.htm The publications can be found here]. | + | Numerous publications discuss the contents of the models introduced in our model samples. Here's a few of them. [http://cell-devs.sce.carleton.ca/publications/ The publications can be found here]. |
| | | |
| === General === | | === General === |
| | | |
− | - [http://www.taylorandfrancis.com/shopping_cart/products/product_detail.asp?sku=&isbn=9781420053364&parent_id=&pc=/shopping_cart/search/search.asp?search%3Dwainer Discrete-Event Modeling and Simulation: a practitioner's approach] (book). G. Wainer. ([http://www.amazon.com/Discrete-Event-Modeling-Simulation-Gabriel-Wainer/dp/1420053361/ref=sr_1_1?ie=UTF8&s=books&qid=1207882181&sr=8-1 click here to get it at Amazon)].
| + | *[https://www.routledge.com/Discrete-Event-Modeling-and-Simulation-A-Practitioners-Approach/Wainer/p/book/9781420053364 Discrete-Event Modeling and Simulation: a practitioner's approach] (book). G. Wainer. ([http://www.amazon.com/Discrete-Event-Modeling-Simulation-Gabriel-Wainer/dp/1420053361/ref=sr_1_1?ie=UTF8&s=books&qid=1207882181&sr=8-1 click here to get it at Amazon)]. |
− | | + | |
− | === Chemistry and Physics ===
| + | |
− | | + | |
− | “Modeling Complex Physical Systems Using Finite Element Cell-DEVS”. H. Saadawi, G.Wainer. Simulation Modelling Practice and Theory, Volume 15, Issue 10, November 2007, Pages 1268-1291. MM, CA
| + | |
− | | + | |
− | === Traffic ===
| + | |
− | | + | |
− | "Developing a software tool for Urban traffic Modeling". G. Wainer. Software, Practice and Experience. Volume 37, Issue 13, Date: 10 November 2007, Pages: 1377-1404
| + | |
− | | + | |
− | “Defining a Traffic Modeling language Using Cellular Discrete-Event abstractions”. G. Wainer, A. Davidson. Journal of Cellular Automata. Volume 2, Number 4, 2007. pp. 291-343.
| + | |
− | | + | |
− | "ATLAS: a specification language for traffic modelling and simulation". A. Davidson, G. Wainer. Simulation, Practice and Experience. Elsevier. Volume 14, No. 3, pp. 317-337. April 2006.
| + | |
− | | + | |
− | === Computer systems and Computer Networks ===
| + | |
− | | + | |
− | “DEVS modeling of mobile wireless ad hoc networks”. U. Farooq, B. Balya, G. Wainer. Simulation Modeling, Practice and Theory. Elsevier. Vol. 15, No. 3., pp. 285-314. 2007.
| + | |
− | | + | |
− | === Environmental Sciences ===
| + | |
− | | + | |
− | “Applying Cell-DEVS Methodology for Modeling the Environment”. G. Wainer. In Simulation, Transactions of the SCS. Vol. 82, No. 10, 635-660. October 2006.
| + | |
− | | + | |
− | === Systems Biology and Medicine ===
| + | |
− | | + | |
− | "Using G-DEVS and Cell-DEVS to model complex continuous systems". N. Giambiasi, G. Wainer. Simulation: Transactions of the Society for Modeling and Simulation
| + | |
− | | + | |
− | === Architecture and Construction ===
| + | |
− | | + | |
− | "Cell-based representation and analysis of spatial resources in construction simulation”. C. Zhang, A. Hammad, T. Zayed, G. Wainer. in Journal of Automation in Construction. Elsevier. Volume 16, Issue 4, Pages 436-448. July 2007.
| + | |
− | | + | |
− | "Developing defense applications using DEVS/Cell-DEVS". R. Madhoun, G.Wainer. SCS Journal of Defense Modeling and Simulation. Volume 2, Issue 3, July 2005. pp.121-143.
| + | |
− | | + | |
− | === Other (Defense, ===
| + | |
| | | |
| | | |
| === In Spanish === | | === In Spanish === |
− | Do you prefer to read Spanish? | + | Do you prefer to read Spanish? (En Castellano) |
| - [http://www.sce.carleton.ca/faculty/wainer/libros.htm Metodologías de modelización y simulación de eventos discretos]. G. Wainer. Nueva Librería. 2002. | | - [http://www.sce.carleton.ca/faculty/wainer/libros.htm Metodologías de modelización y simulación de eventos discretos]. G. Wainer. Nueva Librería. 2002. |
− |
| |
− |
| |
− |
| |
− | == Contents of the model files ==
| |
− | <p>Each of the entries in the model respository contain a generic description. The user can find a more detailed description of each model in the different document files found on the archives.
| |
− |
| |
− | <p>All of the above samples include the following files:
| |
− | </p>
| |
− | <p><b><i>FileName.MA</i></b>: Model description file. In the case of a DEVS model, this describes the coupled model and initial parameters. In the case of Cell-DEVS models, it includes the whole model<br>
| |
− |
| |
− | <b><i>FileName.EV</i></b> (optional): external events file <br>
| |
− | <b><i>FileName.VAL</i></b> (optional): A file with initial values for a Cell-DEVS model <br>
| |
− | <b><i>FileName.BAT</i></b>: A script used to run the simulation with the correct parameters (available for Windows platforms only; it can be simply modified to be used under other platforms). It executes the simulation and it generates a LOG file <br>
| |
− | <b><i>FileNameDRW.BAT</i></b> (optional): A script used to activate the DRAWLOG tool, where the results can be seen in a matrix (only available with some cellular models)<br>
| |
− |
| |
− | <b><i>FileName.LOG</i></b> (optional): A log file generated by the simulator <br>
| |
− | <b><i>FileName.DRW</i></b> (optional): A file generated by DRAWLOG, where the results can be seen in a matrix <br>
| |
− |
| |
− | <br>
| |
− | The DEVS models are written in C++, and includes :<br>
| |
− | <b><i>NAME.CPP</i></b>: The C++ source code file of the NAME model. This file is needed to recompile the simulator properly (Download an example here!)<br>
| |
− | <b><i>NAME.H</i></b>: The C++ header file of the NAME model. This file is needed to recompile the simulator properly (Download an example here!)
| |
− | </p>
| |
This page contains information about the numerous Model Samples available. The list of models can be used to learn the basics about the simulation tool. We encourage the users to bring back updated models to the community by accessing our [ sourceforge site of open-source models].
Numerous publications discuss the contents of the models introduced in our model samples. Here's a few of them. The publications can be found here.