CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Tecplot (https://www.cfd-online.com/Forums/tecplot/)
-   -   Import Data with multpiple zones and variablelist (https://www.cfd-online.com/Forums/tecplot/148496-import-data-multpiple-zones-variablelist.html)

ssch1034 February 13, 2015 06:32

Import Data with multpiple zones and variablelist
 
Dear All,

Is it possible to import data from a single file
organised in 2 zones. Each zone has a different
variable set.

In a layout file it is easy to import 2 files with different variables, but
can I also put these into a single ASCII file such as:

# data file (data itself not important)
VARIABLES=x,y,z,a,
ZONE T="zone 1" I=5
1. 0. 0. 1.
1. 1. 0. 1.
1. 1. 1. 1.
2. 1. 1. 2.
2. 1. 1. 3.
VARIABLES=x,y,z,a,b,c
ZONE T="zone 2" I=4
1. 0. 0. 0. 0. 0.
1. 1. 0. 0. 0. 0.
1. 1. 1. 0. 0. 0.
1. 1. 1. 1. 0. 0.
# end of file

Any help greatly appreciated.

Regards
Stefan


All times are GMT -4. The time now is 23:03.