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

twoLiquidMixingFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 19, 2010, 10:28
Default twoLiquidMixingFoam
  #1
Member
 
Maolong LIU
Join Date: Apr 2010
Location: USA
Posts: 31
Rep Power: 15
maolongliu is on a distinguished road
Hi, because the twoLiquidMixingFoam in OpenFoam is a transent solver. I was trying to change it to a steady state solver according to simpleFoam and twoLiquidMixingFoam.
Now the new solver can run successfully and it seems that the calculation result is correct. I compared u with experiment result and previous transient result.

But the problem is that there is a converge problem. After run a long time, pressure, k, epsilon etc. are all converged, but onlu u does not converge.

Time = 30575

DILUPBiCG: Solving for alpha1, Initial residual = 5.30999e-08, Final residual = 5.30999e-08, No Iterations 0
Phase 1 volume fraction = 0.500002 Min(alpha1) = 0 Max(alpha1) = 1
DILUPBiCG: Solving for Ux, Initial residual = 0.135853, Final residual = 1.4931e-08, No Iterations 6
DILUPBiCG: Solving for Uy, Initial residual = 0.0184276, Final residual = 1.39218e-08, No Iterations 5
GAMG: Solving for p_rgh, Initial residual = 3.33005e-07, Final residual = 3.33005e-07, No Iterations 0
time step continuity errors : sum local = 6.94663e-09, global = -1.76227e-11, cumulative = 2.20847e-08
DILUPBiCG: Solving for epsilon, Initial residual = 9.27893e-08, Final residual = 9.27893e-08, No Iterations 0
DILUPBiCG: Solving for k, Initial residual = 3.85187e-07, Final residual = 1.09717e-08, No Iterations 1
ExecutionTime = 22.01 s ClockTime = 22 s


Can anyone give me any advice? Thanks.
maolongliu is offline   Reply With Quote

Old   August 9, 2010, 05:20
Default
  #2
Senior Member
 
Balkrishna Patankar
Join Date: Mar 2009
Location: Pune
Posts: 123
Rep Power: 17
balkrishna is on a distinguished road
Do try changing the relaxation values ....
balkrishna is offline   Reply With Quote

Old   August 9, 2010, 05:31
Default
  #3
Member
 
Maolong LIU
Join Date: Apr 2010
Location: USA
Posts: 31
Rep Power: 15
maolongliu is on a distinguished road
Thank you for your reply. I modified the U equation
UEqn== -fvc::grad(p)

to

UEqn== fvc::reconstruct
(
......
)
according to the twoLiquidMixingFoam, and now this problem has been solved.

Now I am trying to speed up the convergence because my mesh number is really huge.
Now the procedure of this solver is
first solver U eqn
and then p eqn
and then alpha1 eqn.
Also I change the relax method of alpha eqn just like p eqn (restore alpha1 and relax alpha1 instead alpha1 eqn).

How do you think of it?
Thank you!
Quote:
Originally Posted by balkrishna View Post
Do try changing the relaxation values ....
maolongliu is offline   Reply With Quote

Old   August 9, 2010, 05:45
Default
  #4
Senior Member
 
Balkrishna Patankar
Join Date: Mar 2009
Location: Pune
Posts: 123
Rep Power: 17
balkrishna is on a distinguished road
thats a nice modification .... relaxing alpha1 after every loop does converge faster ....
I am working on something similar and facing a ver different problem ... pls do help ...
link to thread discussion here .: http://www.cfd-online.com/Forums/ope...tml#post270776
balkrishna is offline   Reply With Quote

Old   August 9, 2010, 05:52
Default
  #5
Member
 
Maolong LIU
Join Date: Apr 2010
Location: USA
Posts: 31
Rep Power: 15
maolongliu is on a distinguished road
If you don't mind, please send me your code, so I can help to check.

