|
[Sponsors] |
Direct output of binary .plt files using the tecio |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 15, 2021, 09:12 |
Direct output of binary .plt files using the tecio
|
#1 |
New Member
lizixn
Join Date: Oct 2021
Posts: 1
Rep Power: 0 |
Dear all,
I'm using Fortran to call a library (tecio) provided by tecplot to output the calculation results directly to a binary .plt file, AND it took a lot of effort to do it successfully. But every time I call the function in this library, the function will be output on the screen, like this: Writing Zone 1: Title = zone 1 Type = FEPOLYHEDRON IMax = 191880 JMax = 182880 KMax = 557492 DupList = 0,0,0,0,0,0,0 Writing 191880 values to file 1. Writing 191880 values to file 1. Writing 191880 values to file 1. Writing 182880 values to file 1. Writing 182880 values to file 1. Writing 182880 values to file 1. Writing 182880 values to file 1. I don't want show these information during the running of the program. I've looked through 《360_data_format_guide》, but I don't see any options or ways to handle it. Could anyone tell me what should I to do? Thank you very much! |
|
December 13, 2021, 23:24 |
|
#2 |
New Member
Join Date: Dec 2021
Posts: 1
Rep Power: 0 |
just set the value of "debug" in tecini142() to 0 , then those information on the screen will disapear.
|
|
Tags |
tecio tecplot |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problems about the size of output files | Fedindras | CONVERGE | 3 | September 19, 2017 12:41 |
Generating binary data files in fortran to read in paraview | nadeem_malik | Main CFD Forum | 6 | May 24, 2017 08:47 |
Unsteady simulation solution files in parallel | gunnersnroses | SU2 | 1 | December 15, 2015 14:28 |
about the additional output files when using CrankNicholson or backward in Openfoam | openfoammaofnepo | OpenFOAM Running, Solving & CFD | 0 | August 30, 2014 11:08 |
Results saving in CFD | hawk | Main CFD Forum | 16 | July 21, 2005 21:51 |