acroucher / PyTOUGH

A Python library for automating TOUGH2 simulations of subsurface fluid and heat flow
GNU Lesser General Public License v3.0
96 stars 36 forks source link

How to have a VTK ASCCI file ( not the default mode binary) #24

Closed aaamri closed 4 years ago

aaamri commented 4 years ago

Hi everyone, Hi Adrian Thanks for your effort for PYTOUGH, it's very helpful, i want to know if there's a possibility to have a ASCCI VTK file and note a vtu Binary file. THnak you !

acroucher commented 4 years ago

At the moment it is hard coded to write a .vtu file. Is there a particular reason you want an ASCII .vtk file? Usually the binary files are much smaller and faster to load.

aaamri commented 4 years ago

Thnaks Adrian for your response. i will work with the binary version.