Quote:
Originally Posted by balkrishna View Post
thats a nice modification .... relaxing alpha1 after every loop does converge faster ....
I am working on something similar and facing a ver different problem ... pls do help ...
link to thread discussion here .: http://www.cfd-online.com/Forums/ope...tml#post270776
maolongliu is offline   Reply With Quote

Old   August 9, 2010, 05:56
Default
  #6
Senior Member
 
Balkrishna Patankar
Join Date: Mar 2009
Location: Pune
Posts: 123
Rep Power: 17
balkrishna is on a distinguished road
whats ur email ???
balkrishna is offline   Reply With Quote

Old   August 9, 2010, 05:58
Default
  #7
Member
 
Maolong LIU
Join Date: Apr 2010
Location: USA
Posts: 31
Rep Power: 15
maolongliu is on a distinguished road
maolongliu@gmail.com

Quote:
Originally Posted by balkrishna View Post
whats ur email ???
maolongliu is offline   Reply With Quote

Old   August 11, 2010, 01:23
Default
  #8
Senior Member
 
Balkrishna Patankar
Join Date: Mar 2009
Location: Pune
Posts: 123
Rep Power: 17
balkrishna is on a distinguished road
In the twoLiquidMixingFoam what exactly is alpha1 ?? according to the o/p statement ,
it represents volume fraction , but how is the conservation equation formed on the basis of volume fraction ?
i mean conservation equation is :
d/dt(rho_fluid*mass_K) + divergence(rho_fluid*U*mass_K)= convection + source terms ....
where rho_fluid is density of the mixture ....
mass_K is the mass fraction of the Kth component ....
....
How is this written in terms of the volume fraction alpha ????
balkrishna is offline   Reply With Quote

Old   August 11, 2010, 04:05
Default
  #9
Senior Member
 
Balkrishna Patankar
Join Date: Mar 2009
Location: Pune
Posts: 123
Rep Power: 17
balkrishna is on a distinguished road
got it ... the formulation is correct ....
balkrishna is offline   Reply With Quote

Old   October 27, 2010, 21:26
Default
  #10
New Member
 
Join Date: Jul 2010
Posts: 11
Rep Power: 15
phinallydone is on a distinguished road
Has anyone seen negative values for alpha1 in twoLiquidMixingFoam? If so, any idea what changes I can make to correct the problem? I'm runnig a simulation of a pipe with RE around 2000 that has water and a higher viscosity fluid (~25cP). Any help is appreciated.

Thanks in advance!

Phase 1 volume fraction = 0.000377962 Min(alpha1) = -2.37485 Max(alpha1) = 1

Last edited by phinallydone; October 27, 2010 at 21:48.
phinallydone is offline   Reply With Quote

Old   October 28, 2010, 02:39
Default
  #11
Senior Member
 
Balkrishna Patankar
Join Date: Mar 2009
Location: Pune
Posts: 123
Rep Power: 17
balkrishna is on a distinguished road
that is not possible .... ur solution will diverge ....
balkrishna is offline   Reply With Quote

Old   October 28, 2010, 11:00
Default
  #12
New Member
 
Join Date: Jul 2010
Posts: 11
Rep Power: 15
phinallydone is on a distinguished road
That's just it... it's not diverging. I've tried refining the mesh, relaxing alpha1, and adjustnig tols. Any ideas?
phinallydone is offline   Reply With Quote

Old   November 12, 2012, 17:25
Default
  #13
New Member
 
Kia
Join Date: Jun 2011
Posts: 6
Rep Power: 14
karasa03 is on a distinguished road
Hey Maolong,

Can you tell me how you changed the solver to steady state. I am working on a similar problem and my delta T is really small and will like to make it steady state to avoid the Courant number restriction.
karasa03 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
SimpleFoam with body force gravity alexice OpenFOAM Running, Solving & CFD 15 June 16, 2022 14:43
TwoLiquidMixingFoam shawn OpenFOAM Running, Solving & CFD 65 March 18, 2020 14:56


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