particle::initCellFacePt(): Added suggestions to resolve failure to find particle
Resolves bug report: http://www.openfoam.org/mantisbt/view.php?id=1461
This commit is contained in:
parent
7200eb272a
commit
3891c6ada0
1 changed files with 8 additions and 2 deletions
|
|
@ -756,8 +756,14 @@ inline void Foam::particle::initCellFacePt()
|
||||||
// error.
|
// error.
|
||||||
|
|
||||||
FatalErrorIn("void Foam::particle::initCellFacePt()")
|
FatalErrorIn("void Foam::particle::initCellFacePt()")
|
||||||
<< "cell, tetFace and tetPt search failure at position "
|
<< " cell, tetFace and tetPt search failure at "
|
||||||
<< position_ << nl << "for requested cell " << oldCellI
|
<< "position " << position_ << nl
|
||||||
|
<< " for requested cell " << oldCellI << nl
|
||||||
|
<< " If this is a restart or "
|
||||||
|
"reconstruction/decomposition etc. it is likely that"
|
||||||
|
" the write precision is not sufficient.\n"
|
||||||
|
" Either increase 'writePrecision' or "
|
||||||
|
"set 'writeFormat' to 'binary'"
|
||||||
<< abort(FatalError);
|
<< abort(FatalError);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue