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
75
stars
27
forks
source link
error when using loadBalance with rhoReactingFoam #42
Hi, I try to slove a high Ma number field with parallel rhoReactingFoam, with mechanism of GRI3.0. The mechanism has been translated into *.foam files, and loadBalance is applied. My chemistrylProperties settings:
Then it reports error, where different cores report different errors:
DILUPBiCGStab: Solving for Uz, Initial residual = 6.68677e-05, Final residual = 2.46475e-11, No Iterations 1
[65] --> FOAM FATAL IO ERROR:
[65] Wrong token type - expected scalar value, found on line 0: word 'z'
[117] Bad token - could not get int32
[17] Bad token - could not get scalar value
If i change chemistryType method into standard, it can normally run, so i think this would be a DLBfoam error.
Much gratitude if you have any suggestions.
Hi, I try to slove a high Ma number field with parallel rhoReactingFoam, with mechanism of GRI3.0. The mechanism has been translated into *.foam files, and loadBalance is applied. My chemistrylProperties settings:
It works for two steps, as log has reported the loadBalance results.
Then it reports error, where different cores report different errors:
If i change chemistryType method into standard, it can normally run, so i think this would be a DLBfoam error. Much gratitude if you have any suggestions.