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?