Hello everyone,
I’m working with a 3D mesh model in ParaView that was generated using OpenSees, and I have the mesh data saved in a .vtu file. Additionally, I have pore water pressure (PWP) data for all the nodes, which is stored in a separate text file. The text file contains two columns: one for Node ID and the other for the corresponding PWP values.
I would like to append the PWP data from the text file to the VTU mesh in ParaView, so I can visualize the PWP distribution across the model. However, I’m having difficulty mapping the PWP data to the correct nodes in the VTU file. I tried using the Append Attributes filter, but it seems like the data is not merging correctly.
My setup:
- The .vtufile has the 3D mesh, and I can visualize it without issues.
- The text file has the following format:
NodeID   PWP
1        100.0
2        105.5
3        110.0
...
What I’ve tried:
- I imported the text file as a table in ParaView and converted it to point data using the Table to Pointsfilter.
- I tried using the Append Attributesfilter to merge the PWP data with the VTU file but was not able to get the data mapped correctly.
- I checked that the Node IDs in the text file match those in the VTU file.
Questions:
- How can I properly append the PWP data to the VTU file based on Node ID?
- Is there a recommended workflow or filter that I might be missing to achieve this?
Any guidance or step-by-step instructions would be greatly appreciated! Thank you in advance for your help.
Best regards,
Abolfazl