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 25 of 27
Search took 0.00 seconds.
Search: Posts Made By: wyldckat
Forum: ParaView September 17, 2013, 17:57
Replies: 60
Views: 31,782
Posted By wyldckat
Hi Ehsan, Sorry, but yesterday morning I was...

Hi Ehsan,

Sorry, but yesterday morning I was in a hurry and as soon as I didn't read anything explicitly like "changed the size of the font and nothing happened", I simply assumed the worst.
The...
Forum: ParaView September 16, 2013, 03:10
Replies: 60
Views: 31,782
Posted By wyldckat
As shown in attachment, there is a "Size" value...

As shown in attachment, there is a "Size" value control which controls the size of the font used in the color legend.

The problem is that when you increase the font, it increases for both sizes,...
Forum: ParaView September 15, 2013, 18:16
Replies: 60
Views: 31,782
Posted By wyldckat
Hi Ehsan, Sorry, while trying to take care a...

Hi Ehsan,

Sorry, while trying to take care a lot of stuff as fast as I could, I didn't notice that the updated scales were occurring incorrectly.
The source code for updating the pipeline for...
Forum: ParaView September 15, 2013, 17:34
Replies: 60
Views: 31,782
Posted By wyldckat
Hi Ehsan, The only thing I can think of is...

Hi Ehsan,

The only thing I can think of is that you might be showing the "p" field in "cell data" mode, while this script is processing the "point data".

Best regards,
Bruno
Forum: ParaView September 15, 2013, 16:00
Replies: 60
Views: 31,782
Posted By wyldckat
You still have to ask? :eek: Yes, yes it is. It's...

You still have to ask? :eek: Yes, yes it is. It's what we've been talking about, isn't it?
You actually showed in one of the previous images where you can turn back on the execute permission!

By...
Forum: ParaView September 15, 2013, 14:51
Replies: 60
Views: 31,782
Posted By wyldckat
Hi Ehsan, Because ParaView was stating...

Hi Ehsan,


