Hi everyone,
I am having trouble to create stream lines from a vtu file which contains groundwater head values. It displays fine but the stream tracer filter is disabled. I researched online and found that it might be necessary to create the vectors first. To do that I tried to use the programmable filter (as advised here) but it gives me the error that U and V are unknown. When I look at the information tab at the file I noticed, that there are no data arrays and the dimensions (number of cells and points) are set to zero. This surprises me because the vtu is clearly displayed with the correct values. I have little experience working on vtu files, so I don’t know
what’s wrong with it. I also have a .pvd file created with the same code, however Paraview throws an error when I load it:
ERROR: In C:\glr\builds\paraview\paraview-ci\build\superbuild\paraview\src\VTKExtensions\IOCore\vtkXMLCollectionReader.cxx, line 444
vtkPVDReader (000001E4BA15BC90): Could not determine the data type for the first dataset. Please make sure this file format is supported.
ERROR: In C:\glr\builds\paraview\paraview-ci\build\superbuild\paraview\src\VTK\Common\ExecutionModel\vtkExecutive.cxx, line 753
vtkPVCompositeDataPipeline (000001E4B3873960): Algorithm vtkPVDReader(000001E4BA15BC90) returned failure for request: vtkInformation (000001E4AB30CB00)
Debug: Off
Modified Time: 2596371
Reference Count: 1
Registered Events: (none)
Request: REQUEST_DATA_OBJECT
FORWARD_DIRECTION: 0
ALGORITHM_AFTER_FORWARD: 1
So maybe the file is damaged? If needed I can provide the data via google drive or so…
Thanks!