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

Obtaining transient data of a point over time

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By novedevon

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 1, 2021, 18:31
Default Obtaining transient data of a point over time
  #1
rhk
New Member
 
Ri
Join Date: Nov 2020
Posts: 2
Rep Power: 0
rhk is on a distinguished road
Hi all,

I have a 3D transient problem imported from FLUENT that is working fine with slices and other features but I could not figure out how should I extract pressure data at a point on a surface over time and write it to a text file?
The "Probe to create time series plot" function under tools work well but how could I obtain the data in text? And how should I specify the coordinate instead of using the pointers?
Thanks in advance for the help.

Regards,
rhk
rhk is offline   Reply With Quote

Old   February 2, 2021, 19:44
Default
  #2
Member
 
Join Date: May 2013
Posts: 61
Rep Power: 12
novedevon is on a distinguished road
Probe to create time series plot is probably the easiest way to access the data you can use data>Spreadsheet on the derived frame to see the data in a table. Then to write to a file, either File> write data or Tools> Write data as formatted text.

Sadly Probe to create time series plot doesn't have a way to enter a specific location in the GUI. But you can use the macro language to specify the location of the probe.

$!ExtendedCommand
CommandProcessorID = 'Time Series Plot'
Command = 'Command = CreatePlot StrandID = 1 XPos = 0.070113242744 YPos = 0.06046465643 ZPos = 0'

Another option would be writing a pytecplot script using tecplot.data.query.probe_at_position and looping through time.
marcusaurelius likes this.
novedevon is offline   Reply With Quote

Old   February 3, 2021, 05:50
Default
  #3
rhk
New Member
 
Ri
Join Date: Nov 2020
Posts: 2
Rep Power: 0
rhk is on a distinguished road
Thanks for the reply. I have 0 idea how macro and pytecplot works, will try to figure out that part but the "write data as formatted text" works well for me.
rhk is offline   Reply With Quote

Old   February 3, 2021, 19:29
Default
  #4
Member
 
Join Date: May 2013
Posts: 61
Rep Power: 12
novedevon is on a distinguished road
A simple recording with scripting> record macro will give you a place to start from. Then if you need any help reach out to support@tecplot.com.
novedevon 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
courant number increases to rather large values 6863523 OpenFOAM Running, Solving & CFD 22 July 5, 2023 23:48
pressure in incompressible solvers e.g. simpleFoam chrizzl OpenFOAM Running, Solving & CFD 13 March 28, 2017 05:49
Star cd es-ice solver error ernarasimman STAR-CD 2 September 12, 2014 00:01
dynamic Mesh is faster than MRF???? sharonyue OpenFOAM Running, Solving & CFD 14 August 26, 2013 07:47
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 bookie56 OpenFOAM Installation 8 August 13, 2011 04:03


All times are GMT -4. The time now is 19:14.