|
[Sponsors] |
Boundary conditions when simulating injection molding |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 1, 2010, 10:26 |
Boundary conditions when simulating injection molding
|
#1 |
New Member
Jonathan Skovhus
Join Date: Feb 2010
Location: Aalborg
Posts: 3
Rep Power: 16 |
I am currently trying to simulate a mold filling using the interFoam solver as basis. But I do not quite understand how to implement the right boundary conditions.
My biggest problem is that I don't know how to make a boundary conditions that allows the air to escape, while the polymer is still trapped inside the cavity. Does anyone have any ideas on how to solve this? This is what I have achieved so far: http://www.postimage.org/image.php?v=TsOiN_9 Furthermore the time to fill the mold seems to be taking to long. I am currently using these boundary conditions (Notice that I have two outlets for the air to escape): My U-file: dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { inlet { type fixedValue; value uniform (0 0 -40); } outlet1 { type zeroGradient; } outlet2 { type zeroGradient; } patch6 { type fixedValue; value uniform (0 0 0); }..... My p-file: dimensions [1 -1 -2 0 0 0 0]; internalField uniform 0; boundaryField { inlet { type fixedValue; value uniform 0; } outlet2 { type fixedValue; value uniform 0; } outlet1 { type fixedValue; value uniform 0; } patch6 { type zeroGradient; }.... My alpha-file: dimensions [0 0 0 0 0 0 0]; internalField uniform 0; boundaryField { inlet { type inletOutlet; inletValue uniform 1; value uniform 1; } outlet1 { type zeroGradient; } outlet2 { type zeroGradient; } patch0 { type zeroGradient; } |
|
April 6, 2010, 06:25 |
|
#2 |
New Member
mediode
Join Date: Mar 2009
Posts: 27
Rep Power: 17 |
||
April 6, 2010, 09:22 |
|
#3 |
New Member
Jonathan Skovhus
Join Date: Feb 2010
Location: Aalborg
Posts: 3
Rep Power: 16 |
I have already know that thread. Unfortunately I do not see that any real solution is presented in that thread. But the idea of treating all boundaries as outlets and once the fluid reaches the boundary then switch it to a wall boundary seems to be a good idea. However I don't really have any idea on how to implement this - does anyone know how to do this???
|
|
Tags |
filling, injection, mold, molding, polymer |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Impinging Jet Boundary Conditions | Anindya | Main CFD Forum | 25 | February 27, 2016 13:58 |
inlet velocity boundary condition | murali | CFX | 5 | August 3, 2012 09:56 |
Concentric tube heat exchanger (Air-Water) | Young | CFX | 5 | October 7, 2008 00:17 |
Fluent accuracy and boundary conditions | Paolo Lampitella | FLUENT | 0 | June 12, 2008 07:25 |
Pressure boundary conditions | Lionel S. | Main CFD Forum | 1 | August 24, 2007 19:03 |