TOUGH3 output and ext2
Hello all,
I am using the famous ext2.exe file to extract data from TOUGH3-eos3 output file but it is not working (although it works perfectly fine with my TOUGH2 outputs).
could someone let me know if ext2 is TOUGH2 exclusive or something else is going wrong?
I attached my output and mesh.
Thanks,
Alborz Fathinezhad
14 replies
-
I have no trouble to extract output with the files you posted. See attached. Where did you obtain the ext2? Please go to the TOUGH website to download ext.
Thanks
Yingqi
-
In TOUGH3, you can directly produce a TECPLOT output file using the block OUTPU:
OUTPU----1----*----2----*----3----*----4----*----5----*----6----*----7----*----8 TECPLOT
-
On a side note, toughio can also export TOUGH3 standard outputs (OUTPUT_ELEME.* or OUTPUT_CONNE.*):
toughio-export OUTPUT_ELEME.csv
For Tecplot:
toughio-export OUTPUT_ELEME.csv -f tecplot
-
Alborz Fathinezhad Great. Sorry I thought you knew about OUTPU block since I saw an outpu block in your input file from yesterday and it generated output_eleme file.
Yingqi