abort on Gauss void fraction model

merged from PUBLIC
This commit is contained in:
danielque
2017-08-28 15:57:22 +02:00
parent f946c5765f
commit 8b3878de65

View File

@ -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"));