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

[swak4Foam] problem with slave cells using toposet while calculating volume flux with swak4foam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 14, 2016, 13:20
Default problem with slave cells using toposet while calculating volume flux with swak4foam
  #1
New Member
 
AW
Join Date: Mar 2016
Posts: 17
Rep Power: 10
Andy_Wang is on a distinguished road
Dear foamers,

i got problem with the setting of toposet to create slave cells. I did this because i want to calculate the volume flux with swakExpression, which needs slave cells. My topoSetDict is as follows:

Code:
actions
(

    {
        name    A0Cells;
        type    cellSet;
        action  new;
        source  cylinderToCell;
        sourceInfo
        {
            p1 (0 0 0.001);
            p2 (0 0 0.008);
            radius 0.03;
        }
    }

    {
        name    A0Face;
        type    faceSet;
        action  new;
        source  cellToFace;
        sourceInfo
        {
            set    A0Cells;
            option both;
        }
    }

    {
        name    A0SlaveCells;
        type    cellSet;
        action  new;
        source  cylinderToCell;
        sourceInfo
        {
            p1 (0 0 0.001);
            p2 (0 0 0.009);
            radius 0.03;
        }
    }

    {
        name    A0Zone;
        type    faceZoneSet;
        action  new;
        source  setsToFaceZone;
        sourceInfo
        {
            faceSet     A0Face;
            cellSet     A0SlaveCells;
            flip        false;
        }
    }
);
I have searched the forum and found one thread that exactly the same problem presents. But it was a thread of 2012, so i decided to open my own thread. Hope it is ok. And the error report i got when i run interFoam like this:

Code:
in file sets/faceZoneSources/setsToFaceZone/setsToFaceZone.C at line 167
    One of owner or neighbour of internal face 524106 should be in cellSet A0SlaveCells to be able to determine orientation.
Face:524106 own:171621 OwnInCellSet:1 nei:171622 NeiInCellSet:1
Could anybody help me please!
Andy_Wang is offline   Reply With Quote

Reply


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
[snappyHexMesh] SnappyHexMesh running killed! Mark JIN OpenFOAM Meshing & Mesh Conversion 7 June 14, 2022 01:37
[snappyHexMesh] Layers not growing at all zonda OpenFOAM Meshing & Mesh Conversion 12 June 6, 2020 11:28
Conjugate heat transfer sunilpatil CFX 1 January 25, 2013 11:42
[Netgen] Import netgen mesh to OpenFOAM hsieh OpenFOAM Meshing & Mesh Conversion 32 September 13, 2011 05:50
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55


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