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

BC for MRF simpleFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 28, 2014, 17:36
Default BC for MRF simpleFoam
  #1
Senior Member
 
M. C.
Join Date: May 2013
Location: Italy
Posts: 286
Blog Entries: 6
Rep Power: 16
student666 is on a distinguished road
Hi all,

I have the following case to simulate with OF 2.3.0.

https://www.dropbox.com/s/19eranpb56...WHOLE_CASE.png

It's about a radial fan inside a complex geometry, where you can see on following picture that: red are patches for inlet, while blue are patches for outlet, other are wall. plus there's a rotating frame (cellZone) for the fan.

Considering no turbulent model at all I set up following BC:

U:

Code:
boundaryField
{

    inlet


    {
       type     pressureInletVelocity;
       phi      phi;
       value    uniform (0 0 0);
    }
   
    outlet
    {
        type            inletOutlet;
    phi          phi;
        inletValue      uniform  (0 0 0);
        value           uniform  (0 0 0);
    }


    wallComp
    {
        type            fixedValue;
        value        uniform (0 0 0);

    }

    boccaglio
    {
        type            fixedValue;
        value        uniform (0 0 0);
        
    }
    blade
    {
        type            fixedValue;
        value        uniform (0 0 0);
    }

    wallAsp
    {
        type            fixedValue;
        value        uniform (0 0 0);
    }

    wallMan
    {
        type            fixedValue;
        value        uniform (0 0 0);
    }

    tubi
    {
        type            fixedValue;
        value        uniform (0 0 0);
    }

    wallExt
    {
        type            fixedValue;
        value        uniform (0 0 0);
    }
       
        
}
and p:

Code:
boundaryField
{
  inlet
 

   {
        type            totalPressure;
        p0              uniform 0;
        phi             phi;
        U               U;
        rho             none;
        psi             none;
        gamma           1.4;
    }
    outlet


    {
        type            fixedValue;
    
    value           $internalField;
    }

   wallComp
    {
        type            zeroGradient;

    }

    boccaglio
    {
        type            zeroGradient;
        
    }
    blade
    {
        type            zeroGradient;
    }

    wallAsp
    {
        type            zeroGradient;
    }

    wallMan
    {
        type            zeroGradient;
    }

    tubi
    {
        type            zeroGradient;
    }

    wallExt
    {
        type            zeroGradient;
    }
        
}
I set up 100 rad/s as rotational speed for the fan.

Just below the fan there's the suction chamber for the fan.
I would expected a (-p) value on this volume, but the pressure plotted is equal to 0; while on discharge line I would expected a (+p) value.

https://www.dropbox.com/s/8ea57zltlyrd8kk/SLICE_P.png

Experimentally if I perform a measure with a differential pressure gauge between suction and discharge, I'm able to measure the overall static pressure for the fan: so the total Dp.

Are results consistent with the BC I set up at inlet & outlet, so pressure shall reach zero value according to the mathematical model? or should I change my BC because effectively, as there's no physical meaning for this solution?

Last edited by student666; July 29, 2014 at 02:24.
student666 is offline   Reply With Quote

Old   July 29, 2014, 10:12
Default
  #2
Senior Member
 
M. C.
Join Date: May 2013
Location: Italy
Posts: 286
Blog Entries: 6
Rep Power: 16
student666 is on a distinguished road
is there anybody who can help me, please?

To ask in other way, I would like to understand, after setting rotational speed for the fan, how much is the pressure loss on air channel due to several bends, ecc...

My doubt is to understand if the BC I applied are consinstent with the solution, and which are the excpected BC to obtain what the total static pressure for the fan inside this particular channel.

Thanks a lot.
student666 is offline   Reply With Quote

Old   July 30, 2014, 13:20
Default
  #3
Senior Member
 
M. C.
Join Date: May 2013
Location: Italy
Posts: 286
Blog Entries: 6
Rep Power: 16
student666 is on a distinguished road
anybody can help me with this?
student666 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
interFoam vs. simpleFoam channel flow comparison DanM OpenFOAM Running, Solving & CFD 12 January 31, 2020 15:26
simpleFoam parallel AndrewMortimer OpenFOAM Running, Solving & CFD 12 August 7, 2015 18:45
Laminar simpleFoam and inviscid simpleFoam herenger OpenFOAM Running, Solving & CFD 7 July 11, 2013 06:27
Trying to run a benchmark case with simpleFoam spsb OpenFOAM 3 February 24, 2012 09:07
Naca0012 k-e mpirun gives fpe whereas simpleFoam not Pierpaolo OpenFOAM 1 May 8, 2010 03:08


All times are GMT -4. The time now is 16:01.