Aalto-CFD / DLBFoam

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

Closed blttkgl closed 4 months ago

blttkgl commented 4 months ago

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.

moreff commented 4 months ago

Hi, looks good. Thanks for adding the test also!

I'll make changes related to what I discussed in your previous pull request in the upcoming days.