reactingEulerFoam: Corrected LaakkonenAlopaeusAittamaa daughter size distribution model
This fix also required a generalization of the corresponding base class, which allows the user to specify the number of daughter particles per breakup event separately. Patch contributed by Institute of Fluid Dynamics, Helmholtz-Zentrum Dresden - Rossendorf (HZDR)
This commit is contained in:
@ -114,7 +114,7 @@ populationBalanceCoeffs
|
||||
{
|
||||
C 0.5;
|
||||
exponent 0.01;
|
||||
daughterSizeDistributionModel uniformBinary;
|
||||
daughterSizeDistributionModel uniform;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -93,7 +93,7 @@ populationBalanceCoeffs
|
||||
{
|
||||
C 10.0;
|
||||
exponent 1.0;
|
||||
daughterSizeDistributionModel uniformBinary;
|
||||
daughterSizeDistributionModel uniform;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -91,7 +91,7 @@ populationBalanceCoeffs
|
||||
{
|
||||
C 0.5;
|
||||
exponent 0.01;
|
||||
daughterSizeDistributionModel uniformBinary;
|
||||
daughterSizeDistributionModel uniform;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user