OpenCALTeam / opencal

OpenCAL, the Open Computing Abstraction Layer Domain Specific Language for Structured Grid Meshes
GNU Lesser General Public License v3.0
13 stars 1 forks source link

Implementation of 3D heat/wave trasfer using opencal #19

Closed knotman90 closed 8 years ago

knotman90 commented 8 years ago

The idea is to implement a 3D model for heat transfer in a rectangular block. Each cell can be of one of the following states:

  1. Normal
  2. Wall
  3. Heat Source ( a serpentine )

Visualization should be implemented using OpenCAL-GL with multiple subwindows, each showing different values of the simulation or different rendering methods (transparency for instance).