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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
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

Old   March 2, 2018, 15:29
Default
  #2
Senior Member
 
piu58's Avatar
 
Uwe Pilz
Join Date: Feb 2017
Location: Leipzig, Germany
Posts: 744
Rep Power: 15
piu58 is on a distinguished road
It looks if there is a wall function in action.
__________________
Uwe Pilz
--
Die der Hauptbewegung überlagerte Schwankungsbewegung ist in ihren Einzelheiten so hoffnungslos kompliziert, daß ihre theoretische Berechnung aussichtslos erscheint. (Hermann Schlichting, 1950)
piu58 is offline   Reply With Quote

Old   March 2, 2018, 16:15
Default
  #3
Senior Member
 
cyln
Join Date: Jul 2016
Posts: 102
Rep Power: 9
cyln is on a distinguished road
Hello Uwe,

Thanks for your reply. This is a laminar simulation, so there are only U and p within the 0 directory. The boundary conditions for the cyclic boundaries are as above. I do no use any wall function in the simulation.

I just cannot find the reason behind this problem :/

Thanks
cyln is offline   Reply With Quote

Old   March 3, 2018, 13:57
Default
  #4
Senior Member
 
cyln
Join Date: Jul 2016
Posts: 102
Rep Power: 9
cyln is on a distinguished road
Does anyone have another suggestion?
cyln 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
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 02:34.