CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > ParaView

[General] Programmable Filter - Multiple Inputs - Crash

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 25, 2017, 08:14
Default Programmable Filter - Multiple Inputs - Crash
  #1
New Member
 
Gabriel Nahas
Join Date: Apr 2017
Posts: 4
Rep Power: 8
grnahas is on a distinguished road
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.
grnahas is offline   Reply With Quote

Reply

Tags
input, output, programmable filter, python, wall shear stress


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 14:54
how to set periodic boundary conditions Ganesh FLUENT 15 November 18, 2020 06:09
[General] Pass variable from programmable filter to Plot Over Line Filter Jack001 ParaView 0 March 29, 2016 13:18
[General] Programmable Filter: when multiple inputs, how to verify which input is which? macfly ParaView 0 July 12, 2014 11:14
OpenFOAM static build on Cray XT5 asaijo OpenFOAM Installation 9 April 6, 2011 12:21


All times are GMT -4. The time now is 21:10.