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

viscoelastic flow with free surface

Register Blogs Community New Posts Updated Threads Search

Like Tree25Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 2, 2015, 07:30
Default
  #41
Senior Member
 
adambarfi's Avatar
 
Mostafa Mahmoudi
Join Date: Jan 2012
Posts: 322
Rep Power: 15
adambarfi is on a distinguished road
Send a message via Yahoo to adambarfi Send a message via Skype™ to adambarfi
Quote:
Originally Posted by arash.heidarian View Post
Hi Mr Mahmoudi
which version of openfoam you have used for this test case?
and is your solver same as the solver which i have been attached in my last post?
Dear Arash,

1- I used OF-222 for compiling that solver.

2- Nope, I modified the solver that Bruno presented it.

Regards,
Mostafa
adambarfi is offline   Reply With Quote

Old   June 3, 2015, 02:22
Default
  #42
New Member
 
arash
Join Date: Jan 2015
Posts: 14
Rep Power: 11
arash.heidarian is on a distinguished road
Thanks Mr mahmoudi:
but my solver was uploded by Mr burono too.
I cant compile it on of_222.
Is it posible for you to attach the solver?
thanks a lot.
arash.heidarian is offline   Reply With Quote

Old   June 6, 2015, 10:36
Default viscoelastic properties
  #43
New Member
 
arash
Join Date: Jan 2015
Posts: 14
Rep Power: 11
arash.heidarian is on a distinguished road
Hi
Does any one know where can I fine viscoelastic properties?.(I mean the etap_etas_lapanda)
arash.heidarian is offline   Reply With Quote

Old   June 7, 2015, 20:51
Default
  #44
New Member
 
Sasa Goran
Join Date: Feb 2015
Location: Japan
Posts: 23
Rep Power: 11
Supersale is on a distinguished road
Quote:
Originally Posted by arash.heidarian View Post
Hi
Does any one know where can I fine viscoelastic properties?.(I mean the etap_etas_lapanda)
What do you mean? in the case files or values for these parameters?
For the case files, they are located in constant/transporProperties
As for the physical values, they are ridiculously hard to obtain i found. One source was Jovani's paper: http://www.sciencedirect.com/science...70794610280069
here he uses the Giesekus model, which is not included in the solver of Mr Bruno, but it is very easily added. you have to copy it form the transport modesl of FOAMextend (there is a folder for the Giesekus model) and add it to viscoelasticTwoPhaseMixture.C . Take a look at the file and you will see how to do it. you will have to slightly change a few parameters (i think alpha and one more were in question, just check it out) and recompile it.
as for values for other parameters, you can find some sort or resources on the net (but nothing much), google some of these parameters:
eta_S - solvent viscosity (try 0.002 for the liquid, 0 for air)
eta_P - polymeric viscosity (try 1.2 for the liquid, 1e-7 for air)
lambda - relaxation time (try 0.3 for the liquid, 0 for air)
alpha - mobility factor (try 0.15 for the liquid, 0 for air)
L2 - extensibility
epsilon - extensibility parameter
Supersale is offline   Reply With Quote

Old   June 10, 2015, 02:51
Default
  #45
New Member
 
arash
Join Date: Jan 2015
Posts: 14
Rep Power: 11
arash.heidarian is on a distinguished road
Thanks a lot Mr Goran
It was really helpfull.
arash.heidarian is offline   Reply With Quote

Old   July 7, 2015, 01:14
Default
  #46
New Member
 
Sasa Goran
Join Date: Feb 2015
Location: Japan
Posts: 23
Rep Power: 11
Supersale is on a distinguished road
OK i have a problem, stability related.

i managed to recreate Favero's results (as much as possible given i don't have some of the parameters) and it works like a charm.

Now i am trying to simulate ink-jet flow using a harmonically changing pressure function, and the problem occurs after a few steps of runtime when the stress close to the nozzle exit increases drastically and simulation crashes. the ink is just weakly viscoelastic so there shouldn't be much stress at all and this happen in the air region where the flow is set to be newtonian.

i have tried to change the schemes to be as stable as possible, but then i have another problem, the stress changes until some point and even though the flow continues, the stress field stays the same after that point, which of course is nonsense.

