Skip to content
Snippets Groups Projects
Commit 5903e999 authored by Henry's avatar Henry
Browse files

particle::initCellFacePt(): Added suggestions to resolve failure to find particle

parent 4977d93e
No related branches found
No related tags found
No related merge requests found
...@@ -756,8 +756,14 @@ inline void Foam::particle::initCellFacePt() ...@@ -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);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment