Merge Blocks of a Tecplot .plt file

Hi!

I’m a new here. I ran a CFD simulation and exported the result into Tecplot format (.plt). When I load the .plt file in Paraview, two different mesh zones are recognized and the Point Arrays of interest (x, y, z velocity components, and cell volume) are separated.

image

I want to merge these two blocks, eliminating the points in common. I tried with the Merge Blocks filter and obtained a unique mesh (the common points have been merged) but the Point Arrays are not merged and they completely disappear.

How can I merge also the arrays? Hope to have been clear enough.

Maybe this issue can be addressed easily, but I haven’t found any solutions.

Thanks

Its very clear but merge blocks should merge the arrays too.

Edit:

Nevermind, the arrays are not on all blocks, What do you expect to have in the blocks that do not have arrays ?

Actually, both blocks have the same arrays (x, y, z coordinates; x, y, z velocity components; cell volume) but the names are different.

Arrays of zone 2 start with the prefix “zone2/”, while those of zone 1 don’t.

Then you should be able to rename the arrays using RenameArrays filter, Calculator may also be an option here.

Okay, now the Merge Block filter is working. I renamed the arrays of zone 2 with the same names as those of zone 1 using the RenameArrays filter.

I had already tried before to do this with Calculator but had not succeeded.

Thank you!!!

1 Like

Hi, I am also facing this issue, but I am unable replicate what you did. Could you explain it in detail, because I cannot find the RenameArrays filter in paraview GUI.

Update your version of ParaView

But I have to use paraview version below 5.10 , so is there a way to do in older versions which doesn’t have this renameArray filter?

Why ?

is there a way to do in older versions which doesn’t have this renameArray filter?

You can do that using a programmable filter.

Because we have post processing tool that is developed couple of years ago using paraview 5.9, and its has not been updated such that its compatible with new versions of paraview.

Could you provide a sample for how this can be used ?