I have run the test case 5MW_Land_modeShapes, and the calculation succeeded, but when I try to visualize the modes shapes in Paraview,
Paraview throws first a series of warnings like:
Cannot find '5MW_Land_DLL_WTurb.Mode1.LinTime1.AD_Blade1.0XX.vtp' in '/home/reius/OpenFASTの実行/githubからr-test/r-test/glue-codes/openfast/5MW_Land_ModeShapes/vtk'. Using '.\vtk\5MW_Land_DLL_WTurb.Mode1.LinTime1.AD_Blade1.0XX.vtp'.
then a series of errors like:
ERROR: In /build/paraview-vlxewD/paraview-5.7.0/VTK/IO/XML/vtkXMLReader.cxx, line 299
vtkXMLPolyDataReader (0x55d35fe0b9a0): Error opening file .\vtk\5MW_Land_DLL_WTurb.Mode1.LinTime1.AD_Blade1.001.vtp
ERROR: In /build/paraview-vlxewD/paraview-5.7.0/VTK/Common/ExecutionModel/vtkExecutive.cxx, line 779
vtkPVCompositeDataPipeline (0x55d3643b8f90): Algorithm vtkFileSeriesReader(0x55d3637918c0) returned failure for request: vtkInformation (0x55d363632380)
Debug: Off
Modified Time: 4594097
Reference Count: 1
Registered Events: (none)
Request: REQUEST_DATA
FROM_OUTPUT_PORT: 0
ALGORITHM_AFTER_FORWARD: 1
FORWARD_DIRECTION: 0
and the three RenderViews in the single layout stay empty.
I am following the procedure explained in the vtk-visuakization.md file section Visualization of Mode Shapes, and up to step 3 everything goes fine.
Then I start Paraview, load the .pvsm file as explained in section Using ParaView state files, and the warning and errors above reported pop out.
But, indeed, no 5MW_Land_DLL_…vtp file is generated in the vtk directory, I only have .vtp files with the same names as the ones of the error messages but without “DLL” part.
I am using openfast v3.0.0 from within a conda environment on an Ubuntu-20.04 workstation; Paraview version is 5.7.0 .
Can someone help me on this problem?
Thank you for your time and attention