I’m attempting to open the results from a transient Fluent simulation in Paraview. My results are in an Ensight Gold format with results written every 0.25 seconds. The simulation was run on a Linux computer cluster. I am getting the following errors in Paraview:
ERROR: In vtkGenericEnSightReader.cxx, line 465
vtkPGenericEnSightReader (000001EBA68BBA60): Unable to open file: C:\Users{user-name}\Downloads\7-6_10DegTurbFarWall\Results\common/FFF.100001.geo
I have tried the usual remove quotes, delete script lines, and save as .case instead of .encas with no luck. I also tried find and replace “/” with “” using MobaTextEditor, Notepad++, and Notepad; however, no occurrences of “/” were found in the file. I turned on special characters viewing and couldn’t see these characters either. Thanks in advance for any help anyone can provide on solving this issue.
Hi @Max_Munson, in ParaView 6 (release candidates now available at www.paraview.org/download), there is a new EnSight reader rewritten from the ground up available in the EnSightGoldCombinedReader plugin (Tools menu → Manage Plugins…) that you can load. You might want to try to use that to see if it does better loading your data file.
Using the EnSightGoldCombinedReader plugin gave a new error:
Generic Warning: In EnSightFile.cxx, line 418
opening file C:/Users/{user}/Downloads/7-17_1-DegTurbFarWall/717initcas00001.geo failed!
Generic Warning: In EnSightFile.cxx, line 237
the file C:/Users/{user}/Downloads/7-17_1-DegTurbFarWall/717initcas00001.geo could not be opened
Generic Warning: In EnSightDataSet.cxx, line 1374
couldn’t correctly set time step to read. Aborting
Generic Warning: In EnSightDataSet.cxx, line 520
Skipping case file section: SCRIPTS
Generic Warning: In EnSightFile.cxx, line 418
opening file C:/Users/{user}/Downloads/7-17_1-DegTurbFarWall/717initcas00001.geo failed!
Generic Warning: In EnSightFile.cxx, line 237
the file C:/Users/{user}/Downloads/7-17_1-DegTurbFarWall/717initcas00001.geo could not be opened
Generic Warning: In EnSightDataSet.cxx, line 1374
couldn’t correctly set time step to read. Aborting
I think the new issue is that my transient simulation exported ensight data every 0.25 seconds of flow-time. Is there a way to tell paraview my time steps I have data for so that it doesn’t try to open data that doesn’t exist? I have also attached my .encas file in case that helps. I can’t upload my entire data set as it’s well over 60 GB.
I had Fluent export the ensight data every 0.25 seconds of flow time so that is the data that exists. Is there a way to tell Paraview to only look for data at the times that I have?
This did end up being an issue of what Paraview was expecting vs what Fluent exported. I was able to extract the velocity components and magnitude by writing a Python script to rename all of the files to be 1, 2, 3, … and change the .encas file to match. I also added the following line to get what the time steps sizes roughly should be:
“number of steps: 120
time values:
0.0 0.25 0.5 0.75 1.0 1.25 1.5 1.75 2.0 2.25
2.5 2.75 3.0 3.25 3.5 3.75 4.0 4.25 4.5 4.75
5.0 5.25 5.5 5.75 6.0 6.25 6.5 6.75 7.0 7.25
7.5 7.75 8.0 8.25 8.5 8.75 9.0 9.25 9.5 9.75
10.0 10.25 10.5 10.75 11.0 11.25 11.5 11.75 12.0 12.25
12.5 12.75 13.0 13.25 13.5 13.75 14.0 14.25 14.5 14.75
15.0 15.25 15.5 15.75 16.0 16.25 16.5 16.75 17.0 17.25
17.5 17.75 18.0 18.25 18.5 18.75 19.0 19.25 19.5 19.75
20.0 20.25 20.5 20.75 21.0 21.25 21.5 21.75 22.0 22.25
22.5 22.75 23.0 23.25 23.5 23.75 24.0 24.25 24.5 24.75
25.0 25.25 25.5 25.75 26.0 26.25 26.5 26.75 27.0 27.25
27.5 27.75 28.0 28.25 28.5 28.75 29.0 29.25 29.5 29.75”