CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

Explicit vs Implicit VOF in Fluent

Register Blogs Community New Posts Updated Threads Search

Like Tree10Likes
  • 3 Post By MachZero
  • 3 Post By Ford Prefect
  • 3 Post By MachZero
  • 1 Post By ndabir

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 27, 2013, 07:38
Default Explicit vs Implicit VOF in Fluent
  #1
Member
 
Join Date: Aug 2011
Posts: 89
Rep Power: 14
MachZero is on a distinguished road
I was wondering if anyone can shed some light on explicit vs implicit VOF methods in fluent. My understanding is that explicit is simply an interface tracking scheme. It "sees" the interface at time t, obtains the momentum at that point, then extrapolates to get a continuous interface at time t+1. My understanding of the implicit formulation is that it actually calculates the interface location, therefore inverting a matrix with the volume fraction equation. This method is significantly more stable because of it, and much larger timesteps can be used. In theory, since the interface tracking is done by calculation and not tracking, it should be more accurate, no?

Where this stems from:
Whenever you talk to one of fluent's service engineers and ask anything about the methods (whether it be "how do I interpret this huge color band, or what is most appropriate for this particular problem) they always say that the method that gives you the clearest and cleanest interface is the explicit with geo-reconstruct. While this makes perfect sense after reading through the guide... is this actually more accurate or just "prettier". Sure the interface looks better, but is the solution any better? Or is it actually less accurate.

Any insight and experince would be much appreciated!
DungPham, hospital0968 and bao483 like this.
MachZero is offline   Reply With Quote

Old   March 27, 2013, 17:37
Default
  #2
Senior Member
 
Ford Prefect's Avatar
 
Join Date: Mar 2009
Posts: 151
Rep Power: 17
Ford Prefect is on a distinguished road
Quote:
Originally Posted by MachZero View Post
I was wondering if anyone can shed some light on explicit vs implicit VOF methods in fluent. My understanding is that explicit is simply an interface tracking scheme. It "sees" the interface at time t, obtains the momentum at that point, then extrapolates to get a continuous interface at time t+1. My understanding of the implicit formulation is that it actually calculates the interface location, therefore inverting a matrix with the volume fraction equation. This method is significantly more stable because of it, and much larger timesteps can be used. In theory, since the interface tracking is done by calculation and not tracking, it should be more accurate, no?

Where this stems from:
Whenever you talk to one of fluent's service engineers and ask anything about the methods (whether it be "how do I interpret this huge color band, or what is most appropriate for this particular problem) they always say that the method that gives you the clearest and cleanest interface is the explicit with geo-reconstruct. While this makes perfect sense after reading through the guide... is this actually more accurate or just "prettier". Sure the interface looks better, but is the solution any better? Or is it actually less accurate.

Any insight and experince would be much appreciated!
The original method was explicit. You can find it here.

I don't understand your statement about accuracy. Advecting a volume fraction more than one cell per time-step makes no sense and the solution you obtain will not be time accurate. Most free surface flows are not steady. I also believe that you will suffer from diffusion of the interphase if you use an implicit scheme for the VOF equation.

So, yes the solution is most likely better with the explicit scheme.
joy2000, Hossein1 and hospital0968 like this.
__________________
"Trying is the first step to failure." - Homer Simpson
Ford Prefect is offline   Reply With Quote

Old   April 10, 2013, 06:55
Default examples
  #3
Member
 
Join Date: Aug 2011
Posts: 89
Rep Power: 14
MachZero is on a distinguished road
FP,

Thanks for your response! Sorry for my delay, I have been on travel for some time. I had trouble accessing the link you sent. I understand what you are saying regarding not being able to step larger than one cell in either implicit or explicit without it becoming time inaccurate.

That being said, regardless of the original method, what would be the cause of explicit being more accurate than implicit using the same timestep? I imagine (again, just my opinion) if you are doing a surface tracking that involved looking at where the surface is, looking at the momentum term, and then making the interface shift accordingly, you could get a lot of instability waves forming (in the simulation, not numerically). Whereas if you were inverting a full matrix (as I believe is done in implicit), you are calculating where the interface will be a given timestep later (yes, again, can lead to diffusion, but with sufficiently small timestep...) I turn to the fluent advanced training manual for a better explanation...

Please take a look at the attached photo. It is taken from the Fluent advanced training in VOF methods. These images represent the pure advection of shapes (I like to think of it as a very, very viscous fluid being advected in water, where no distortion of the interface is expected). The only one I am showing is the hollow square here. These are the images after they have been advected with explicit(left) and implicit (right) with several VF disc. What one might expect to see is, at a given time down the road, the same shape. Note for the explicit methods, the interface is wavy, almost like it has a kelvin-helmholtz instability forming. BUT... as everyone says, the interface is crisp! ;-)

