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.
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
svprefailed to read theGlobalNodeIDdata array from an input VTK .vtp file for an inlet BC.Just adding the name of the file
svprewas trying to readGlobalNodeIDfrom would have saved the user and me a lot of time.