FireDynamics / ARTSS

ARTSS is an Accelerator-based Real Time Smoke Simulator, which specialises in fast calculation of smoke propagation
MIT License
10 stars 7 forks source link

Optimisation #97

Open LinhWuerzburger opened 3 years ago

LinhWuerzburger commented 3 years ago

At the current state, the inner cells, the obstacles cells as well the boundary are written, but the obstacle cells are not used in the calculation process and the boundary cells are dependent on the neighbouring cells. It may be unnecessary to write them in the random function if they directly get overwritten in the next step.

LinhWuerzburger commented 3 years ago

boundary cells and obstacle cells can be removed from the random function.

as well the calculation of boundary cells in the explict euler source function