Difference between revisions of "Model Samples"

From CD++
Jump to: navigation, search
Line 1: Line 1:
For more models, please see Prof. Wainer's website [http://www.sce.carleton.ca/faculty/wainer/wbgraf/samplesmain_1.htm here]
+
A comprehensive list of models [http://www.sce.carleton.ca/faculty/wainer/wbgraf/samplesmain_1.htm can be found here]
  
<table border="1" width="100%"> 
 
<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>
 
    <td width="18%">3D-HEAT DIFFUSION<br>
 
    </td>
 
    <td width="61%">A heat diffusion model (as the one described above) but using three-dimensions.
 
      Download model and sample</td>
 
 
  </tr>
 
 
  <tr>
 
    <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>
 
    <tr>
 
    <td width="18%">Driven Diffusion</td>
 
    <td width="61%">Model Description<BR>
 
      [http://134.117.53.107/mediawiki/models/DrivenDiffusion.ZIP Download]</td>
 
  </tr>
 
 
<tr>
 
    <td width="18%">Heat FEM</td>
 
    <td width="61%">Model Description<BR>
 
      [http://134.117.53.107/mediawiki/models/HeatFEM.ZIP Download]</td>
 
  </tr>
 
 
<tr>
 
    <td width="18%">Liver</td>
 
    <td width="61%">Model Description<BR>
 
      [http://134.117.53.107/mediawiki/models/Liver.ZIP Download]</td>
 
  </tr>
 
 
<tr>
 
    <td width="18%">Mobile Node</td>
 
    <td width="61%">Model Description<BR>
 
      [http://134.117.53.107/mediawiki/models/MobileNode.ZIP Download]</td>
 
  </tr>
 
 
<tr>
 
    <td width="18%">Nerve Cell</td>
 
    <td width="61%">Model Description<BR>
 
      [http://134.117.53.107/mediawiki/models/NerveCell.ZIP Download]</td>
 
  </tr>
 
 
<tr>
 
    <td width="18%">Reaction Diffusion</td>
 
    <td width="61%">Model Description<BR>
 
      [http://134.117.53.107/mediawiki/models/ReactionDiffusion.ZIP Download]</td>
 
  </tr>
 
 
<tr>
 
    <td width="18%">Snow</td>
 
    <td width="61%">Model Description<BR>
 
      [http://134.117.53.107/mediawiki/models/Snow.ZIP Download]</td>
 
  </tr>
 
 
<tr>
 
    <td width="18%">UAV</td>
 
    <td width="61%">Model Description<BR>
 
      [http://134.117.53.107/mediawiki/models/UAV.ZIP Download]</td>
 
  </tr>
 
 
<tr>
 
    <td width="18%">Vants</td>
 
    <td width="61%">Model Description<BR>
 
      [http://134.117.53.107/mediawiki/models/Vants.ZIP Download]</td>
 
  </tr>
 
 
<tr>
 
    <td width="18%">Virus Survival</td>
 
    <td width="61%">Model Description<BR>
 
      [http://134.117.53.107/mediawiki/models/VirusSurvival.ZIP Download]</td>
 
  </tr>
 
 
<tr>
 
    <td width="18%">Wave</td>
 
    <td width="61%">Model Description<BR>
 
      [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
 
<p>There is a more detailed description of each model in the file <b> README.TXT
 
</b>located in every subdirectory.<br>
 
</b>located in every subdirectory.<br>

Revision as of 17:36, 30 April 2008

A comprehensive list of models can be found here

There is a more detailed description of each model in the file README.TXT located in every subdirectory.

More information:

All of the above samples include:

FileName.MA: The model description file
FileName.EV (optional): external events file
FileName.LOG (optional): A log file generated by the simulator
FileName.DRW (optional): A file generated by the DRAWLOG tool, where the results can be seen in a matrix (only available with some cellular models)
FileName.VAL (optional): A file with initial values for the model
FileName.BAT: 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
FileNameDRW.BAT (optional): A script used to generate the .drw file

The DEVS models are written in C++, and includes :
NAME.CPP: The C++ source code file of the NAME model. This file is needed to recompile the simulator properly (Download an example here!)
NAME.H: The C++ header file of the NAME model. This file is needed to recompile the simulator properly (Download an example here!)