CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Post-Processing (https://www.cfd-online.com/Forums/openfoam-post-processing/)
-   -   How to export time series data by region with chtMultiRegionSimpleFoam using probes (https://www.cfd-online.com/Forums/openfoam-post-processing/246860-how-export-time-series-data-region-chtmultiregionsimplefoam-using-probes.html)

gmori December 30, 2022 02:43

How to export time series data by region with chtMultiRegionSimpleFoam using probes
 
Hi.
I am using chtMultiregionSimpleFoam to analyze multiple solid and fluid regions.
I have written the following in controlDict and tried to output the time series data for each variable using probe, but it is not outputting.

Quote:

functions
{
probes
{
type probes;
libs (sampling);
writeControl writeTime;
probeLocations
(
(3 2 1.75)
(3 2 1)
(2 1 1)
(3 2 0.1)
);
fixedLocations false;
fields
(
p
T
U
);
}
}
I think this is due to the fact that there is a variable file for each region, but how can I use probe with ctMultiregionSimpleFoam?


All times are GMT -4. The time now is 17:08.