How to pass (velocity) results through a function

To obtain results for chance a certain windspeed is exceeded, I want to take the results of a windspeed calculation though an interpolation function of the windspeed probability.

Essentially putting the results from this image:

And pass it through this function to get the changes for each gridpoint:

This would lead to the chance a certain windspeed is exceed at each location in the grid.

Is this possible in paraview?

Hi @fvg

I’m not sure to follow, are you looking for PlotOverLine filter ?

Best,

Hi Mathieu,
no that would be different. For all nodes I want the velocity converted to a chance, according to the interpolation function. So the result should be a surface plot, but now with the chances.

Does that make more sense?
best, Frank

What is a chance ? How do you compute it ?

In any case, should be doable with a programmable filter.

Hi Mathieu, the chance comes from a windrose (direction plus chance of a certain windspeed). The combination with the local velocities gives the chance a certain threshold windspeed is exceeded (nen8100).

In any case, should be doable with a programmable filter.

So I’ll be reading through that then, thanks Mathieu.