|
[Sponsors] |
September 8, 2010, 11:39 |
decomposing and visualisation
|
#1 |
Senior Member
BastiL
Join Date: Mar 2009
Posts: 530
Rep Power: 20 |
Dear all,
I have a case where I want to ensure that the faces linked to four patches are one the same cpu. I think: Code:
preservePatches (patch1 patch2 patch3 patch4); I tried to postprocess this by looking into the meshes in processor* using pvFoam from the external Paraview-Reader. If I do so I can not realize that all patches are on the same cpu but even one single patch is separated onto different CPUs. Is this a problem of pvFoam or a wrong distribution? I remember checking it that way worked but I am not sure if it was paraFoam or pvFoam. How could I check the distribution? I also ran the mixerGGI-Tutorial decomposed on 4CPUs and this has a "globalFaceZones" keyword which should make two zones be present on all four CPUs but my postprocessing does not show this, too. |
|
September 8, 2010, 21:33 |
|
#2 |
Super Moderator
Takuya OSHIMA
Join Date: Mar 2009
Location: Niigata City, Japan
Posts: 518
Blog Entries: 1
Rep Power: 20 |
I am not sure if I understand your problem correctly so I hope the following makes sense:
- Try reading the suspicious processor subdirectory individually (create e.g. processor0.foam under "processor0" subdirectory and open it) and compare the visualization with the whole case - If the patch face distributions don't match there may be a bug in the reader - Give me more details, at least the version of the reader, how you checked the processor distribution (there are several ways to do this) and a screenshot or two comprehensively demonstrating your problem Takuya Last edited by 7islands; September 8, 2010 at 21:36. Reason: added the reader version as a required info |
|
September 9, 2010, 04:11 |
|
#3 | ||
Senior Member
BastiL
Join Date: Mar 2009
Posts: 530
Rep Power: 20 |
Quote:
Quote:
Regards Bastian |
|||
September 9, 2010, 05:26 |
|
#4 | ||
Super Moderator
Takuya OSHIMA
Join Date: Mar 2009
Location: Niigata City, Japan
Posts: 518
Blog Entries: 1
Rep Power: 20 |
Quote:
mixerGgiProcessor0.png where the circular surface is the global face zones. Quote:
Takuya |
|||
September 9, 2010, 05:46 |
|
#5 | |
Senior Member
BastiL
Join Date: Mar 2009
Posts: 530
Rep Power: 20 |
My 100 Points go to Takuya - thanks that's it. However, I don't really understand why these faces are only included in the "faceZones" but not in the faces of each processor itself...?
Quote:
|
||
September 9, 2010, 06:50 |
|
#6 | |
Super Moderator
Takuya OSHIMA
Join Date: Mar 2009
Location: Niigata City, Japan
Posts: 518
Blog Entries: 1
Rep Power: 20 |
Quote:
T |
||
September 9, 2010, 16:16 |
|
#7 |
Senior Member
Sandeep Menon
Join Date: Mar 2009
Location: Amherst, MA
Posts: 403
Rep Power: 25 |
Takuya,
I noticed your reference to my message I would like to re-iterate my request for face-field display (particularly for face fluxes, like phi). I'd like to be able to Glyph them based on magnitude / direction, preferably. Does this indeed require a lot of reader re-write? I could do the lagrangian post-process as a work-around, I suppose, but I'd like to avoid reading-in VTK's at each time-step |
|
September 9, 2010, 21:40 |
|
#8 |
Super Moderator
Takuya OSHIMA
Join Date: Mar 2009
Location: Niigata City, Japan
Posts: 518
Blog Entries: 1
Rep Power: 20 |
No I don't think so, full two or three days (and one or two extra full days for testing) should be enough. It's matters of the priority of the feature request and time which I can spare for this project.
Looking at your website you seem to be a skilled developer so if you do this by yourself I'd be more than happy to accept your contribution T |
|
September 10, 2010, 12:25 |
|
#9 |
Senior Member
Sandeep Menon
Join Date: Mar 2009
Location: Amherst, MA
Posts: 403
Rep Power: 25 |
Takuya,
I might be able to take a look. Could you point me to the relevant part of the source, so that I can get started? Should I be working on the current SVN stuff with Paraview-3.8.0? It also looks like there's some confusion about the compatibility of the reader with different Paraview releases. I've been using 3.6.1 till now, and later releases of Paraview seem to be unsupported (?) when used with the reader, etc... A little background might be nice. As a minor fix, I would suggest that your SVN repository also be categorized based on Paraview release revision. |
|
September 12, 2010, 18:38 |
surfaceFields support
|
#10 |
Senior Member
Sandeep Menon
Join Date: Mar 2009
Location: Amherst, MA
Posts: 403
Rep Power: 25 |
Nevermind... Figured it out.
For those interested, the reader with surfaceField support is given in this thread: http://www.cfd-online.com/Forums/ope...tml#post274905 |
|
|
|