STREAmS-CFD / STREAmS-2

GNU General Public License v3.0
54 stars 16 forks source link

Time series data #1

Open Sushmitha46 opened 1 year ago

Sushmitha46 commented 1 year ago

Hello, I am trying to do low frequency unsteadiness study for sbli case and I wanted to know how to obtain time series data. Is it possible for us to change few parameters in input.dat and get time-series data or should we ourselves make changes in code to get that data? (I need data for every iteration with elapsed time and properties)

Thank You

davidem88 commented 4 days ago

In streams-2 this is easy. You just have to create an ASCII file 'probe_list.dat' in the folder where you run. The file should contain (see singleideal.F90 subroutine probe_prepare):

You can set 'moving_probe' to zero for all points.

Probe data will be stored in binary format and one file will be generated for each processor (see singleidealgpu.F90 line 1247 and following, 'probe'//chx//''//chy//''//chz//'.bin').