| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
python reader for unstructured Tecplot ASCII data
This is my old Tecplot data reader. The original purpose was to have a reader routine that does not make too many assumptions about the structure of the Tecplot data file - for instance, it does not matter to Tecplot whether the variables are all listed in the same line or below the "ZONE T" keyword. It turns out that Tecplot itself is rather liberal when parsing such data, which is what I aimed to replicate.
Supply the Tecplot file name to the function:
zones, dfs, elements = read_tecplot(filename, verbose=0)
list(dfs[0]) returns a list of the variable names
| Back | FazBrowse Home | New Git URL |