FireDynamics / ARTSS

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

Bug: computational domain < physical domain is not working correctly #201

Closed LinhWuerzburger closed 2 years ago

LinhWuerzburger commented 2 years ago

The size of the fields is currently calculated via the product of the number of cells in each direction. The number of cells = number of inner cells + 2. But in case that the computational domain is smaller than the physical domain the fields have to be of the size of the physical domain. Necessary changes: