Skip to content

Post-processing ".out" and ".csv" TOUGH2 output #43

Answered by acroucher
medhay36 asked this question in Q&A
Discussion options

You must be logged in to vote

The *.out file should be a listing file which you can read using t2listing.

Once you have read your results into a t2listing object you can use its write_vtk() method to produce *.vtu output for visualisation. To do that, you will also need to have a mulgrid object representing your grid geometry. If you don't have one of those, but your grid is rectangular, you might be able to reverse-engineer a mulgrid geometry using the t2grid rectgeo() method.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@medhay36
Comment options

@acroucher
Comment options

@medhay36
Comment options

@medhay36
Comment options

@acroucher
Comment options

Answer selected by medhay36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants