CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Help with cyclic boundary condition needed

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 30, 2021, 09:18
Default Help with cyclic boundary condition needed
  #1
Member
 
Claudia
Join Date: Mar 2021
Posts: 43
Rep Power: 5
Clau.77 is on a distinguished road
Hey guys!


as you can see in the attached snapshots, i have have a tray filled with Schokolate inside a windtunnel. In the real windtunnel, there are 3 of these trays on top of each other. So basically where the upper and lower wall is, would actually start another tray.

I want to use the cyclic boundary condition, but i have some problems with it. I tried changing the boundary file but I am confused about some entries, for example the "separation vektor" and the "matchTolerance" one.



My boundaryFile looks like this:

Code:
7
(
    inlet
    {
        type            patch;
        nFaces          1350;
        startFace       2606557;
    }
    outlet
    {
        type            patch;
        nFaces          1350;
        startFace       2607907;
    }
    walls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          23802;
        startFace       2609257;
    }
    upperWall
    {
        type            cyclic;
        inGroups        List<word> 1(cyclic);
        nFaces          9000;
        startFace       2633059; 

        matchTolerance 0.001;   //?
        transform translational;
        neighbourPatch lowerForm;
       separationVector (0 0 0);     //?

    }
    wallsForm
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          53516;
        startFace       2642059;
    }
    lowerForm
    {
        type              cyclic;
        inGroups        List<word> 1(cyclic);
        nFaces          60900;
        startFace       2695575;
        matchTolerance 0.001;
        transform translational;
        neighbourPatch upperWall;
        separationVector (0 0 0);
    }
    Schokolade
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          38520;
        startFace       2756475;
    }
)
Does someone have an idea how to use the cyclic BC in my case?
Attached Images
File Type: jpg 1.jpg (18.6 KB, 2 views)
File Type: png 2.PNG (77.8 KB, 2 views)
Clau.77 is offline   Reply With Quote

Reply

Tags
boundary condition, cyclic, cyclic bc


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
Cyclic boundary condition on SALOME mesh kandelabr OpenFOAM Pre-Processing 17 March 8, 2024 04:14
Mixing cyclic and wall boundary condition al_th OpenFOAM Pre-Processing 6 September 20, 2019 04:06
Radiation in semi-transparent media with surface-to-surface model? mpeppels CFX 11 August 22, 2019 07:30
Question about adaptive timestepping Guille1811 CFX 25 November 12, 2017 17:38
Wrong flow in ratating domain problem Sanyo CFX 17 August 15, 2015 06:20


All times are GMT -4. The time now is 15:53.