Difference between revisions of "Model Samples"

From CD++
Jump to: navigation, search
Line 1: Line 1:
This page is currently being tested with tables
+
<table border="1" width="100%">
 +
  <tr>
 +
    <td width="18%"><b>Name</b></td>
 +
    <td width="61%"><b>Description</b></td>
 +
  </tr>
  
{| border="1"
+
  <tr>
|-
+
    <td width="18%">2D-HEAT CONDUCTION</td>
! Name !! Description !! Download
+
    <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.<br>
|-
+
      <a href="samples/2dheatconduction.zip">
! 2D-HEAT CONDUCTION
+
      Download model and sample</a> <img border="0" src="eyes_ready.jpg" width="40" height="24"></td>
| 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. || Here
+
  </tr>
|-
+
 
! 2D-HEAT DIFFUSION
+
  <tr>
| 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. || Here
+
    <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.
! 3D-HEAT DIFFUSION
+
      It's possible to see the cell's temperature in each step.<br>
| A heat diffusion model (as the one described above) but using three-dimensions. || Here
+
      <a href="samples/2dheat_diffusion.zip">
|-
+
      Download model and sample</a> <img border="0" src="eyes_ready.jpg" width="40" height="24"></td>
! 3D-FREE FORM
+
  </tr>
| This application studies free-form modeling the deformation of objects in 3D space. || Here
+
 
|-
+
  <tr>
! AD-HOC ROUTING
+
    <td width="18%">3D-HEAT DIFFUSION<br>
| An example of ad-hoc wireless routing using the AODV protocol and variations. || Here
+
    </td>
|-
+
    <td width="61%">A heat diffusion model (as the one described above) but using three-dimensions.<br>
! AIRCONDITION
+
      <a href="samples/3d_heatDiffusion.zip">
| This is an air-conditioner model with an incorporated thermostat (Documentation in Spanish). || Here
+
      Download model and sample</a></td>
|-
+
 
! AIRPORT
+
  </tr>
| Simulates departures and arrivals in an airport. Uses a control tower, several planes, and queue and a different container (i.e. hangar) for the planes, according to their flight numbers. || Here
+
 
|-
+
  <tr>
! ETC..
+
    <td width="18%">3D-FREE FORM</td>
| ETC.. || Not Here
+
    <td width="61%">This application studies free-form modeling the deformation of objects in 3D space.<br>
|}
+
      <a href="samples/3dFreeForm.zip">
 +
      Download model and sample</a> <img border="0" src="eyes_ready.jpg" width="40" height="24"></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>
 +
 
 +
 
 +
 
 +
</body

Revision as of 17:11, 30 November 2007

Name Description
2D-HEAT CONDUCTION 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.
     <a href="samples/2dheatconduction.zip">
Download model and sample</a> <img border="0" src="eyes_ready.jpg" width="40" height="24">
2D-HEAT DIFFUSION 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.
<a href="samples/2dheat_diffusion.zip">
Download model and sample</a> <img border="0" src="eyes_ready.jpg" width="40" height="24">
3D-HEAT DIFFUSION
A heat diffusion model (as the one described above) but using three-dimensions.
     <a href="samples/3d_heatDiffusion.zip">
Download model and sample</a>
3D-FREE FORM This application studies free-form modeling the deformation of objects in 3D space.
     <a href="samples/3dFreeForm.zip">
Download model and sample</a> <img border="0" src="eyes_ready.jpg" width="40" height="24">

 

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!)


</body