|
[Sponsors] |
[General] Pass data through programmable filter |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 14, 2018, 20:06 |
Pass data through programmable filter
|
#1 |
Member
Tate
Join Date: Feb 2015
Posts: 31
Rep Power: 11 |
I'm very new to Python and this is probably very easy for someone who understands the syntax, so I apologize for my ignorance. I perform a transformation with a programmable filter, but I'd also like to pass all my original data through the filter as well. I can do it variable by variable with the following:
Code:
input0 = inputs[0] P = input0.PointData["P"] output.PointData.append(P,"P") |
|
|
|
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 |
[General] selected cells in python programmable filter | ufocfd | ParaView | 3 | May 30, 2017 11:05 |
Run OpenFoam in 2 nodes of a cluster | WhiteW | OpenFOAM Running, Solving & CFD | 16 | December 20, 2016 01:51 |
How to setup a simple OpenFOAM cluster? | TommiPLaiho | OpenFOAM Installation | 3 | October 27, 2013 16:15 |
How to update polyPatchbs localPoints | liu | OpenFOAM Running, Solving & CFD | 6 | December 30, 2005 18:27 |