CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

Number of sampled cellPointFace of a patch does not match face number of patch

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   May 19, 2014, 07:04
Default Number of sampled cellPointFace of a patch does not match face number of patch
  #1
mgg
New Member
 
Join Date: Nov 2012
Posts: 27
Rep Power: 13
mgg is on a distinguished road
Hallo everyone,

I got a problem of sampling surface. I am running a pipe flow with cyclic bc (DNS). When the flow is fully developed turbulent, I did a run-time surfacesampling of inlet. The sample function in the controlDict is as following described. The problem is that the number of sampled points/values (4846) does not match the number of actual faces of the patch (6400). This 4846 values are the results from 128 cores parallel computation. And with other core numbers, this number will also change. I also tried with 2 cores, then the number is 6400. My decompose methode is scotch. I also tried other methode, with simple the sampling function can not sample anything. Could anyone explain that?

Code:
        surfaceSampling
    {

        type surfaces;

        functionObjectLibs ("libsampling.so");
        enabled         true;
        outputControl timeStep;
        outputInterval 10;
        interpolationScheme cellPointFace; 

        surfaceFormat    foamFile;  
        fields
        (
            U
            
        );
        surfaces
        (
           inlet
          {
        type            patch;
        patches         ( inlet );
        interpolate     false;    
        triangulate     false;
          }
        );
    }
  }

Last edited by mgg; May 19, 2014 at 10:45. Reason: add tag
mgg is offline   Reply With Quote

 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to set periodic boundary conditions Ganesh FLUENT 15 November 18, 2020 06:09
[blockMesh] Internal walls of zero thickness anger OpenFOAM Meshing & Mesh Conversion 23 February 6, 2020 18:25
[Gmsh] Import problem ARC OpenFOAM Meshing & Mesh Conversion 0 February 27, 2010 10:56
[blockMesh] BlockMeshmergePatchPairs hjasak OpenFOAM Meshing & Mesh Conversion 11 August 15, 2008 07:36
Multicomponent fluid Andrea CFX 2 October 11, 2004 05:12


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