CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Problem with Paraview

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 10, 2010, 08:02
Default Problem with Paraview
  #1
ata
Senior Member
 
ata's Avatar
 
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 17
ata is on a distinguished road
Hi Foamers
I have a problem with paraview. When I want to save screenshot I got this message:

p, li { white-space: pre-wrap; } X Error: GLXBadContextTag 170
Extension: 153 (Uknown extension)
Minor opcode: 5 (Unknown request)
Resource id: 0x460031f


Could any one help me?
Any help will be appreciated.
Thanks
p, li { white-space: pre-wrap
ata is offline   Reply With Quote

Old   March 11, 2010, 03:31
Default
  #2
Senior Member
 
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,677
Rep Power: 40
olesen has a spectacular aura aboutolesen has a spectacular aura about
Quote:
Originally Posted by ata View Post
Hi Foamers
I have a problem with paraview. When I want to save screenshot I got this message:

p, li { white-space: pre-wrap; } X Error: GLXBadContextTag 170
Extension: 153 (Uknown extension)
Minor opcode: 5 (Unknown request)
Resource id: 0x460031f
For some versions of paraview it's more reliable to use an external program (eg, gimp) for screenshots. AFAIK the version in cvshead now works, but in the past I've also had problems with paraview creating corrupt PNG files.
olesen is offline   Reply With Quote

Old   March 11, 2010, 04:13
Default Problem with Paraview
  #3
ata
Senior Member
 
ata's Avatar
 
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 17
ata is on a distinguished road
Hi Olesen Thank you very much for your reply.
ata is offline   Reply With Quote

Old   March 12, 2010, 15:29
Default Basic question in Praview
  #4
New Member
 
cathren
Join Date: Mar 2010
Posts: 7
Rep Power: 16
Kate is on a distinguished road
Hi all,

actually I could not open a new thread, so I post my question in this related thread.
I have a very basic question, I was successful to upload my data in a vtk format, but I do not know which bottom in paraview shows the plot??
wishes
Kate
Kate is offline   Reply With Quote

Old   March 13, 2010, 00:26
Default Problem with Paraview
  #5
ata
Senior Member
 
ata's Avatar
 
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 17
ata is on a distinguished road
Hi cathren
1. For new thread go to:
http://www.cfd-online.com/Forums/openfoam/
2. For plotting dependent of what kind of plotting use different filters in paraview. For more details refer to users guide pdf file.
Best regards
ata is offline   Reply With Quote

Old   March 13, 2010, 13:23
Default
  #6
New Member
 
cathren
Join Date: Mar 2010
Posts: 7
Rep Power: 16
Kate is on a distinguished road
Quote:
Originally Posted by ata View Post
Hi cathren
1. For new thread go to:
http://www.cfd-online.com/Forums/openfoam/
I've done this thanks,
Quote:
Originally Posted by ata View Post
2. For plotting dependent of what kind of plotting use different filters in paraview. For more details refer to users guide pdf file.
Best regards
would be possible to attach me this file, actually my question seems to be basic, I was successful to upload my data file in paraview, I pressed accept buttom, but it does not show any plot, how can I change the setting for the parameters to suit my data file
Kate is offline   Reply With Quote

Old   March 15, 2010, 08:42
Default Problem with Paraview
  #7
ata
Senior Member
 
ata's Avatar
 
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 17
ata is on a distinguished road
Hi kate
Now in my country, is vacations and i have not high speed internet (now I am using dial up internet connection). So I can't send you that file. But if you install standard version of OpenFOAM pdf file is in doc folder. There is an important topic. Some versions of paraview don't work properly. Although in Linux Always it works correctly but I think may be your paraview did not install properly.
However I'll send that file for you as soon as possible.
Best regards

Ata
ata is offline   Reply With Quote

Old   March 15, 2010, 09:02
Default
  #8
New Member
 
cathren
Join Date: Mar 2010
Posts: 7
Rep Power: 16
Kate is on a distinguished road
thanks, I have downloaded the user guide, now I am able to plot my data using paraview 3.6.2 on a unix platform, just a small question, how can I sav ethe plot in the display area as eps or ps file , actaully I followed the steps mentioned in the userguide
PHP Code:
  11 Copy and Print
11.1 Overview
Depending on which platform you are using
ParaView may include a copy image
operation 
and printing functionalityThe copy image option is supported only on the
Windows platform
Printing is fully supported on WindowsOn Linux Unixthe print
functionality will generate a postscript file that you must send to your printer.
      
On Linux Unix a file saving dialog will pop up allowing you to specify the
location 
and name of a postscript file into which the image will be writtenOn Linux /
Unix you will have to send this image to the printer
the problem I could not find the print option under the file menu.

wishes
Kate
Kate is offline   Reply With Quote

Old   March 16, 2010, 02:02
Default
  #9
ata
Senior Member
 
ata's Avatar
 
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 17
ata is on a distinguished road
Hi Kate
I can not solve your problem but for your information, my paraview also has not print option in it's file menu.
Best regards
ata is offline   Reply With Quote

Old   March 16, 2010, 02:07
Default Problem with Paraview
  #10
ata
Senior Member
 
ata's Avatar
 
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 17
ata is on a distinguished road
Hi Kate
I can not solve your problem but for your information, my paraview also has not print option in it's file menu.
Best regards
ata is offline   Reply With Quote

Old   August 6, 2011, 04:21
Default CFD Electro chemical machining problem
  #11
New Member
 
baburaj m
Join Date: Jul 2011
Location: orissa
Posts: 4
Rep Power: 14
baburaj is on a distinguished road
I am doing my project in in ANSYS CFD, my friend wrote a UDF program for heat generation but it shown some error like function expect void format.This is our program
#include"udf.h"
DEFINE_SOURCE(heatgeneration,c,t,ds,eqn)
{
real temp;
real source;
temp=C_T(c,t);
source=(j*j)/{20(0.02*temp-5)};
return (source);
}
j is the current density.
If any body know about this problem please send the details in to mail baburajaty@gmail.com.
baburaj is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Yet another Paraview problem gascortado OpenFOAM 5 February 21, 2010 07:39
[OpenFOAM] Problem with Colors in ParaView sven ParaView 1 May 31, 2009 09:13
Paraview installation troubles jjhall OpenFOAM Installation 3 April 17, 2008 13:59
natural convection problem for a CHT problem Se-Hee CFX 2 June 10, 2007 07:29
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 20:13


All times are GMT -4. The time now is 22:59.