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

Transport models for nonNewtonian fluid

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 13, 2005, 13:42
Default Hi, First, I would like to
  #1
New Member
 
Jing Wang
Join Date: Mar 2009
Location: Toronto, Ontario, Canada
Posts: 7
Rep Power: 17
mpml is on a distinguished road
Hi,

First, I would like to thank FOAM developers for this wonderful code. I am looking at the transport models you defined for non-Newtonian fluids, namely, the CrossPowerLaw and the BirdCarreau. I find that both models have 4 parameters in them, nu0, nuInf, m, and n.

According to what I know, the PowerLaw for polymer is expressed as "eta=m*gamma^(n-1)", where eta is the viscosity(unit: Pa.s), gamma is the shear rate(1/s).

In addition, CrossCarreau model is expressed as "(eta-eta0)/(eta-etaInf)=(1+(lambda*gamma)^a)^((n-1)/a)", where eta0 and etaInf are the zero and infinite shear viscosity(Pa.s), gamma is the shear rate(1/s), lambda a time constant, a=2 is a coeffecient, and n is the same as in Powerlaw.

I believe the above models have been transformed into some other forms, so could you explain the meaning of nu0, nuInf, m, and n in OpenFOAM, as opposed to the standard definition?

Also, I find that the sample program for nonNewtonianIcoFoam has a very low material viscosity, do you think it will be a problem if I increase the viscosity to the order of 10^3-10^6?

Thanks very much.
mpml is offline   Reply With Quote

Old   July 13, 2005, 13:51
Default To see how these viscosity mod
  #2
Senior Member
 
Join Date: Mar 2009
Posts: 854
Rep Power: 22
henry is on a distinguished road
To see how these viscosity models are implemented in OpenFOAM take a look at the source code for them in

OpenFOAM-1.1/src/transportModels/incompressible

and you will be able to work out the correspondence of the parameters used with the form that you have them in. If you are not happy with the way these functions are defined in OpenFOAM you can easily reimplement them or any other similar function according to you needs.

Yes you may very well have problems if you increase the viscosity that much. What I recommend is to remove the momentum predictor step and run with as many PISO correctors as is necessary to obtain adequate convergence. With this approach I have been able to run at Reynolds numbers as low as 1e-5.
henry is offline   Reply With Quote

Old   July 13, 2005, 17:21
Default I found it, thanks a lot. O
  #3
New Member
 
Jing Wang
Join Date: Mar 2009
Location: Toronto, Ontario, Canada
Posts: 7
Rep Power: 17
mpml is on a distinguished road
I found it, thanks a lot.

One more question, has anyone considered simulating polymer injection molding with OpenFOAM? The governing equations for this process are complicated but fine solutions can be extremely valuable, both academically and commercially.

In my case, I am a Ph.D. student of advanced polymer processing technology (microcellular foaming). Injection molding has been simulated with FEM based on the Hele-Shaw model but there the flow front behavior is ignored. I am quite interested in developing a code for research based on FVM, which may track the behavior of flow front and bubble formation. Is there any similar project going on at OpenFOAM?

It would be great if someone can comment on OpenFOAM's potential for injection molding.
mpml is offline   Reply With Quote

Old   July 13, 2005, 17:35
Default I have done polymer flow but w
  #4
Senior Member
 
Join Date: Mar 2009
Posts: 854
Rep Power: 22
henry is on a distinguished road
I have done polymer flow but without free-surface or solidification.
henry is offline   Reply With Quote

Old   July 13, 2005, 21:50
Default Hi Jing Wang, I am very int
  #5
Senior Member
 
Billy
Join Date: Mar 2009
Posts: 167
Rep Power: 17
billy is on a distinguished road
Hi Jing Wang,

I am very interested in modelling injection moulding using OpenFOAM. I have done some preliminary tests but nothing specific yet.
billy is offline   Reply With Quote

Old   July 14, 2005, 11:13
Default Actually I've only studied Ope
  #6
New Member
 
Jing Wang
Join Date: Mar 2009
Location: Toronto, Ontario, Canada
Posts: 7
Rep Power: 17
mpml is on a distinguished road
Actually I've only studied OpenFOAM for 1 month, but it is quite impressive that OpenFOAM is well structured and easily extensible (the best open source CFD code I've ever known). There is a famous injection molding simulation software called Moldflow, but nobody knows how it's implemented and it is not powerful enough for my research. My plan is to first spend a few weeks researching the potential of FVM technique for injection molding and polymer extrusion.

Billy, can you explain a little bit more about your preliminary test? Did you write a solver for molding simulation? What are your references(papers, books...)? Thanks a lot.
mpml is offline   Reply With Quote

Old   July 14, 2005, 15:43
Default I have worked with interFoam b
  #7
Senior Member
 
Billy
Join Date: Mar 2009
Posts: 167
Rep Power: 17
billy is on a distinguished road
I have worked with interFoam because I would like to simulate two phases: polymer and air. I am interested in studying flow defects such as jetting, surface defects and air bubbles. I have been developing my own code to do this using FVM.

I agree with you. OpenFOAM is very impressive and few open sources have such good tutorials and documentation as OpenFOAM. Also this forum is another way of people interacting with their research. I also have been looking at OpenFlower which looks like another good effort to develop open source CFD.
billy is offline   Reply With Quote

Old   August 7, 2006, 11:39
Default Anyone still interested in a H
  #8
New Member
 
Yeblod
Join Date: Mar 2009
Posts: 3
Rep Power: 17
yeblod is on a distinguished road
Anyone still interested in a Hele-Shaw polymer flow model? I'm trying to evaluate interest an open source 2.5d application.
yeblod is offline   Reply With Quote

Old   September 30, 2006, 09:07
Default Hi I'm interested in using thi
  #9
New Member
 
sathya
Join Date: Mar 2009
Posts: 4
Rep Power: 17
n_sathya is on a distinguished road
Hi I'm interested in using this capability.
please let me know how i can help
i'm trying to use this for 3d injection molding simulation
n_sathya is offline   Reply With Quote

Old   March 24, 2009, 09:31
Default
  #10
New Member
 
Chris
Join Date: Mar 2009
Location: Europe
Posts: 19
Rep Power: 17
chris_sev is on a distinguished road
Hallo,

I got problem with nonNewtonianIcoFoam. When I run simulation in parallel (3 nodes with 2 processor on each) intermediate transient results are not beeing written.
Actually they are written but only on my master slave (processor0 and processor1), other processor folder on other machines contains only constant and 0 folder.
As I said simulation runs without any problem. But I don't see transient results.

I don't have such problems running other solvers.

So I would like to find out if nonNewtonianIcoFoam is suittable to run in parallel?

thanks for any answer!!!
chris_sev is offline   Reply With Quote

Reply


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
Two-fluid models vs mixture models for bubbly flows Hansong Tang Main CFD Forum 6 December 8, 2009 03:21
Nonnewtonian fluid modeling adam FLUENT 0 June 16, 2006 05:23
Buoyancy effects with species transport models Brian Tang FLUENT 0 December 1, 2005 05:25
CFD codes for nonnewtonian fluid Jean Rhong Main CFD Forum 6 August 18, 2004 03:11
nonnewtonian fluid M. Yinshi Main CFD Forum 0 July 25, 2004 22:32


All times are GMT -4. The time now is 16:12.