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

Polymer processing injection molding application

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 30, 2006, 11:11
Default Anyone interested in starting
  #1
Senior Member
 
Billy
Join Date: Mar 2009
Posts: 167
Rep Power: 17
billy is on a distinguished road
Anyone interested in starting a project to develop a Foam application to simulate the injection molding process (polymers) with the following capability:

- Two-phase flow (based on interFoam)
- Non-isothermal
- Compressible (?)
- Viscoelastic flow


Post here.
billy is offline   Reply With Quote

Old   September 30, 2006, 20:24
Default Hi, Billy, I am interested.
  #2
Senior Member
 
Pei-Ying Hsieh
Join Date: Mar 2009
Posts: 317
Rep Power: 18
hsieh is on a distinguished road
Hi, Billy,

I am interested. What do you have in mind?

Pei
hsieh is offline   Reply With Quote

Old   October 1, 2006, 13:23
Default thanks billy for opening this
  #3
New Member
 
sathya
Join Date: Mar 2009
Posts: 4
Rep Power: 17
n_sathya is on a distinguished road
thanks billy for opening this topic.
just yesterday i expressed my interest in related topics and its good to see we have some interest in this.
in addition to the list of capabilities, i'd like to add the use of a 3D model.
hele-shaw approximation for 2.5d is reaching its limitation as part these days are bulkier.
if anyone is interested in taking this up, i have a paper that walks through implementing 3d flow simulation process.
n_sathya is offline   Reply With Quote

Old   October 1, 2006, 14:45
Default Hi, Sathya, Could you pleas
  #4
Senior Member
 
Pei-Ying Hsieh
Join Date: Mar 2009
Posts: 317
Rep Power: 18
hsieh is on a distinguished road
Hi, Sathya,

Could you please email me the paper?

pei
hsieh is offline   Reply With Quote

Old   October 1, 2006, 22:13
Default Which paper is that?
  #5
Senior Member
 
Billy
Join Date: Mar 2009
Posts: 167
Rep Power: 17
billy is on a distinguished road
Which paper is that?
billy is offline   Reply With Quote

Old   October 2, 2006, 06:30
Default Sathya, I'd be interested in s
  #6
New Member
 
Yeblod
Join Date: Mar 2009
Posts: 3
Rep Power: 17
yeblod is on a distinguished road
Sathya, I'd be interested in seeing that paper. I have some experience in this issue as I used to develop commercial code in this arena.
yeblod is offline   Reply With Quote

Old   October 2, 2006, 07:34
Default here is the reference: "three-
  #7
New Member
 
sathya
Join Date: Mar 2009
Posts: 4
Rep Power: 17
n_sathya is on a distinguished road
here is the reference: "three-dimensional finite element method for the filling simulation of injection molding"
Geng Tie, Li Dequn, Zhou Huamin.
Engineering with computers (2006) 21: 289-295
n_sathya is offline   Reply With Quote

Old   October 2, 2006, 17:20
Default In my opinion, this reference
  #8
Senior Member
 
Billy
Join Date: Mar 2009
Posts: 167
Rep Power: 17
billy is on a distinguished road
In my opinion, this reference is closer to what we want since OpenFOAM uses the finite volume method.

"Numerical simulation of mold filling in injection molding using a three-dimensional finite volume approach"
CHANG Rong-Yeu & YANG Wen-Hsien
International journal for numerical methods in fluids
2001, vol. 37, no2, pp. 125-148
billy is offline   Reply With Quote

Old   October 3, 2006, 06:38
Default Once upon a time I used to hav
  #9
New Member
 
Yeblod
Join Date: Mar 2009
Posts: 3
Rep Power: 17
yeblod is on a distinguished road
Once upon a time I used to have access to the original papers, but now I'd have to pay for these citations. Here's a couple of *free* papers from guys at Moldex3d who've referenced Chang and Yang
http://w3.moldex3d.com/en/services/techpapers/0401.pdf
http://w3.moldex3d.com/en/services/techpapers/0402.pdf
(The second paper looks more useful)
Its time to consider what you want the system to deliver i.e. is it an academic research analysis tool or a practical molding tool. I know even now that there are a large number of small molders for whom the cost of Moldflow type system is too great. However when you start reaching into the realms of visoelasticity and compressibility (and temperature and pressure specific heats and so on..) you will find that you'll spend most of your time in materials characterisation and modelling and not in doing the fun stuff. But from my experiences in Hele-Shaw (2.5D) I'd suggest the following development strategy.

1. Steady-state isothermal, newtonian flow solution. I'm not an expert in OpenFOAM but this looks like an out of the box solution.

