|
[Sponsors] |
[OpenFOAM] ParaView 4.10 and OpenFOAM 2.3.0 Multiregion and decomposed case |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 27, 2014, 04:59 |
ParaView 4.10 and OpenFOAM 2.3.0 Multiregion and decomposed case
|
#1 |
Senior Member
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 21 |
Hej,
I installed OpenFOAM 2.3 and paraview 4.10 that comes with the new openfoam. I then ran one of my cases which is a multiregion case in decomposed state with chtMultiRegionSimpleFoam. Then I start paraview through Code:
paraFoam -region WATER Code:
paraFoam -region WATER -builtin The question is, does anybody know how to use multiregion with a decomposed case without having to recompose it? I also tried using the paraview 4.01 (which comes with ubuntu 13.10) in connection with just calling the foam file case{WATER}.foam , there the option for decomposed is also present, however, it also has the same error that it wants to look for the polymesh not in the region file, but in the folder one level up.
__________________
~roman |
|
April 5, 2014, 19:49 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Roman,
The built-in plugin does not rely in special names like the official plugin. As shown in the attached image, you have direct control access to the multiple regions, by simply using: Code:
paraFoam -builtin Bruno
__________________
|
|
April 7, 2014, 08:25 |
|
#3 | |
Senior Member
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 21 |
Quote:
I saw that as well, however, I always get an error message Code:
p, li { white-space: pre-wrap; } /home/roman/Desktop/Gallego/SteadyState_RomanMod_kEpsilon_Ferlin/processor39/constant/polyMesh/faces.gz: Can't open. If you are trying to read a parallel decomposed case, set Case Type to Decomposed Case. ERROR: In /home/opencfd/OpenFOAM/ParaView-4.1.0/VTK/Common/ExecutionModel/vtkExecutive.cxx, line 754 vtkCompositeDataPipeline (0x6d348a0): Algorithm vtkOpenFOAMReader(0x2595ca80) returned failure for request: vtkInformation (0xfd77170) Debug: Off Modified Time: 455183 Reference Count: 1 Registered Events: (none) Request: REQUEST_DATA ALGORITHM_AFTER_FORWARD: 1 FROM_OUTPUT_PORT: 0 FORWARD_DIRECTION: 0 Edit: found the error. In the non-decomposed version, there was a polymesh and boundary data, which of course shouldn't be there. Because it was in the non-decomposed one, it was also looking for them in the decomposed version.
__________________
~roman Last edited by romant; April 7, 2014 at 09:16. Reason: solution found |
||
April 7, 2014, 16:42 |
|
#4 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Roman,
Quote:
Best regards, Bruno |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM] Decomposed multiregion cases in Paraview with native reader | Yann | ParaView | 2 | January 16, 2019 06:48 |