I am trying to extract all fields data from the output .vtu file through data. Now the “velocity” and “pressure” arrays can be successfully extracted. However, the name of three coordinates (x, y ,z) stored in the vtu file cannot be found. Does anyone know what the name of the 3 coordinates is in the vtu files?
When reading vtu files, there are repeated nodes in each physical location in the output of vtu files, which means there are always several nodes on each identical (x,y,z) coordinates location.
The problem is that the velocity profiles (u,v,w) on each identical node are not identical, which is quite confusing.
So is there any relations between the different velocity values on those node with identical locations? By the way, is it able to find the ghost nodes from the vtu files?