DLBFoam: An open-source dynamic load balancing model for fast reacting flow simulations in OpenFOAM. https://doi.org/10.1016/j.cpc.2021.108073, https://doi.org/10.1063/5.0077437
GNU General Public License v3.0
76
stars
27
forks
source link
Change of deltaTMin and deltaTChem is updated with ISAT #40
In standard OpenFOAM, deltaTMin is not updated using solutions from cells that were retireved from the ISAT binary tree. DLBFoam-ISAT implementation was not following this approach. This commit makes the deltaTMin calculation consistent with OpenFOAM-dev, and introduces a small test to ensure consistency.
In standard OpenFOAM, deltaTMin is not updated using solutions from cells that were retireved from the ISAT binary tree. DLBFoam-ISAT implementation was not following this approach. This commit makes the deltaTMin calculation consistent with OpenFOAM-dev, and introduces a small test to ensure consistency.
See https://github.com/Aalto-CFD/DLBFoam/pull/37 for further discussion.