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/)
-   -   Probes in multiregion case (OF1906) (https://www.cfd-online.com/Forums/openfoam-post-processing/221723-probes-multiregion-case-of1906.html)

Alexee October 27, 2019 08:15

Probes in multiregion case (OF1906)
 
I'm trying to set up probes for my chtMultiRegionSimpleFoam case, but it keeps giving me default (internalMesh) values, even though I specify the region.


Here's the sample of my controlDict file:


Code:

probes
    {
        type            probes;
        libs            ("libsampling.so");
        name        probe0;
        enabled        true;
        writeControl  timeStep;
        writeInterval  1;
        interpolationScheme cellPoint;
        region    air;
        fields (T);

        probeLocations (

            ( 0.01 0.01 0.01 )
        );


How should I modify it so it recognizes the proper mesh region?


All times are GMT -4. The time now is 05:55.