So any advice here? would be grateful
Supersale is offline   Reply With Quote

Old   November 25, 2015, 14:01
Default
  #47
New Member
 
Join Date: Oct 2012
Posts: 1
Rep Power: 0
jnorth is on a distinguished road
A common problem in viscoelastic fluids is the stress singularity that arises due to irregularities on the geometry, e.g. if you have corners, then you will have increased stresses and presssure there. Thus, check your pressure field on the nozzle corners. If you are able to do it, just apply slip condition on these walls, which I believe will smooth out the singularity that arises.
jnorth is offline   Reply With Quote

Old   February 22, 2016, 09:03
Default
  #48
New Member
 
Join Date: Feb 2016
Posts: 1
Rep Power: 0
rugge is on a distinguished road
Quote:
Originally Posted by Supersale View Post
OK i have a problem, stability related.

i managed to recreate Favero's results (as much as possible given i don't have some of the parameters) and it works like a charm.
....
Dear Sasa, is it possible to get a worked out example? It would be of great help.

Thank you

Last edited by rugge; February 22, 2016 at 10:24.
rugge is offline   Reply With Quote

Old   March 7, 2016, 03:44
Default
  #49
New Member
 
Sasa Goran
Join Date: Feb 2015
Location: Japan
Posts: 23
Rep Power: 11
Supersale is on a distinguished road
Quote:
Originally Posted by rugge View Post
Dear Sasa, is it possible to get a worked out example? It would be of great help.

Thank you
rugge, I am sorry but at currently i do not have a working example i can send to you as i did this research at my old company and do no longer have access to these files. i plan to recreate the experiment though and will send the file up here once i do
Supersale is offline   Reply With Quote

Old   March 8, 2016, 05:03
Default
  #50
New Member
 
Maxime Rosello
Join Date: Oct 2015
Posts: 1
Rep Power: 0
maxviet is on a distinguished road
Hello viscoelasticFoamers,

I am currently working on OF 3.0+. I downloaded the solver viscoelasticInterFoam and modified some of the includes in order to make it compiled properly on the new OF version. I also downloaded the "case0" posted on this discussion.

My problem is :

The case runs properly, when I watch the result, the pressure, velocity and tau seem correct.

BUT : alpha.water doesn't move at all. The scalar field is innitialized via setFialeds and is at its expected location at t=0 (square located at the top of the geometry supposed to "fall" ), but this position doesn't change (despite changes in pressure and velocity)

It seems like alpha1_ is calculated correctly in the solver but is not stored in alpha.water for the result visualization.

Does anyone have a clue ?

Thanks,

Maxime
maxviet is offline   Reply With Quote

Old   May 25, 2016, 10:02
Default
  #51
New Member
 
Join Date: Feb 2016
Posts: 3
Rep Power: 10
JIM SU is on a distinguished road
Dear maxviet,

You have to create a alphawater file in the 0 folder at t=0 separately, also you must define the required parameters in the fvsolution file of your case.
For example; CAlpha is one of them that you have to introduce in the fvsolution at the top of the body solver.

Regards,
JIM SU
JIM SU is offline   Reply With Quote

Old   July 11, 2017, 18:25
Default viscoelastic two-phase with dynamic mesh
  #52
New Member
 
Join Date: Apr 2013
Posts: 26
Rep Power: 13
pippo2013 is on a distinguished road
Hi everybody,

I am studying a two-phase mixture in case of a dynamic mesh. Hence the equivalent of interDyMFoam but for viscoelastic flows.
Has someone already implemented it or could you give me some hints?

Any help is highly appriciated!
Thanks!!
pippo2013 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
Free surface flow over a bump qtian OpenFOAM Running, Solving & CFD 17 August 10, 2010 10:15
Scaling up a wave energy converter - free surface flow mark_l CFX 3 February 17, 2010 16:57
free surface flow same as FSI??? Ken CFX 1 February 18, 2008 19:43
How to determine delta t for free surface flow phsieh2005 Main CFD Forum 0 September 14, 2005 11:52
incompressible free surface flow past cylinder vineet FLUENT 2 April 1, 2002 05:56


All times are GMT -4. The time now is 01:24.