|
[Sponsors] |
Obtaining transient data of a point over time |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 1, 2021, 19:31 |
Obtaining transient data of a point over time
|
#1 |
New Member
Ri
Join Date: Nov 2020
Posts: 2
Rep Power: 0 |
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 |
|
February 2, 2021, 20:44 |
|
#2 |
Member
Join Date: May 2013
Posts: 61
Rep Power: 13 |
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. |
|
February 3, 2021, 06:50 |
|
#3 |
New Member
Ri
Join Date: Nov 2020
Posts: 2
Rep Power: 0 |
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.
|
|
February 3, 2021, 20:29 |
|
#4 |
Member
Join Date: May 2013
Posts: 61
Rep Power: 13 |
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.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
courant number increases to rather large values | 6863523 | OpenFOAM Running, Solving & CFD | 22 | July 6, 2023 00:48 |
pressure in incompressible solvers e.g. simpleFoam | chrizzl | OpenFOAM Running, Solving & CFD | 13 | March 28, 2017 06:49 |
Star cd es-ice solver error | ernarasimman | STAR-CD | 2 | September 12, 2014 01:01 |
dynamic Mesh is faster than MRF???? | sharonyue | OpenFOAM Running, Solving & CFD | 14 | August 26, 2013 08:47 |
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 | bookie56 | OpenFOAM Installation | 8 | August 13, 2011 05:03 |