Because ParaView was stating that the file was located at "/home/ehsan/case.foam", which implies that you did not run the command paraFoam4 from within the case folder :(.


I'm...
Forum: ParaView September 15, 2013, 09:04
Replies: 60
Views: 31,782
Posted By wyldckat
Do you have an OpenFOAM case located in your home...

Do you have an OpenFOAM case located in your home folder? Because if you don't, I'd say that ParaView is correct in complaining that there isn't any timestep data. Don't you think the same as well?
...
Forum: ParaView September 15, 2013, 08:34
Replies: 60
Views: 31,782
Posted By wyldckat
Hi Ehsan, Sorry, I was in a hurry and didn't...

Hi Ehsan,

Sorry, I was in a hurry and didn't review the posted code properly. I've edited my previous post with the correct code.

The bad code was this :(:
p, li { white-space: pre-wrap; } As...
Forum: ParaView September 15, 2013, 07:12
Replies: 60
Views: 31,782
Posted By wyldckat
I've used this code and it worked just fine: ...

I've used this code and it worked just fine:
from paraview.simple import *

def start_cue(self): pass

def tick(self):
source = FindSource("case.foam")

#This works fine on ParaView...
Forum: ParaView September 15, 2013, 06:10
Replies: 60
Views: 31,782
Posted By wyldckat
The name and folder are not relevant to this...

The name and folder are not relevant to this filter. All that matters is the name you gave to it in the "Pipeline Browser" (yes, you can rename the entries there as well!).

This is because this...
Forum: ParaView September 15, 2013, 05:02
Replies: 60
Views: 31,782
Posted By wyldckat
Hi Ehsan, Is the case file actually named...

Hi Ehsan,

Is the case file actually named "WR_4.OpenFOAM"? Because that error message implies that it is not.

Best regards,
Bruno
Forum: ParaView September 14, 2013, 12:54
Replies: 60
Views: 31,782
Posted By wyldckat
Have you looked in the "Processes" tab on the...

Have you looked in the "Processes" tab on the "System Monitor"?
Forum: ParaView September 14, 2013, 12:09
Replies: 60
Views: 31,782
Posted By wyldckat
But how exactly did the memory occupancy by...

But how exactly did the memory occupancy by ParaView evolve along the animation?

And no, you didn't attach the image of the System Monitor :(
Forum: ParaView September 14, 2013, 07:54
Replies: 60
Views: 31,782
Posted By wyldckat
Hi Ehsan, That seems to be related to...

Hi Ehsan,


That seems to be related to this: http://www.cfd-online.com/Forums/openfoam-paraview/97220-paraview-3-12-memory-allocation-problem-while-saving-animation.html
Use the command top in a...
Forum: ParaView August 19, 2013, 10:10
Replies: 60
Views: 31,782
Posted By wyldckat
Hi Ehsan, Sorry, apparently last night I was...

Hi Ehsan,

Sorry, apparently last night I was a bit tired already and I didn't notice that I wrote "-builtin" instead of "-touch". I've corrected the previous post.

OK, to avoid future problems...
Forum: ParaView August 18, 2013, 17:52
Replies: 60
Views: 31,782
Posted By wyldckat
Before opening ParaView, run: paraFoam -touch

Before opening ParaView, run:
paraFoam -touch
Forum: ParaView August 18, 2013, 17:19
Replies: 60
Views: 31,782
Posted By wyldckat
It means that your code is broken. This is why I...

It means that your code is broken. This is why I don't completely like Python :(

The reason is because for Python, this:

def tick(self):

#...

#get the access to the cellData or...
Forum: ParaView August 18, 2013, 16:28
Replies: 60
Views: 31,782
Posted By wyldckat
With the previous post, the bug is fixed. The...

With the previous post, the bug is fixed. The post #6...
Forum: ParaView August 18, 2013, 16:15
Replies: 60
Views: 31,782
Posted By wyldckat
OK, as implied in the previous post, the bug is...

OK, as implied in the previous post, the bug is related to the missing "vtk*Python.so" library files. This post is meant to fix this problem.


In my DropBox account is the following file (130kB):...
Forum: ParaView August 18, 2013, 15:13
Replies: 60
Views: 31,782
Posted By wyldckat
For other readers, I've already explained this...

For other readers, I've already explained this one:

I explained this here: http://www.cfd-online.com/Forums/openfoam-paraview/82036-do-particle-tracking-paraview-2.html#post446210 post #35


As...
Forum: ParaView August 18, 2013, 13:03
Replies: 60
Views: 31,782
Posted By wyldckat
Yes, use "File -> Load State" after ParaView...

Yes, use "File -> Load State" after ParaView starts.


I've edit the other post at the other thread, with a more clear indication of which is which.
Forum: ParaView August 18, 2013, 11:55
Replies: 60
Views: 31,782
Posted By wyldckat
Only if you save the state file and reload the...

Only if you save the state file and reload the case directly from the case file when you need it again.


Does the same happen when you do not save the animation? I.e., if you only click on the...
Forum: ParaView August 18, 2013, 11:00
Replies: 60
Views: 31,782
Posted By wyldckat
No, the ".OpenFOAM" file is not the problem. ...

No, the ".OpenFOAM" file is not the problem.

We've exchanged so many emails and posts, and you still don't provide enough information... :rolleyes:
What ParaView version are you using and is...
Forum: ParaView August 18, 2013, 10:41
Replies: 60
Views: 31,782
Posted By wyldckat
What exactly? Did you see how much I wrote on the...

What exactly? Did you see how much I wrote on the previous post? :rolleyes:


Do what? :confused:
Forum: ParaView August 17, 2013, 13:24
Replies: 60
Views: 31,782
Posted By wyldckat
Greetings to all! Technically, you can...

Greetings to all!


Technically, you can have all versions of ParaView since at least 3.12.0 up to 4.0.1, by using the pre-built binaries - http://paraview.org/paraview/resources/software.php -...
Showing results 1 to 25 of 27

 
Forum Jump

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