With the implicit method, the hollow square shape is preserved far better (especially with compressive, but EVEN with HRIC), but the interface is mildly blurred, as might be expected from numerical diffusion.

Therefore, based on this (possibly incorrect) reasoning, I would estimate that the interface of the explicit method might be more inaccurate.

Side note: Thoughts on the new Ford (really Aston Martin) grilles?
Thanks for your feedback!
Attached Images
File Type: png fluentAdvancedUserVOF.png (45.6 KB, 454 views)
joy2000, Hossein1 and hospital0968 like this.
MachZero is offline   Reply With Quote

Old   April 10, 2013, 10:05
Default
  #4
Member
 
Join Date: Jul 2011
Posts: 59
Rep Power: 14
rmh26 is on a distinguished road
I'm not sure what Fluent considers to be implicit VOF. But it would seem like it requires solving the momentum equation,pressure equation, vof advection, updates on density and viscosities and the surface tension forces. This would seem to be a monstrously large coupled nonlinear system. The only reasonable way to attack it would be to use a predictor corrector scheme which isn't really implicit at all. It would be interesting to see a precise definition of what they are considering implicit. I do remember seeing a paper once that did an implicit multiphase solution but i think it was for a very specialized case not general at all like VOF.
rmh26 is offline   Reply With Quote

Old   April 18, 2013, 11:33
Default
  #5
Member
 
Join Date: Aug 2011
Posts: 89
Rep Power: 14
MachZero is on a distinguished road
Quote:
Originally Posted by rmh26 View Post
I'm not sure what Fluent considers to be implicit VOF. But it would seem like it requires solving the momentum equation,pressure equation, vof advection, updates on density and viscosities and the surface tension forces. This would seem to be a monstrously large coupled nonlinear system. The only reasonable way to attack it would be to use a predictor corrector scheme which isn't really implicit at all. It would be interesting to see a precise definition of what they are considering implicit. I do remember seeing a paper once that did an implicit multiphase solution but i think it was for a very specialized case not general at all like VOF.
rmh,

Thanks for the reply. I saw a flow chart at one point that I have not been able to find recerntly that shows the way fluent does this. That being said, I know you have the option turning off some of the equations, such as surface tension. That being said, you can use a coupled solver for pressure and velocity, and then you have the option of coupling these with volume fraction. I have done some reading on this and the "coupled with volume fractions" option is one of those things that is new to v14, and is still being worked on. That being said, along with my confusion, some people at Fluent say that coupled solving is only beneficial when doing steady state calculations, while others say it is significantly more accurate. Either way, I am still curious to hear why explicit or implicit might be better than the other based on the image I uploaded.
MachZero is offline   Reply With Quote

Old   August 7, 2013, 18:17
Default
  #6
Senior Member
 
navid
Join Date: Jan 2010
Posts: 110
Rep Power: 16
ndabir is on a distinguished road
If you look at the original picture you uploaded early, you can see that this figure is NOT meant to compare implicit versus explicit methods. But instead is to compare different methods (such as compressive and HRIC) for each implicit or explicit method. Even if you look at the figures caption, it says for the explicit one it is first order in time and for the implicit one is second order in time.
Moreover, if you take a look at a table which is provided in the same lecture file, you can see that both explicit and implicit methods have high and low accurate interface schemes. For example for explicit method, GEO reconstruct is very high in accuracy and for implicit method, BGM has very high accuracy.
It will be better to first use explicit method since it takes less memory and time to solve the equations of flow. If you saw instabilities and your solution was highly dependent on very small time steps, then change to implicit methods.
Rohtiwari likes this.
ndabir is offline   Reply With Quote

Reply

Tags
compressive, explicit, fluent, implicit, vof


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
boundary conditions in FLUENT VOF for open channel flow newcomer Fluent Multiphase 32 May 4, 2020 07:28
VOF implicit or explicit hamid1 FLUENT 4 June 25, 2012 04:51
about VOF. Fluent or CFD ACE? Jiyeon FLUENT 5 January 17, 2012 04:37
Implicit or explicit ? Rickard.Solsjo OpenFOAM 0 May 31, 2011 04:02
Does Fluent Calculate VOF before Momentum ? Ganapathy Fluent UDF and Scheme Programming 1 April 7, 2010 10:56


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