|
[Sponsors] |
July 3, 2013, 10:41 |
Problem opening Ensight File
|
#1 |
New Member
Jeff
Join Date: Jul 2013
Posts: 4
Rep Power: 13 |
Hi everybody,
I am currently trying to use Paraview to open an Ensight File (.case) as it should be okay as stated in the Paraview Manual. However, I can not open this Ensight file and the following message appears : __________________________________________________ _____________ ERROR : In C:\DBD\pvs-x64\paraview\src\paraview\VTK\IO\Ensight\vtkGeneri cEnsightReader.cxx, line 572 vtkPGenericEnsightReader (000000001379DBC0) : Unable to open file : C:\Users\Dekstop\20130530_01.ensight\ /_01.geo000 Warning : In C:\DBD\pvs-x64\paraview\src\paraview\VTK\IO\Ensight\vtkGeneri cEnsightReader.cxx, line 573 vtkPGenericEnsightReader (000000001379DBC0) : Assuming binary file. __________________________________________________ _____________ Here is the part of the Paraview code of the vtkGenericEnsightReader.cxx (l.572 in red) : // got full path to geometry file this->IFile = fopen(sfilename.c_str(), "rb"); if (this->IFile == NULL) { if (!quiet) { vtkErrorMacro("Unable to open file: " << sfilename.c_str()); vtkWarningMacro("Assuming binary file."); } this->IFile = NULL; delete [] fileName; return vtkGenericEnSightReader::ENSIGHT_6_BINARY; } // end if IFile == NULL __________________________________________________ _________ Obviously, I have a problem of geometry. Here is the beginning of the case file to call for the file for geometry : "" FORMAT type: ensight GEOMETRY model: 1 20130530_01.geo*** VARIABLE scalar per element: Densite 20130530_01.den*** scalar per element: Pression 20130530_01.pre*** scalar per element: Temperature 20130530_01.tem*** "" - Is there a problem in the way the .case file is written to call the geometry ? - I can not display the geometry file itself as it is coded in binary language. Could the problem come from that as well ? Thank you very much for any help you could provide me with . Do not hesitate to ask any more precision or detail ! |
|
July 7, 2013, 06:52 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings Jeff and welcome to the forum!
Please use the "[CODE]" tag for posting code... it's explained in the second link in my signature From the description you've given, the problem seems to be because ParaView is having a hard time understanding that the file name should be "20130530_01.geo" and not "/_01.geo". The other possibility is that the file "20130530_01.geo" doesn't exist and leads ParaView to try to look for the file "/_01.geo" instead. Best regards, Bruno
__________________
|
|
July 22, 2013, 04:42 |
|
#3 |
New Member
Jeff
Join Date: Jul 2013
Posts: 4
Rep Power: 13 |
Hello Wyldckat,
thank you very much for your answer. I have finally found out where the problem was coming from : it seems that Paraview has some hard times when it comes to ENSIGHT 6 format. (I asked other people and they told me ther same thing). ENSIGHT gold is said to be better. Thanks again for your answer. Bye. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] groovyBC in openFOAM-2.0 for parabolic velocity bc | ofslcm | OpenFOAM Community Contributions | 25 | March 6, 2017 11:03 |
Problem compiling a custom Lagrangian library | brbbhatti | OpenFOAM Programming & Development | 2 | July 7, 2014 12:32 |
[swak4Foam] build problem swak4Foam OF 2.2.0 | mcathela | OpenFOAM Community Contributions | 14 | April 23, 2013 14:59 |
"parabolicVelocity" in OpenFoam 2.1.0 ? | sawyer86 | OpenFOAM Running, Solving & CFD | 21 | February 7, 2012 12:44 |
DxFoam reader update | hjasak | OpenFOAM Post-Processing | 69 | April 24, 2008 02:24 |