|
[Sponsors] |
July 29, 2016, 00:42 |
Sharing variables in tecplot binary files
|
#1 |
New Member
zonexo
Join Date: Apr 2016
Posts: 7
Rep Power: 10 |
Hi,
I hope to share variables x,y,z for transient data. However, I got the error: variable 1 of zone 2 is attempting to share with zone 2 which has not been loaded My subroutine is: pointer (NullPtr,Null) integer Null(*) ... if (file_write_no == 1) then !1st solution time ier = TecZne112('Flowfield'//nulchar, ZoneType,IMax,JMax,KMax,ICellMax,JCellMax,KCellMax ,real((act_time - quasi_steady_time),8),StrandID,ParentZn, & ! IsBlock,NFConns,FNMode,0,0,0,varlist,varloc,Null,S hrConn) !else !other solution time ! ShareVarFromZone(1:3) = 1 !share variables x,y,z !use reset time ier = TecZne112('Flowfield'//nulchar, ZoneType,IMax,JMax,KMax,ICellMax,JCellMax,KCellMax ,real((act_time - quasi_steady_time),8),StrandID,ParentZn, & IsBlock,NFConns,FNMode,0,0,0,varlist,varloc,ShareV arFromZone,ShrConn) !end if Thanks for the help! |
|
|
|
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 |
open files with tecplot | George | Tecplot | 1 | January 16, 2007 10:02 |
Transient solution multiple CGNS files in Tecplot | Ramses Galaz | Tecplot | 3 | October 17, 2006 11:43 |
Tecplot Variable Names For Fluent Data Files | Simon | FLUENT | 0 | September 22, 2005 11:44 |
Sliding mesh error | Karl Kevala | FLUENT | 4 | February 21, 2001 16:52 |