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

Flow field around a rotor

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By tomf

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 11, 2020, 19:48
Default Flow field around a rotor
  #1
Member
 
Bidesh Sengupta
Join Date: Sep 2018
Location: Sngapore
Posts: 76
Rep Power: 7
BSengupta is on a distinguished road
Hi everyone.


I wish to simulate a rotor with NACA0012 blades with 8 deg AOA and 0 deg cyclic pitch. The diameter is 0.78m. I used MRF with ggi interface between static and rotating interface. The freestream velocity is 15m/s in the positive X direction.


I am getting a very low-velocity zone at the end of the blade to ggi interface of the rotor. It seems there is a strong demarkation across ggi interface in the flowfield of U. I am sharing the the filed of U, p and rho.

(The figures in XZ plane are taken at Y=-0.2m)


Can anyone please give some insight to it.
Thank you
Attached Images
File Type: jpg U_XY.jpg (33.1 KB, 19 views)
File Type: jpg p_XY.jpg (24.7 KB, 12 views)
File Type: jpg rho_XY.jpg (23.7 KB, 9 views)
File Type: jpg U_XZ.jpg (30.5 KB, 12 views)
File Type: jpg p_XZ.jpg (23.6 KB, 9 views)
BSengupta is offline   Reply With Quote

Old   June 15, 2020, 03:37
Default
  #2
Senior Member
 
Tom Fahner
Join Date: Mar 2009
Location: Breda, Netherlands
Posts: 634
Rep Power: 32
tomf will become famous soon enoughtomf will become famous soon enough
Send a message via MSN to tomf Send a message via Skype™ to tomf
Hi,

I had similar issues when I forgot to add the AMI/ggi to the list of nonRotatingPatches in MRFProperties. So that might be the issue?

Regards,
Tom
BSengupta likes this.
tomf is offline   Reply With Quote

Old   June 15, 2020, 18:59
Default
  #3
Member
 
Bidesh Sengupta
Join Date: Sep 2018
Location: Sngapore
Posts: 76
Rep Power: 7
BSengupta is on a distinguished road
Thanks a lot for your reply. I just wanted to ask that should I add both ggi patches connected to rotor and stator in the list of nonRotatingPatches.


My boundary file is:
Code:
4
(
    RotorGGI
    {
        type            ggi;
        nFaces          20200;
        startFace       14221862;
        rotationAxis    (0 0 1);
        nCopies         30;
        shadowPatch     StatorGGI;
        zone            RotorGGI_faces; 
        bridgeOverlap     true;
    }
    wall
    {
        type            wall;
        nFaces          107940;
        startFace       14242062;
    }
    farfield
    {
        type            patch;
        nFaces          4800;
        startFace       14350002;
    }
    StatorGGI
    {
        type            ggi;
        nFaces          6100;
        startFace       14354802;
        rotationAxis    (0 0 1);
        nCopies         30;
        shadowPatch     RotorGGI;
        zone            StatorGGI_faces; 
        bridgeOverlap     true;
    }
)
And my MRFZones file is (presently modified as you suugested):
Code:
1
(
    cellRegion0//rotor
    {
        // Fixed patches (by default they 'move' with the MRF zone)
        nonRotatingPatches (farfield);
        nonRotatingPatches (RotorGGI);
        nonRotatingPatches (StatorGGI);
         origin    origin [0 1 0 0 0 0 0]  (0 0 0);
        axis      axis   [0 0 0 0 0 0 0]  (0 0 -1);
        omega     omega  [0 0 -1 0 0 0 0] 333.3;
    }
)
Is it correct to add both RotorGGI and StatorGGI to nonRotatingPatches or I should only add StatorGGI.


Thank you.

Last edited by BSengupta; June 16, 2020 at 04:22.
BSengupta is offline   Reply With Quote

Old   June 16, 2020, 04:23
Default
  #4
Member
 
Bidesh Sengupta
Join Date: Sep 2018
Location: Sngapore
Posts: 76
Rep Power: 7
BSengupta is on a distinguished road
I apologies for asking a foolish question. I just added StatorGGI, I thinking it it working.


Thank you.
BSengupta is offline   Reply With Quote

Old   June 16, 2020, 04:33
Default
  #5
Senior Member
 
Tom Fahner
Join Date: Mar 2009
Location: Breda, Netherlands
Posts: 634
Rep Power: 32
tomf will become famous soon enoughtomf will become famous soon enough
Send a message via MSN to tomf Send a message via Skype™ to tomf
Hi,

I guess you have only the cellRegion0 as rotating cellZone? You only need to add the ggi patches that are in the rotating cellZone. I do not know if that is the StatorGGI or the RotorGGI, it depends on how you named them.

Regards,
Tom
tomf is offline   Reply With Quote

Reply

Tags
flow field analysis, ggi, mrf, openfoam, rotating boundary


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
Foam::error::PrintStack almir OpenFOAM Running, Solving & CFD 91 December 21, 2022 04:50
problems after decomposing for running alessio.nz OpenFOAM 7 March 5, 2021 04:49
About Some Concepts:Laminar flow, turbulent flow, steady flow and time-dependent flow Jing Main CFD Forum 8 October 5, 2018 17:02
chtMultiRegionFoam Temperature field is not moving with the flow DrDan OpenFOAM Running, Solving & CFD 3 October 13, 2014 14:32
Flow field measurement in turbomachinery! Wanlai Lin Main CFD Forum 3 September 3, 1999 12:06


All times are GMT -4. The time now is 12:48.