ractingEulerFoam: populationBalance: Refactored scaling
Refactored the function for scaling the size group volume fractions to better handle situations in which their sum drifts away from unity. Scaling is now turned on by default, and can be turned off in the solution dictionary for the population balance. Additional revision and renaming of *Polydisperse tutorials Patch contributed by Institute of Fluid Dynamics, Helmholtz-Zentrum Dresden - Rossendorf (HZDR)
This commit is contained in:
@ -27,7 +27,7 @@ solvers
|
||||
{
|
||||
nCorr 1;
|
||||
tolerance 1e-4;
|
||||
renormalize false;
|
||||
scale false;
|
||||
}
|
||||
|
||||
p_rgh
|
||||
|
||||
@ -27,7 +27,7 @@ solvers
|
||||
{
|
||||
nCorr 1;
|
||||
tolerance 1e-4;
|
||||
renormalize false;
|
||||
scale false;
|
||||
}
|
||||
|
||||
p_rgh
|
||||
|
||||
@ -27,7 +27,7 @@ solvers
|
||||
{
|
||||
nCorr 1;
|
||||
tolerance 1e-4;
|
||||
renormalize false;
|
||||
scale false;
|
||||
}
|
||||
|
||||
p_rgh
|
||||
|
||||
@ -27,7 +27,7 @@ solvers
|
||||
{
|
||||
nCorr 1;
|
||||
tolerance 1e-4;
|
||||
renormalize true;
|
||||
scale true;
|
||||
}
|
||||
|
||||
p_rgh
|
||||
|
||||
@ -27,7 +27,7 @@ solvers
|
||||
{
|
||||
nCorr 1;
|
||||
tolerance 1e-4;
|
||||
renormalize false;
|
||||
scale false;
|
||||
}
|
||||
|
||||
p_rgh
|
||||
|
||||
@ -27,7 +27,7 @@ solvers
|
||||
{
|
||||
nCorr 1;
|
||||
tolerance 1e-4;
|
||||
renormalize false;
|
||||
scale false;
|
||||
}
|
||||
|
||||
p_rgh
|
||||
|
||||
Reference in New Issue
Block a user