|
[Sponsors] |
[OpenFOAM] Paraview problem: loading the VTK cellSets changes the time |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 17, 2018, 14:02 |
Paraview problem: loading the VTK cellSets changes the time
|
#1 |
Senior Member
Join Date: Mar 2018
Posts: 115
Rep Power: 8 |
Hello,
I modified the pimpleFoam solver in order to add a moving source term (using moving cellSet, ...etc). Now in paraFoam, I can see the cellSets (by checking: include sets). The problem with this is I cannot visualize the velocity contours and the cellSets simultaneously. So I decided to convert the cellSets in each <timestep>/polyMesh/sets directory to VTK format: Code:
for timeStep in $(foamListTimes); do foamToVTK -time $timeStep -cellSet myCellSets; done Here is the issue that I encountered: When I open the simulation case: Code:
paraFoam I hope you can understand my problem. P.S: I tried to convert the simulation to VTK and that solves the issue, but I am asking why that happens? |
|
November 3, 2018, 21:53 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Quick answer: I'm possibly late on this, but the trick is to load the same "casename.OpenFOAM" file twice within the same ParaView:
__________________
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[General] Extracting ParaView Data into Python Arrays | Jeffzda | ParaView | 30 | November 6, 2023 22:00 |
courant number increases to rather large values | 6863523 | OpenFOAM Running, Solving & CFD | 22 | July 6, 2023 00:48 |
pimpleDyMFoam computation randomly stops | babapeti | OpenFOAM Running, Solving & CFD | 5 | January 24, 2018 06:28 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
Low Mixing time Problem | Mavier | CFX | 5 | April 29, 2013 01:00 |