multiphaseEulerFoam::populationBalanceModel: improved dilatation treatment

The population balance model considers dilatation originating from density
change and mass transfer via source terms describing nucleation as well as
"drift" of the size distribution to smaller or larger sizes. Numerically, the
treatment does not necessarily equal the total dilatation, hence a correction is
introduced to ensure boundedness of the size group fractions.

Patch contributed by Institute of Fluid Dynamics,
Helmholtz-Zentrum Dresden - Rossendorf (HZDR)
and VTT Technical Research Centre of Finland Ltd.
This commit is contained in:
Henry Weller
2022-04-29 16:18:03 +01:00
parent 58444464aa
commit 376b51b58b
19 changed files with 183 additions and 206 deletions

View File

@ -28,7 +28,7 @@ solvers
tolerance 1e-4;
scale true;
solveOnFinalIterOnly true;
sourceUpdateInterval 1;
sourceUpdateInterval 20;
}
p_rgh

View File

@ -28,7 +28,7 @@ solvers
tolerance 1e-4;
scale true;
solveOnFinalIterOnly true;
sourceUpdateInterval 1;
sourceUpdateInterval 20;
}
p_rgh