Using EXT to extract zones ; list of zones in a file specified by the flag '-z file.out'.
Hello everyone, I am using EXT to extract output data for TECPLOT visualisation.
i want to have differents zones for my tecplot file, but i can't have the specific format for '-z filename'. any suggestion ? or example of extracting differents zones in output file ???
6 replies
-
Hello,
I don't know EXT but from the documentation, it seems that it splits every time steps in your output file in separate files. Do you mean that you want to have the different time steps in the same TECPLOT file as different zones?
-
I have the same problem as Keurfon, not sure what you meant by "extracting zones"
Please be specific, what you need to do and tell us what you are using, i.e., TOUGH2 or TOUGH3.
Thanks
Yingqi
-
Hello,
I have never used -z filename when I used ext. However, to do what you want to do, you could simple make a MESH file that only includes elements that have the material name you want assigned to them, and delete all the others (you need to do this only in block ELEME - don't worry about the CONNE block). Under unix, you could use grep to accomplish this easily. Then take this MESH file to run ext and extract files for Tecplot. You would need to repeat that procedure for each material.
Try it.
Yingqi
-
Keurfon Luu Yingqi Zhang ,
thank you all for your suggestions i will try to follow them