CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > Tecplot

Issue Writing Out Surface Data

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 4, 2019, 10:48
Default Issue Writing Out Surface Data
  #1
New Member
 
Craig
Join Date: Aug 2016
Posts: 1
Rep Power: 0
rufuscws89 is on a distinguished road
Hello,


Has anyone had a similar issue and know of a fix?


I get .plt output files from my CFD code which contain the entire volume solution. I want to import this into Tecplot and then write out only the surface data as an ASCII file. When I do this, for some reason Tecplot saves the entire volume connectivity data and the ASCII file ends up being very large (think GB instead of MB). For an unsteady DES case over long periods of time, this is a lot of data. I really only want the surface data.


I have tried to delete the volume zone in Tecplot before writing it out, but somehow Tecplot magically saves the data anyways.


Also, I am doing this with a Macro. There seems to be some inconsistency between doing it manually and doing it with a Macro. When I write out the data manually, it writes out correctly (correct file size with the correct data), but when I write it out using the Macro, it is incorrect. Obviously I am using the same procedure since it is easy to just record the procedure into a Macro and then rerun it.


Any ideas would be helpful? Thanks!
rufuscws89 is offline   Reply With Quote

Old   May 6, 2019, 13:52
Default
  #2
Senior Member
 
Scott Fowler
Join Date: May 2009
Posts: 112
Rep Power: 16
wsfowler is on a distinguished road
If you want to write only the scalar information (no cell connectivity) you can use "Tools->Write Data as Formatted Text". This will allow you to select the set of zones and variable to write.

This will only allow you to write nodal variables. If you have any cell centered variables you'll have to convert them to nodal first by using the Data->Alter->Specify Equations dialog. To do this, type the equation:

{MyVariable_Nodal} = {MyVariable}

And be sure to select "Variable Location" as Nodal in the dialog. The Specify Equations dialog allows multiple equations so you can convert many variables at once.

I hope this helps.
Scott
wsfowler is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[General] Extracting ParaView Data into Python Arrays Jeffzda ParaView 30 November 6, 2023 21:00
Output data sets for each monitored surface danielcollins SU2 6 March 29, 2022 10:25
[Gmsh] Problem with Gmsh nishant_hull OpenFOAM Meshing & Mesh Conversion 23 August 5, 2015 02:09
Interpolating volume data onto quad surface mesh N.R. CFX 6 June 7, 2007 08:15
CFX4.3 -build analysis form Chie Min CFX 5 July 12, 2001 23:19


All times are GMT -4. The time now is 07:57.