|
[Sponsors] |
May 25, 2021, 11:01 |
XY plot at avery time step
|
#1 |
New Member
Join Date: May 2021
Posts: 2
Rep Power: 0 |
Hi, is there a way to save xy plot data at every time step in a transient simulation?
|
|
May 25, 2021, 23:30 |
|
#2 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
1. make a monitor which will provide you with the same output data
2. you may execute TUI command after each timestep to write xy plot: this code will write y-coordinate from surface with id 3 to file called my_plot_at_time_*** with current time Code:
(ti-menu-load-string (format #f "plot solution-set plot-to-file \"my_plot_at_time_~a" (rpgetvar 'flow-time))) (ti-menu-load-string (format #f "plot solution y-coordinate yes () 3 ()")) to execute it after each timestep to go calculation activities -> execute commands -> new -> define 1 command -> activate -> set to execute on each time step -> put code -> OK
__________________
best regards ****************************** press LIKE if this message was helpful |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SU2 7.0.7 Built on CentOS 7, parallel computation pyscript mpi exit error? | EternalSeekerX | SU2 | 3 | October 9, 2020 19:28 |
Setting up Lid driven Cavity Benchmark with 1M cells for multiple cores | puneet336 | OpenFOAM Running, Solving & CFD | 11 | April 7, 2019 01:58 |
High Courant Number @ icoFoam | Artex85 | OpenFOAM Running, Solving & CFD | 11 | February 16, 2017 14:40 |
Floating point exception error | lpz_michele | OpenFOAM Running, Solving & CFD | 53 | October 19, 2015 03:50 |
Star cd es-ice solver error | ernarasimman | STAR-CD | 2 | September 12, 2014 01:01 |