Issue with interpolation of openfoam results?

I have the result of an openfoam model. I made both a slice and a plane as a source, subsequently the filter resample with data set.

When I show the results of a scalar (concentration) on the slice or plane, I see weird lines when I use the interpolated values

.

When I use the cell center values, I do not see the lines

Could this be an interpolation issue and if yes, how can I solve it?

It might be useful to add that my domain has about 80e6 cells and that it is decomposed into approx. 1500 parts. I’m thinking that maybe the lines are on the borders of the domain parts.

HI @tomLauriks

Yes it looks like an interpolation schema. According to your screenshot, I would say the first one is point data and the second is cell data. You may use the Point Data to Cell Data filter to get the same result.

Where are located the input data, cell or point? And what is the magnitude of the error?

Best,

Hi François,

thanks for your reply!

My input data is cell data. If you mean by error, the difference between the value on the erroneous line and what that value should be, then I estimate between 25 and 66%.

I extracted the processor boundaries and visualized them in paraview. The lines in the interpolated point data do indeed coincide with processor boundaries.

Best,
Tom