|
[Sponsors] |
[General] Programmable Filter: when multiple inputs, how to verify which input is which? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 12, 2014, 12:14 |
Programmable Filter: when multiple inputs, how to verify which input is which?
|
#1 |
Senior Member
François Grégoire
Join Date: Jan 2010
Location: Canada
Posts: 392
Rep Power: 17 |
Hi,
I have a programmable filter with 3 inputs (see attached picture). The 3 inputs have variables with the same nomenclature ('temperature' and 'Area'), so I work with the input variables in the following manner: Code:
data0 = inputs[0].PointData['temperature'] data1 = inputs[1].PointData['temperature'] data2 = inputs[2].PointData['temperature'] ... ... ... My question is: In a programmable filter with multiple inputs, is there a way to know the inputs order or obtain detailed information about the inputs? For example, I would like to make sure that input[0] is IntegrateVariables1. Thanks, François |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[General] Pass variable from programmable filter to Plot Over Line Filter | Jack001 | ParaView | 0 | March 29, 2016 14:18 |
Programmable Filter Problem | quantenmaschine | OpenFOAM Post-Processing | 0 | August 22, 2015 10:44 |
[General] Python Programmable vtkImageData | joshuawd | ParaView | 6 | August 18, 2014 17:08 |
[OpenFOAM] Paraview 3.98 - errors when saving geometry file | pajot | ParaView | 1 | September 28, 2013 11:45 |
[OpenFOAM] [ParaView] Programmable Filter to repeat 2 degree segments | laurensvd | ParaView | 3 | February 13, 2012 05:22 |