|
[Sponsors] |
[General] Paraview data modification from vtkmultiblockdataset |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 10, 2017, 00:34 |
Paraview data modification from vtkmultiblockdataset
|
#1 | |
New Member
Andi Hartarto
Join Date: Jan 2017
Posts: 3
Rep Power: 9 |
Dear all,
Thank you for your discussions. I have benefited greatly. Please help me solve this puzzle I have related to your discussion. linnemann's solution works are looks great. Unfortunately my work involves usage of the vtkMultiBlockDataSet and I am stuck with it. I did from paraview.simple import * trial5e=ExodusIIReader(FileName=['C:\\Users\\....\\trial5.e']) trial6= paraview.servermanager.Fetch(trial5e) # use composite data append print (trial6) vtkMultiBlockDataSet ... ... ... Number of Children:8 Child 0: vtkMultiBlockDataSet ... Number of Children: 1 Child 0: vtk UnstructuredGrid ... Field data: .... Number of points : 2230 Number of cells: 29284 Cell Data: .. Number of arrays:6 Array 1 = Tetrahedra Rank. Array 3=ObjectId .... My ultimate goal is to make ObjectId equal to Tetrahedra Rank. Please help me Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF value to large for defined data type | Anna73 | Fluent UDF and Scheme Programming | 9 | September 30, 2018 23:18 |
[OpenFOAM] Where are the data located to access via paraview? | Schurl | ParaView | 2 | December 29, 2017 09:22 |
Animation of Fluent data with paraview | Lilly | FLUENT | 1 | June 26, 2016 17:07 |
[OpenFOAM] Paraview doesn't seem to be picking up data generated by icofoam | MikeHersee | ParaView | 2 | January 6, 2015 09:27 |
[General] paraview - plotting difference to reference data | joewe | ParaView | 0 | August 30, 2010 19:01 |