CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > ParaView

[General] Problem opening Ensight File

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 3, 2013, 09:41
Default Problem opening Ensight File
  #1
New Member
 
Jeff
Join Date: Jul 2013
Posts: 4
Rep Power: 12
Jeff74A is on a distinguished road
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 !
Jeff74A is offline   Reply With Quote

Old   July 7, 2013, 05:52
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
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
__________________
wyldckat is offline   Reply With Quote

Old   July 22, 2013, 03:42
Default
  #3
New Member
 
Jeff
Join Date: Jul 2013
Posts: 4
Rep Power: 12
Jeff74A is on a distinguished road
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.
Jeff74A is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 10:03
Problem compiling a custom Lagrangian library brbbhatti OpenFOAM Programming & Development 2 July 7, 2014 11:32
[swak4Foam] build problem swak4Foam OF 2.2.0 mcathela OpenFOAM Community Contributions 14 April 23, 2013 13:59
"parabolicVelocity" in OpenFoam 2.1.0 ? sawyer86 OpenFOAM Running, Solving & CFD 21 February 7, 2012 11:44
DxFoam reader update hjasak OpenFOAM Post-Processing 69 April 24, 2008 01:24


All times are GMT -4. The time now is 06:36.