|
[Sponsors] |
Simulation of Controlled Leak into Vacuum System |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 15, 2011, 12:55 |
Simulation of Controlled Leak into Vacuum System
|
#1 |
Member
Eric M. Tridas
Join Date: May 2011
Location: Tampa, Florida
Posts: 48
Rep Power: 15 |
Hey Foamers,
I'm working on a project simulating the air flow into a vacuum chamber through a controlled leak from atmosphere. I was just wondering if anyone else has tried something similar using OpenFOAM. I'm somewhat stuck at the moment as my simulation using rhoSimplecFoam fails after a few iterations. I've also tried rhoCentralFoam but obtain strange results after a time (the fluid begins to flow from the center of the leak to both the vacuum chamber and atmosphere.) If anyone has any experience with a case like this your input would be greatly appreciated! My BC's are: U inlet - pressureInletOutlet walls - slip outlet - fixedValue, 18.67 m/s (simulating flow rate of vacuum pump) p inlet - fixedValue, 101325 walls - zeroGradient outlet - zeroGradient T inlet - fixedValue, 293 walls - zeroGradient outlet - zeroGradient Again, thanks in advance for your help! -Eric |
|
September 26, 2011, 15:15 |
|
#2 |
Member
Eric M. Tridas
Join Date: May 2011
Location: Tampa, Florida
Posts: 48
Rep Power: 15 |
Hey everyone,
Here is an image of the results that I get when performing this simulation using rhoCentralFoam. Notice in the narrow region on the left that the flow is moving outward from the center. (Note: in this image the slip boundary was replaced with a fixedValue (0 0 0) at the wall. The effect is the same with the slip boundary condition) Any help with this is really appreciated as I've been stuck with this issue for a little while now. Thanks! -Eric |
|
September 26, 2011, 15:26 |
|
#3 |
Member
Eric M. Tridas
Join Date: May 2011
Location: Tampa, Florida
Posts: 48
Rep Power: 15 |
This is an image of the 2-D case I started with before working with the 3-D case shown in the previous posts. Although the same outward flowing phenomenon is not occurring, there are still very strange velocities observed. The flow in the narrow region is vertical (as shown in the overall image with glyphs). This simulation was performed with rhoCentralFoam as well.
|
|
September 27, 2011, 11:31 |
|
#4 |
Member
Eric M. Tridas
Join Date: May 2011
Location: Tampa, Florida
Posts: 48
Rep Power: 15 |
There may be a problem with my fvSchemes dictionary. Here is the code:
Code:
fluxScheme Kurganov; ddtSchemes { default Euler; } gradSchemes { default Gauss linear; } divSchemes { default none; div(tauMC) Gauss linear; } laplacianSchemes { default Gauss linear corrected; } interpolationSchemes { default linear; reconstruct(rho) vanLeer; reconstruct(U) vanLeerV; reconstruct(T) vanLeer; } snGradSchemes { default corrected; } |
|
March 21, 2012, 13:03 |
|
#5 |
New Member
Jie (Jay) Zhang
Join Date: Sep 2010
Location: Phoenix, AZ, U.S.
Posts: 28
Rep Power: 16 |
Hi Eric,
Have you solved this problem? Jie |
|
January 14, 2013, 05:48 |
|
#6 |
Senior Member
|
While I do not yet have a solution for this point, at least I can give some advice on this thing:
- Try with rhoPimpleFoam as well. For a similar case some knowledgable people from support had suggested that to me. - Check if you are in the acceptable range of densities for the FVM-method. At some point the density in the suction part gets to low as to use a method working with parameters averaged over the control volumes. Search for "mean free path" and "Knudsen number" for more information. - See if you need some wave transmissive BCs, particularly at a potential outlet. Flow with extreme pressure differences can cause shock waves which can cause real problems in simulation if not treated correctly. |
|
May 6, 2015, 10:46 |
Controlled Leak into Vacuum Chamber (vacuum decay)
|
#7 |
Senior Member
Jose Rey
Join Date: Oct 2012
Posts: 134
Rep Power: 18 |
Did any of you find a solution to your problem?
My problem is very similar: I also have a vacuum chamber with vacuum decay through a needle valve. I am using rhoPimpleFoam, a 3D geometry, and have not yet settled on a turbulence model. I started using rhoSimpleFoam, and later on realized this cannot be steady state. My vacuum is at ~ 300 Pascal and a flow of 2.7x10-8 m3/s and connects to atmospheric pressure. Although the simulated leak is supposed to be 10um, the orifice I use can be bigger than that because this is a needle valve and I am interested in the vacuum decay (in Pascal). Thanks. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Vacuum pump simulation | Alasdair | Main CFD Forum | 3 | March 3, 2011 01:00 |
Overflow problem in steady simulation | ReeKo | CFX | 11 | October 8, 2008 18:57 |
System identification in simulation | Luis | Main CFD Forum | 6 | July 25, 2006 22:26 |
Fire simulation using FDS from NIST | Jens | Main CFD Forum | 1 | January 22, 2004 02:53 |
3-D Contaminant Dispersal Simulation | Apple L S Chan | Main CFD Forum | 1 | December 23, 1998 11:06 |