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

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
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

 


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 22:38.