|
[Sponsors] |
June 5, 2015, 01:03 |
Combine tecplot files
|
#1 |
Member
Aru
Join Date: Feb 2012
Location: Chennai, India
Posts: 40
Rep Power: 14 |
I am using MPI to solve a cfd problem and each processor individually writes the data to different tecplot data files in point format. The files can be opened in tecplot simultaneously. However, it shows each file as different zones. Is there anyway I can combine these files to form a single zone for post processing?
Code:
!Each processor writes in the following format WRITE (FILE1,'(A)') 'TITLE = STEADY STATE' WRITE (FILE1,'(A)') & 'VARIABLES = "X" "Y" "U" "V" "S" "P" "T"' WRITE ( FILE1, '(A,I6,A,I6,A)' ) 'Zone I=',NX, ', J=', NY, & ', F=POINT' |
|
Tags |
combine files, mpi, tecplot |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[General] Convert Tecplot DAT files to ParaView redable one | B. R. Guirguis | ParaView | 7 | September 8, 2023 07:38 |
making movie under tecplot with dat files | jjchristophe | FLUENT | 3 | July 11, 2013 10:20 |
TECPLOT error reading CGNS files | manaliac | Tecplot | 5 | April 28, 2010 12:23 |
how to combine multiple block files in ICEM? | kpv | CFX | 3 | December 13, 2007 09:12 |
Tecplot Variable Names For Fluent Data Files | Simon | FLUENT | 0 | September 22, 2005 11:44 |