|
[Sponsors] |
Unexpected behavior for interFoam with fixedGradient pressure BC |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 31, 2013, 05:47 |
Unexpected behavior for interFoam with fixedGradient pressure BC
|
#1 |
Member
Join Date: May 2012
Posts: 55
Rep Power: 15 |
Hello,
for validation of my actual case I'm simulating the interphase flow of the capillary rise tutorial with modified pressure boundary. In my case, the inlet pressure BC should have a neg pressure gradient. The pressure gradient is higher than the pressure gradient produced by the curvature of the free surface, so that the fluid moves downwards and out of the inlet patch. Basically it does move downwards, but the flow flux is way too low (see case 4 in the appended picture). I also tested a case with a positive pressure gradient (case 3). As expected the fluid moves upwards, but this case is way slower than the standard capillary rise tutorial (case 2). Actually it should move faster, because there is a additional pressure gradient beside the pressure gradient produced by the interphase. The applied BC's for pressure are: Code:
inlet { type fixedGradient; gradient uniform -100; } atmosphere { type fixedValue; value uniform 0; } walls { type fixedFluxPressure; adjoint no; } Code:
inlet { type pressureInletOutletVelocity; value uniform (0 0 0); } atmosphere { type pressureInletOutletVelocity; value uniform (0 0 0); } walls { type fixedValue; value uniform (0 0 0); } Code:
inlet { type inletOutlet; value uniform 1; inletValue uniform 1; } atmosphere { type zeroGradient; } walls { type constantAlphaContactAngle; theta0 45; limit gradient; value uniform 0; } |
|
January 31, 2013, 11:34 |
|
#2 |
Member
Join Date: May 2012
Posts: 55
Rep Power: 15 |
The solution is actually clear. I assumed before, that the reference pressure is the pressure of the ambient air, which does not make sense :-)
Last edited by styleworker; January 31, 2013 at 12:36. |
|
May 20, 2013, 23:56 |
|
#3 |
New Member
Nikhil
Join Date: Sep 2011
Posts: 11
Rep Power: 15 |
Hello,
I faced a similar issue with capillary rise in interFOAM. In case 3, (where you applied positive pressure gradient) the fluid should move faster as you explained? Could you please explain how I can specify reference pressure and on what basis? Whenever I applied positive or negative (or counter) pressure gradient (across the capillary tube/plate), I did not get required rise. When I set interface compression term (Calpha) to zero, the height rise was good in comparison with the analytical solution. For cases where I don't have pressure gradient across the capillary tube (i.e p=0 at both inlet and outlet), I got good results for both Calpha = 1 and 0 (interface was diffuse for c=0 but height rise was good). It appears that the Calpha term is imposing additional pressure on interface for cases with positive/negative pressure gradients across the capillary tubes. Please let me know your suggestions. Thanks, NP |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to get the total pressure in the UDF? | zgzhai | Fluent UDF and Scheme Programming | 3 | September 24, 2018 17:12 |
Calculation of the Governing Equations | Mihail | CFX | 7 | September 7, 2014 07:27 |
Unsteady pressure differential between inlet and outlet of the pipe for single phase | joshi20h | FLUENT | 0 | September 26, 2012 13:41 |
Difference between pressure, absolute pressure and Total Pressure | shaswat | CFX | 1 | September 6, 2012 07:12 |
Setup/monitor points of pressure and force coefficients | siw | CFX | 3 | October 22, 2010 07:07 |