tmweigand / PMMoTo

Porous Media Morphological and Topological Analysis Toolkit
1 stars 0 forks source link

Save to single csv #35

Closed kbruning closed 1 year ago

kbruning commented 1 year ago

Could an additional function be created within dataOutput.py to save the grid as a single csv without halos?

tmweigand commented 1 year ago

To do this, all the data would have to be passed to a single process which will be slow and potentially crash the machine. I suggest we do this as a post-PMMoTo step where we write multiple csvs without halos and concatenate them.

Alternatively, I can send code on how to read the vtk files.

kbruning commented 1 year ago

Okay thanks for the suggestion, I can take care of writing this. I am working on converting the PMMoTo outputs to a LBM input.