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

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: gschaider
Forum: OpenFOAM Community Contributions January 4, 2011, 12:31
Replies: 52
Views: 16,815
Posted By gschaider
In the fix I sent you replace self._order with...

In the fix I sent you replace self._order with self._order[:] (this creates a copy of the list which avoids possible side-effects should somebody modify the list he gets - the original for returned a...
Forum: OpenFOAM Community Contributions January 3, 2011, 05:47
Replies: 52
Views: 16,815
Posted By gschaider
The problem is that a dictionary usually does not...

The problem is that a dictionary usually does not have an order of the keys (the order is determined by the implementation). In your example the order of the definition is also the alphabetical...
Forum: OpenFOAM Community Contributions December 1, 2009, 11:07
Replies: 52
Views: 16,815
Posted By gschaider
Sorry for the misinformation: the x11 terminal...

Sorry for the misinformation: the x11 terminal CAN do zooming, BUT not if it gets the data from a pipe (which is the case here), so sorry no possibility. So the only way to zoom the graphs is to...
Forum: OpenFOAM Community Contributions November 30, 2009, 07:47
Replies: 52
Views: 16,815
Posted By gschaider
That is a problem of the gnuplot-terminal (which...

That is a problem of the gnuplot-terminal (which by default is x11). That can not do it. There are gnuplot-terminals that could do it, but they are not supported by pyFoam. What you can try with the...
Forum: OpenFOAM Community Contributions November 30, 2009, 07:42
Replies: 52
Views: 16,815
Posted By gschaider
Yeah. It seems there are problems with Numeric...

Yeah. It seems there are problems with Numeric (which is used as a fallback if numpy is not installed) especially on SuSE. pyFoamVersion.py says something in that sense, but it is not very clear ...
Forum: OpenFOAM Community Contributions October 22, 2009, 05:52
Replies: 52
Views: 16,815
Posted By gschaider
You're pointing AT numpy or one direcotry ABOVE...

You're pointing AT numpy or one direcotry ABOVE it? Second is correct
Forum: OpenFOAM Community Contributions October 21, 2009, 14:43
Replies: 52
Views: 16,815
Posted By gschaider
The path to non-standard Python-Libraries is...

The path to non-standard Python-Libraries is specified by the PYTHONPATH-environment-variable (use like the usual PATH-variable)

Bernhard
Forum: OpenFOAM Community Contributions October 21, 2009, 13:06
Replies: 52
Views: 16,815
Posted By gschaider
I think the publicly available version SHOULD...

I think the publicly available version SHOULD work, but I'm not sure (I use another version internally that I will publish once I have gotten it to work with Paraview 3.6. That one definitly works...
Forum: OpenFOAM Community Contributions October 21, 2009, 13:02
Replies: 52
Views: 16,815
Posted By gschaider
There is no way around it: the Gnuplot-Library...

There is no way around it: the Gnuplot-Library needs one of those packages (which are API-equivalent) to be able to plot.
They are quite common and almost any python-software that does large...
Forum: OpenFOAM Community Contributions October 9, 2009, 12:42
Replies: 52
Views: 16,815
Posted By gschaider
The message above is Gnuplots way of saying "I...

The message above is Gnuplots way of saying "I have only one data-point and can't draw a line". No easy way to get rid of this message and I don't want to because it helps finding other problems
...
Forum: OpenFOAM Community Contributions April 28, 2009, 12:36
Replies: 52
Views: 16,815
Posted By gschaider
Hi! The most up-to-date documentation is...

Hi!


The most up-to-date documentation is found on the Wiki-page. For installing this would be:
http://openfoamwiki.net/index.php/Contrib_PyFoam#Installation

There is also an almost complete...
Forum: OpenFOAM Community Contributions April 14, 2009, 15:35
Replies: 52
Views: 16,815
Posted By gschaider
It was not the English (yours is quite good .......

It was not the English (yours is quite good .... from an Austrians point of view ;) ) it was the name that led me to that conclusion



Thanks for checking



Very strange. Everything points...
Forum: OpenFOAM Community Contributions April 8, 2009, 11:00
Replies: 52
Views: 16,815
Posted By gschaider
OK. The --tail=0 was to check if there is a...

OK. The --tail=0 was to check if there is a timing problem. No such luck.

Have I understood you correctly:

- OpenSuse with Python 2.6: Not working
- Ubuntu with Python2.6 on 64 Bit: working...
Forum: OpenFOAM Community Contributions April 7, 2009, 14:09
Replies: 52
Views: 16,815
Posted By gschaider
Hi Thomas! Strange. Could you try the...

Hi Thomas!

Strange. Could you try the watcher on that file with the option --tail=0 ?

Bernhard
Forum: OpenFOAM Community Contributions April 6, 2009, 12:34
Replies: 52
Views: 16,815
Posted By gschaider
These messages come from Gnuplot. They mean "You...

These messages come from Gnuplot. They mean "You have only given me one data point until now. I'm stretching that point a bit so that it becomes a range". Usually that has two reasons:

a) There...
Forum: OpenFOAM Community Contributions April 3, 2009, 15:22
Replies: 52
Views: 16,815
Posted By gschaider
Hi Thomas! Starting with the newest...

Hi Thomas!



Starting with the newest version 2.6 of the python 2.x-line "with" is is a reserved version. The problem is that you're not using the newest version of PyFoam (0.5.2) where all...
Forum: OpenFOAM Community Contributions March 23, 2009, 05:06
Replies: 52
Views: 16,815
Posted By gschaider
Hi! It can't be a 64-bit problem per...

Hi!



It can't be a 64-bit problem per se. I'm using it ONLY on 64-bit. And there should be no difference between a 64-bit and a 32-bit Python anyway



The problem looks like the watcher...
Forum: OpenFOAM Community Contributions February 18, 2009, 12:05
Replies: 52
Views: 16,815
Posted By gschaider
Hi Rishi! Sorry about heari

Hi Rishi!

Sorry about hearing those interdependencies. I hear that SuSE is quite a nice distro, but the PYthon-support seems to be a bit awkward

Anyway.

@pyFoamPlotResiduals.py: Havn't...
Forum: OpenFOAM Community Contributions February 6, 2009, 07:53
Replies: 52
Views: 16,815
Posted By gschaider
Hi Suresh. a) this is not r