Now there's two options
2a. Isothermal, newtonian transient flow with flow front advancement. Most systems use FVM with a fractional volume of fill model modelling the frontal location - some are using ficticious liquids to model air evacuation. This is unlikely to model "jetting" - is this a requirement?
2b. Develop non-newtonian model for viscosity - keep it isothermal as the temperature terms can be loosley coupled later. Do you need viscoelasticity or just 3d viscous terms? In a practical sense viscoelastics terms may be locally significant near "gates" and other sharp discontinuities but in a "real" large component are they needed? From my past, the most significant impact of viscoelasticity is in calculating the free surface die swell in extrusion. Transport models that incorporate "wall slip" aka "plug flow" are notoriuosly difficult to handle.

3. Add the temperature terms to develop a non-isothermal flow. Again if you use compressibility and other temp,pressure dependent properties these will complicate the solution. Then consider temperature evolution and local velocities at the flow front - "fountain flow effect" - also used in fibre orientaton models. Then there is the issue of cooling and the buildup of frozen layers - I used to handle this with a generic no-flow temperature and a psuedo high newtonian viscosity but there are probably more recent ways of modelling this effect. Freezing has the effect of reducing the flow channel resulting in increased pressure drop.

4. Look a the effect of mold wall temperatures, cooling channels etc (I never quite got this far <grin>). We did enable the mold temps to be profiled over different areas, but just used a high heat transfer cooefficient to model the mold wall boundary condition.

Enjoy
yeblod is offline   Reply With Quote

Old   December 9, 2006, 13:10
Default I added a new solver based on
  #10
Senior Member
 
Billy
Join Date: Mar 2009
Posts: 167
Rep Power: 17
billy is on a distinguished road
I added a new solver based on interFoam for non-isothermal flow. So it has a temperature transport equation and CrossWLF viscosity model.



I still don't know how to implement a boundary condition which acts as a wall for the polymer and acts as an outlet for air. Maybe there is a better approach to solve this. Maybe I can split the mesh and consider the interface an outlet. Any ideas?
billy is offline   Reply With Quote

Old   January 13, 2007, 09:57
Default hi Billy, i am interested ne
  #11
New Member
 
GDOURA
Join Date: Mar 2009
Location: Tunis, Tunis, Tunisia
Posts: 1
Rep Power: 0
gdoura is on a distinguished road
hi Billy,
i am interested nearly in the same problem than you: simulating the RTM process the thermomechanical problem.
i began since only 2 months, i need some bibliographical refrences that help me to understand problems involved and different models devoloped to solve that problem
gdoura is offline   Reply With Quote

Old   June 18, 2007, 12:13
Default Is there any updated informati
  #12
New Member
 
Gunnar Vikberg
Join Date: Mar 2009
Location: WI, USA
Posts: 3
Rep Power: 17
vikbergg is on a distinguished road
Is there any updated information on this proposed project? Has anyone implemented it? If not, I'm interested in being part of this. Please let me know. Any information is appreciated!
vikbergg is offline   Reply With Quote

Old   June 19, 2007, 01:13
Default Hello, we are going to mode
  #13
Member
 
sradl's Avatar
 
Stefan Radl
Join Date: Mar 2009
Location: Graz, Austria
Posts: 82
Rep Power: 18
sradl is on a distinguished road
Hello,

we are going to model hot melt extrusion of a polymer with OpenFOAM. However, I've not started yet but we definitely will start within this month. The flow will be non-isothermal with a high influence of dissipation on temperature and hence viscosity. So if anybody can give me a hint where to start in OF (Billy?) or want to help in the programming work is welcome.

Cheers
Stefan
sradl is offline   Reply With Quote

Old   December 29, 2007, 02:05
Default Hi, Anyupdates on this proj
  #14
New Member
 
Vaidy
Join Date: Mar 2009
Posts: 1
Rep Power: 0
vaidy79 is on a distinguished road
Hi,

Anyupdates on this project, I'm interseted in being a part of this effort.

Any Information will be appreciated.

Regards
Vaidya
vaidy79 is offline   Reply With Quote

Old   February 29, 2008, 10:13
Default Hi All, I'm trying to simu
  #15
Member
 
Francesco Boschetto
Join Date: Mar 2009
Location: Italy
Posts: 56
Rep Power: 17
francesco_b is on a distinguished road
Hi All,

I'm trying to simulate molding injection in OpenFOAM, I've started playing with interFoam, then I've implemented the BC which Billy suggested and now I'm testing it. Next step is using Billy's moldFoam solver to include temperature.

