PyGRDECL icon indicating copy to clipboard operation
PyGRDECL copied to clipboard

Troubles with reading unstructured grid

Open AnastasiyaSk opened this issue 4 years ago • 1 comments

Hello! Thank you very much for your work with PyGRDECL. I and my colleague have tried to use PyGRDECL for converting unstructured grid (fig.1) and we encountered some difficulties. I would appreciate it if you could find time to look through it. I'll describe the problem with a simple example. We have this small grid for example. 1 There are actually 8 cells, not 6. Two of these cells are inactive. We exported ACTNUM data but it turned out this keyword is unsupported. We converted the grid from fig.1 with PyGRDECL to VTU format. And we used ParaView for visualization. Here is what we've got. 2 3 4 In fig.3&4 you can see one additional point and it seems to me that it was generated by PyGRDECL. Here are GRDECL file and VTU file.

AnastasiyaSk avatar Aug 23 '21 15:08 AnastasiyaSk

Hi,

Thanks a lot for your interest in using PyGRDECL.

It looks like the problem is coming from the active cell functionality. We should have 8 cells but 2 of them are inactive. PyGRDECL may have trouble handling this case.

Currently, I'm very busy with PhD final exam so I will look at it in detail once I have time.

Thanks, Bin 4_3_1_cut_2_1.zip

BinWang0213 avatar Aug 24 '21 23:08 BinWang0213