Hi Suresh.

a) this is not really a PyFoam-question, is it?
b) I don't know much more about foamLog than what the user-guide has to say. But if you have a look at the start of your logfile and...
Forum: OpenFOAM Community Contributions February 5, 2009, 12:19
Replies: 52
Views: 16,815
Posted By gschaider
Hi Suresh! No. PyFoam plots

Hi Suresh!

No. PyFoam plots the initial residual of the solver (if the solver is called for a number of times the value from the first call is used). The Final residual wouldn't make much sense,...
Forum: OpenFOAM Community Contributions February 5, 2009, 10:46
Replies: 52
Views: 16,815
Posted By gschaider
Hi Rishi! Usually python is

Hi Rishi!

Usually python is just a symbolic link to the most recent (in your case python2.4) python-version. Please check with

python -c 'import xml'

whether your installation is...
Forum: OpenFOAM Community Contributions February 5, 2009, 07:21
Replies: 52
Views: 16,815
Posted By gschaider
Hi Rishi! Seems like. But t

Hi Rishi!

Seems like. But that is strange since the relevant library is part of the python-standard-libraries:
http://www.python.org/doc/2.4.1/lib/module-xml.parsers.expat.html#l2h-4292
at...
Forum: OpenFOAM Community Contributions February 4, 2009, 12:52
Replies: 52
Views: 16,815
Posted By gschaider
Hi Rishi! My initial reacti

Hi Rishi!

My initial reaction was "Oh, my god didn't test this utility with the last release. Propably it is broken". Tested it here: it works.

To answer your question: no. It doesn't need...
Forum: OpenFOAM Community Contributions October 17, 2008, 09:03
Replies: 52
Views: 16,815
Posted By gschaider
Hi Seb! quote: Has someone

Hi Seb!

quote: Has someone been able to run the routine "pyFoamSamplePlot.py" from the pyFoam library

Yes. I have ;)

Could you post the command line that you were using?

I'll...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT -4. The time now is 18:52.