If someone is interested or would like to give me any advice or suggestion about it will be a pleasure for me.

Thanks in advance

Francesco
francesco_b is offline   Reply With Quote

Old   October 9, 2008, 04:57
Default Hi, I have tried the mold
  #16
New Member
 
zhiwei liu
Join Date: Mar 2009
Posts: 22
Rep Power: 17
lzw2003 is on a distinguished road
Hi,

I have tried the molding injection application that added CorssWLF and temperature T.But it did not work correctly. I find the problem is the staintRate()(fvc::mag(grad(U_))).
Then I modified the nonNewtonianFoam (singlephase)and used CrossWLF to calculate a case . Surprisingly it worked well! That is to say the problem is in twophaseMixture.
Now I do not know where the problem is .
I will make it sure !

Does others have problems in CrossWLF ?
lzw2003 is offline   Reply With Quote

Old   April 15, 2009, 23:41
Default
  #17
Member
 
Jitao Liu
Join Date: Mar 2009
Location: Jinan , China
Posts: 64
Rep Power: 17
awacs is on a distinguished road
Quote:
Originally Posted by lzw2003 View Post
Hi,

I have tried the molding injection application that added CorssWLF and temperature T.But it did not work correctly. I find the problem is the staintRate()(fvc::mag(grad(U_))).
Then I modified the nonNewtonianFoam (singlephase)and used CrossWLF to calculate a case . Surprisingly it worked well! That is to say the problem is in twophaseMixture.
Now I do not know where the problem is .
I will make it sure !

Does others have problems in CrossWLF ?

Dear zhiwei liu,
I have the same problem with you.
In order to simulate the filling process of injection molding,I added CrossWLF viscosity model and temperature equation to the interFoam solver.But during calculating,the courant number increased enormously after a few steps.Then the calculation stopped.

I have also tried to use the WLF model:
nu=nu0*exp(-C1*(T-Tr)/(C2+T-Tr))
It worked well in polymer filling simulation.

So,I think the problem is the staintRate(),just as you have mentioned above.
Have you solved this problem? Please give me some suggestions.

Thanks in advance.

Jitao Liu
awacs is offline   Reply With Quote

Old   August 19, 2009, 08:11
Default
  #18
New Member
 
Nurye
Join Date: May 2009
Posts: 13
Rep Power: 16
carlos is on a distinguished road
Hello Foamers

i am trying to develop a solver for injection molding using interFoam considering two Newtonian fluids (polymer / air). The flow inside the cavity is assumed to be incompressible, unsteady and isothermal.

The difficult part for me is that i don't know how to specify the boundary conditions at the outlet. I want only air to leave the cavity. is that correct if i drill a hole(s) (at the opposite side of the polymer inlet) for air outlet?

Can anyone help me to solve this problem?

Thanks in advance.
Nurye
carlos is offline   Reply With Quote

Old   August 21, 2009, 05:23
Default Solver Development
  #19
ata
Senior Member
 
ata's Avatar
 
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 17
ata is on a distinguished road
Hi
Is there any updated information on this proposed project?
Has anyone implemented it?
I'm interested in being a part of this effort.I have done some works on viscoelastic fluids in OpenFOAM.
Please let me know. Any Information will be appreciated.
Best Regards
ata is offline   Reply With Quote

Old   March 4, 2010, 10:16
Question Interest in moldFoam
  #20
New Member
 
Kyle Lampkin
Join Date: Feb 2010
Posts: 4
Blog Entries: 1
Rep Power: 16
KyleL is on a distinguished road
Hello all,
I am very interested in the discussion about a moldFoam group.I would like to know if there has been any new development in this area and also would like to offer any assistance that I can as far as testing of proposed moldFOAM solver.

I have been in the Injection molding industry for 12 years now and would relish the idea of producing or helping advance the OpenFOAM project. The only solution I know of at this point is MOLDFLOW by autodesk or MOLD-3D by Moldex, both of which are very expensive and out of the financial reach of most small companies.

Thanks for your time in advance,
Kyle L
KyleL 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
Path Line in a injection molding David FLUENT 8 September 2, 2011 10:08
Melt Front Tracking in Transfer Molding Alex FLUENT 0 August 2, 2008 21:43
compression molding in cfx Christoph Raith CFX 0 May 3, 2008 09:30
viscoelstuc model in polymer processing. abbas FLUENT 0 July 29, 2007 08:45
polymer hydration Dave Pinella Main CFD Forum 0 December 6, 1999 14:24


All times are GMT -4. The time now is 19:53.