Hey everyone,
Lately I've been trying to export results from a model that I created with ModelMuse to vtk or vtu format, in order to postprocess models in paraview (sometimes we need the pretty pictures to explain our model). I've tried working a bit with flopy, but I am not that good with coding. I've been able to export my domain active cells as an unstructured grid, but it doesn't contain results, and it doesn't have the real coordinates, so I can't use the csv point data to resample it to the grid. I don't know if the function flopy.export.vtk function even supports exporting results, but I haven't found a way yet.
Any way to export the grid as a georeferenced .vtu file? That would allow me to resample the csv point data you can export with modelmuse, and then postprocess in paraview.
Alterenatively, if there's no way of doing that, any way of exporting the non-georeferenced vtu file, but with the binary results appended to it? Just any way to have the model results as continuous data would work, really.
Thanks in advance!