|
[Sponsors] |
July 28, 2014, 18:36 |
BC for MRF simpleFoam
|
#1 |
Senior Member
|
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); } } 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; } } 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 03:24. |
|
July 29, 2014, 11:12 |
|
#2 |
Senior Member
|
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. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
interFoam vs. simpleFoam channel flow comparison | DanM | OpenFOAM Running, Solving & CFD | 12 | January 31, 2020 16:26 |
simpleFoam parallel | AndrewMortimer | OpenFOAM Running, Solving & CFD | 12 | August 7, 2015 19:45 |
Laminar simpleFoam and inviscid simpleFoam | herenger | OpenFOAM Running, Solving & CFD | 7 | July 11, 2013 07:27 |
Trying to run a benchmark case with simpleFoam | spsb | OpenFOAM | 3 | February 24, 2012 10:07 |
Naca0012 k-e mpirun gives fpe whereas simpleFoam not | Pierpaolo | OpenFOAM | 1 | May 8, 2010 04:08 |