|
[Sponsors] |
[General] Programmable Filter - Multiple Inputs - Crash |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 25, 2017, 09:14 |
Programmable Filter - Multiple Inputs - Crash
|
#1 |
New Member
Gabriel Nahas
Join Date: Apr 2017
Posts: 4
Rep Power: 9 |
I am trying to use a programmable filter that takes two other filters from different blocks as inputs. When I get each data as input and output separately it works, but when I try with both filters as input and output at the same time it crashes. Does anyone know what might be the cause?
Here the short code of the script I am using that crashes. a = inputs[0].PointData["a"] b = inputs[1].PointData["b"] output.PointData.append(a, "a") output.PointData.append(b, "b") PS: For information, I am trying doing a script that calculates wall shear stress. One of the input is the velocity gradient and the other us the normal vectors. |
|
Tags |
input, output, programmable filter, python, wall shear stress |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[General] Listing the inputs of a grouped dataset with a programmable python filter in Paraview | NadineHS | ParaView | 3 | December 12, 2021 15:54 |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
[General] Pass variable from programmable filter to Plot Over Line Filter | Jack001 | ParaView | 0 | March 29, 2016 14:18 |
[General] Programmable Filter: when multiple inputs, how to verify which input is which? | macfly | ParaView | 0 | July 12, 2014 12:14 |
OpenFOAM static build on Cray XT5 | asaijo | OpenFOAM Installation | 9 | April 6, 2011 13:21 |