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/)
-   -   false locations of probes (https://www.cfd-online.com/Forums/openfoam-post-processing/225630-false-locations-probes.html)

spalartallmaras April 2, 2020 18:27

false locations of probes
 
Hi,

is there anyone who had the same problem? As you can see the three locations in controlDict are totally different in the results. How can I fix this problem?


Code:

patchProbes
    {
        type            patchProbes;
              libs            (sampling);
        writeControl    writeTime;
        timeStart      0.08;

        patch          zyl_naca0012;
        probeLocations
        (
            (-0.925 0.04 1.6)
            (0 0.04 1.85)
                (0.925 0.04 1.6)

        );
        fields          (p Curle U);
    }



Code:

# Probe 0 (-0.190135291 0.04 0.00774879149)
# Probe 1 (0.0400007334 0.04 0.0109379677)
# Probe 2 (0.178189054 0.0450000716 -7.84549775e-05)

#          Probe                0                1                2
#          Time
          0.081      -4188.20967      -799.756717      333.175653
          0.082      -4508.20457      -518.22499      210.998408
...


spalartallmaras April 2, 2020 19:29

I solved the problem myself.
 
please see

https://www.cfd-online.com/Forums/op...tml#post763997


All times are GMT -4. The time now is 21:33.