Difference between revisions of "Model Samples"

From CD++
Jump to: navigation, search
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<table border="1" width="100%"> 
+
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].
<tr>
+
    <td width="18%"><b>Name</b></td>
+
    <td width="61%"><b>Description</b></td>
+
  </tr>
+
  
  <tr>
 
    <td width="18%">2D-HEAT CONDUCTION</td>
 
    <td width="61%">This is an example of steady state 2-D heat transfer in a long bar of rectangular cross section. One side of the bar is insulated, the other exposed to a fluid at 25ºc.</td>
 
  </tr>
 
  
  <tr>
 
    <td width="18%">2D-HEAT DIFFUSION</td>
 
    <td width="61%">Heat diffusion model in a surface. A cell can be connected to heat generator, a cold generator or none. A cell's temperature is measured as the average of its neighborhood. It's possible to see the cell's temperature in each step.
 
    </td>
 
  </tr>
 
  
  <tr>
+
<big><big>
    <td width="18%">3D-HEAT DIFFUSION<br>
+
'''A comprehensive list of models [http://www.sce.carleton.ca/faculty/wainer/wbgraf/ can be found here]'''
    </td>
+
</big></big>
    <td width="61%">A heat diffusion model (as the one described above) but using three-dimensions.
+
      Download model and sample</td>
+
  
  </tr>
 
  
  <tr>
+
== Publications ==
    <td width="18%">3D-FREE FORM</td>
+
    <td width="61%">This application studies free-form modeling the deformation of objects in 3D space.
+
    </td>
+
  
  </tr>
+
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].
    <tr>
+
    <td width="18%">Driven Diffusion</td>
+
    <td width="61%">Testing File
+
      [http://134.117.53.107/mediawiki/models/DrivenDiffusion.ZIP Download]</td>
+
  </tr>
+
  
<tr>
+
=== General ===
    <td width="18%">Heat FEM</td>
+
    <td width="61%">Testing File
+
      [http://134.117.53.107/mediawiki/models/HeatFEM.ZIP Download]</td>
+
  </tr>
+
  
<tr>
+
*[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)].
    <td width="18%">Liver</td>
+
    <td width="61%">Testing File
+
      [http://134.117.53.107/mediawiki/models/Liver.ZIP Download]</td>
+
  </tr>
+
  
<tr>
 
    <td width="18%">Mobile Node</td>
 
    <td width="61%">Testing File
 
      [http://134.117.53.107/mediawiki/models/MobileNode.ZIP Download]</td>
 
  </tr>
 
  
<tr>
+
=== In Spanish ===
    <td width="18%">Nerve Cell</td>
+
Do you prefer to read Spanish? (En Castellano)
    <td width="61%">Testing File
+
- [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://134.117.53.107/mediawiki/models/NerveCell.ZIP Download]</td>
+
  </tr>
+
 
+
<tr>
+
    <td width="18%">Reaction Diffusion</td>
+
    <td width="61%">Testing File
+
      [http://134.117.53.107/mediawiki/models/ReactionDiffusion.ZIP Download]</td>
+
  </tr>
+
 
+
<tr>
+
    <td width="18%">Snow</td>
+
    <td width="61%">Testing File
+
      [http://134.117.53.107/mediawiki/models/Snow.ZIP Download]</td>
+
  </tr>
+
 
+
<tr>
+
    <td width="18%">UAV</td>
+
    <td width="61%">Testing File
+
      [http://134.117.53.107/mediawiki/models/UAV.ZIP Download]</td>
+
  </tr>
+
 
+
<tr>
+
    <td width="18%">Vants</td>
+
    <td width="61%">Testing File
+
      [http://134.117.53.107/mediawiki/models/Vants.ZIP Download]</td>
+
  </tr>
+
 
+
<tr>
+
    <td width="18%">Virus Survival</td>
+
    <td width="61%">Testing File
+
      [http://134.117.53.107/mediawiki/models/VirusSurvival.ZIP Download]</td>
+
  </tr>
+
 
+
<tr>
+
    <td width="18%">Wave</td>
+
    <td width="61%">Testing File
+
      [http://134.117.53.107/mediawiki/models/Wave.ZIP Download]</td>
+
  </tr>
+
</table>
+
 
+
<p>&nbsp;</p>
+
<p>There is a more detailed description of each model in the file <b> README.TXT
+
</b>located in every subdirectory.<br>
+
<br>
+
<b><i>More information:</i></b>
+
</p>
+
<p>All of the above samples include:
+
</p>
+
<p><b><i>FileName.MA</i></b>: The model description file<br>
+
<b><i>FileName.EV</i></b> (optional): external events file <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 the DRAWLOG tool, where the results can be seen in a matrix (only available with some cellular models) <br>
+
<b><i>FileName.VAL</i></b> (optional): A file with initial values for the model  <br>
+
<b><i>FileName.BAT</i></b>: A script used to run the simulation with the correct parameters (Windows platforms only, but it can be simply modified to be used under other platforms). Generates a LOG file <br>
+
<b><i>FileNameDRW.BAT</i></b> (optional): A script used to generate the .drw file <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>
+

Latest revision as of 14:51, 20 September 2019

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 can be found here


Publications

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.

General


In Spanish

Do you prefer to read Spanish? (En Castellano) - Metodologías de modelización y simulación de eventos discretos. G. Wainer. Nueva Librería. 2002.