You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user saw the following error message when writing out simulation files
"ERROR: problem finding GlobalNodeID"
and had no idea what it could possibly mean: What is GlobalNodeID? What could the problem be?
After getting the user's project, looking in the svSolver source and adding print statements I finally determined that svpre failed to read the GlobalNodeID data array from an input VTK .vtp file for an inlet BC.
Just adding the name of the file svpre was trying to read GlobalNodeID from would have saved the user and me a lot of time.
The text was updated successfully, but these errors were encountered:
A user saw the following error message when writing out simulation files
and had no idea what it could possibly mean: What is
GlobalNodeID
? What could the problem be?After getting the user's project, looking in the svSolver source and adding print statements I finally determined that
svpre
failed to read theGlobalNodeID
data array from an input VTK .vtp file for an inlet BC.Just adding the name of the file
svpre
was trying to readGlobalNodeID
from would have saved the user and me a lot of time.The text was updated successfully, but these errors were encountered: