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

Simulation of Controlled Leak into Vacuum System

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree2Likes
  • 1 Post By eric.m.tridas
  • 1 Post By Linse

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 15, 2011, 11:55
Default Simulation of Controlled Leak into Vacuum System
  #1
Member
 
Eric M. Tridas
Join Date: May 2011
Location: Tampa, Florida
Posts: 48
Rep Power: 14
eric.m.tridas is on a distinguished road
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
eric.m.tridas is offline   Reply With Quote

Old   September 26, 2011, 14:15
Default
  #2
Member
 
Eric M. Tridas
Join Date: May 2011
Location: Tampa, Florida
Posts: 48
Rep Power: 14
eric.m.tridas is on a distinguished road
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
Attached Images
File Type: jpg model.jpg (20.3 KB, 112 views)
JR22 likes this.
eric.m.tridas is offline   Reply With Quote

Old   September 26, 2011, 14:26
Default
  #3
Member
 
Eric M. Tridas
Join Date: May 2011
Location: Tampa, Florida
Posts: 48
Rep Power: 14
eric.m.tridas is on a distinguished road
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.
Attached Images
File Type: jpg 2Dwglyph.jpg (20.8 KB, 70 views)
File Type: jpg 2dcloseup.jpg (18.6 KB, 72 views)
eric.m.tridas is offline   Reply With Quote

Old   September 27, 2011, 10:31
Default
  #4
Member
 
Eric M. Tridas
Join Date: May 2011
Location: Tampa, Florida
Posts: 48
Rep Power: 14
eric.m.tridas is on a distinguished road
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;
}
eric.m.tridas is offline   Reply With Quote

Old   March 21, 2012, 12:03
Default
  #5
New Member
 
Jie (Jay) Zhang
Join Date: Sep 2010
Location: Phoenix, AZ, U.S.
Posts: 28
Rep Power: 15
jiez is on a distinguished road
Hi Eric,

Have you solved this problem?

Jie
jiez is offline   Reply With Quote

Old   January 14, 2013, 04:48
Default
  #6
Senior Member
 
Bernhard Linseisen
Join Date: May 2010
Location: Heilbronn
Posts: 183
Blog Entries: 1
Rep Power: 15
Linse is on a distinguished road
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.
JR22 likes this.
Linse is offline   Reply With Quote

Old   May 6, 2015, 09:46
Default Controlled Leak into Vacuum Chamber (vacuum decay)
  #7
Senior Member
 
JR22's Avatar
 
Jose Rey
Join Date: Oct 2012
Posts: 134
Rep Power: 17
JR22 will become famous soon enough
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.
JR22 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Vacuum pump simulation Alasdair Main CFD Forum 3 March 3, 2011 00:00
Overflow problem in steady simulation ReeKo CFX 11 October 8, 2008 17:57
System identification in simulation Luis Main CFD Forum 6 July 25, 2006 21:26
Fire simulation using FDS from NIST Jens Main CFD Forum 1 January 22, 2004 01:53
3-D Contaminant Dispersal Simulation Apple L S Chan Main CFD Forum 1 December 23, 1998 10:06


All times are GMT -4. The time now is 20:52.