Question about converting a grdecl grid to vtk #3411
-
I have a grid for the Sleipner field, which I obtained from the CO2 DataShare portal: https://co2datashare.org/dataset/sleipner-2019-benchmark-model. I'm wondering how to convert it to VTK format. There are several Python scripts available on GitHub. The grid doesn't have any non-conformities as far as I know; it's simple, like a layer cake model, and it has the porosity and permeability properties. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
I don’t understand the question. If you found scripts, just try the convert and test with paraview the results. The can view you grdecl with resinsight. I am interested of the results of you investigations |
Beta Was this translation helpful? Give feedback.
-
@dkachuma can you help? |
Beta Was this translation helpful? Give feedback.
-
I'm using the following code: https://github.com/BinWang0213/PyGRDECL geosx -i Sleipner_smoke.xml
** StackTrace of 9 frames **
|
Beta Was this translation helpful? Give feedback.
-
There are missing parts in your message. Try the merge filter to merge points before exporting to a new vtu file. Compare the number of points in your grdecl file versus your vtu file |
Beta Was this translation helpful? Give feedback.
-
@untereiner Thank you for your hint! The number of converted points was much higher than in the original grid. So, I used the merge filter, and now it is readable by GEOSX. |
Beta Was this translation helpful? Give feedback.
There are missing parts in your message. Try the merge filter to merge points before exporting to a new vtu file. Compare the number of points in your grdecl file versus your vtu file