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

Unexpected cyclic BC restuls

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   March 2, 2018, 09:38
Default Unexpected cyclic BC restuls
  #1
Senior Member
 
cyln
Join Date: Jul 2016
Posts: 102
Rep Power: 9
cyln is on a distinguished road
Hello, I have a computational domain which is a quarter cylinder. On the sides, I defined cyclic (periodic) BCs. I have run a transient simulation, however, on the cyclic interfaces (boundaries), there is an unexpected gradient on my flow parameters such as velocity. A screenshot of velocity contour plot is attached.

I have assigned the BCs are as follows:

0/p:

Code:
    SIDE11
    {
        type            cyclic;
    }

    SIDE22
    {
        type            cyclic;
    }
0/U:

Code:
    SIDE11
    {
        type            cyclic;
    }

    SIDE22
    {
        type            cyclic;
    }
constant/polyMesh/boundary :

Code:
    SIDE11
    {
        type            cyclic;
        inGroups        1(cyclic);
        nFaces          54131;
        startFace       16644366;
        matchTolerance  0.001;
        transform       rotational;
        neighbourPatch  SIDE22;
        rotationAxis    (1 0 0);
        rotationCentre  (0 0 0);
    }
    SIDE22
    {
        type            cyclic;
        inGroups        1(cyclic);
        nFaces          54131;
        startFace       16698497;
        matchTolerance  0.001;
        transform       rotational;
        neighbourPatch  SIDE11;
        rotationAxis    (1 0 0);
        rotationCentre  (0 0 0);
    }

Could anyone please tell me why I get such a gradient gradient very next to the cyclic interface?


Cheers
Attached Images
File Type: png cyclic.png (66.1 KB, 21 views)
cyln 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
ANSYS Workbench on "Uncertified" Linux Distros hsr CFX 289 April 20, 2023 09:23
FLUENT installation on UBUNTU 12.04 (LTS) teymourj FLUENT 2 March 1, 2017 22:24
LES in OF 3.0.1, no Output for nuSgs Mirage OpenFOAM Programming & Development 1 October 4, 2016 18:00
Possible createPatch/createBaffles bug? simpomann OpenFOAM Bugs 2 July 15, 2014 07:07
Pressure instability with rhoSimpleFoam daniel_mills OpenFOAM Running, Solving & CFD 44 February 17, 2011 17:08


All times are GMT -4. The time now is 10:00.