mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
abort on Gauss void fraction model
merged from PUBLIC
This commit is contained in:
@ -69,7 +69,7 @@ GaussVoidFraction::GaussVoidFraction
|
|||||||
alphaLimited_(0)
|
alphaLimited_(0)
|
||||||
{
|
{
|
||||||
Info << "\n\n W A R N I N G - do not use in combination with differentialRegion model! \n\n" << endl;
|
Info << "\n\n W A R N I N G - do not use in combination with differentialRegion model! \n\n" << endl;
|
||||||
Info << "\n\n W A R N I N G - this model does not yet work properly! \n\n" << endl;
|
FatalError << "\n\n This model does not yet work properly! \n\n" << endl;
|
||||||
//reading maxCellsPerParticle from dictionary
|
//reading maxCellsPerParticle from dictionary
|
||||||
maxCellsPerParticle_=readLabel(propsDict_.lookup("maxCellsPerParticle"));
|
maxCellsPerParticle_=readLabel(propsDict_.lookup("maxCellsPerParticle"));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user