mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Changed voidfraction limiting values.
This commit is contained in:
@ -75,7 +75,7 @@ dividedVoidFraction::dividedVoidFraction
|
||||
{
|
||||
maxCellsPerParticle_ = 29;
|
||||
|
||||
if(alphaMin_ > 1 || alphaMin_ < 0.01){ FatalError<< "alphaMin should be < 1 and > 0.01 !!!" << abort(FatalError); }
|
||||
if(alphaMin_ > 1 || alphaMin_ < 0.01){ Warning << "alphaMin should be < 1 and > 0.01 !!!" << endl; }
|
||||
if (propsDict_.found("interpolation")){
|
||||
interpolation_=true;
|
||||
Warning << "interpolation for dividedVoidFraction does not yet work correctly!" << endl;
|
||||
|
||||
Reference in New Issue
Block a user