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

implicit - (fvc::grad(U) & fvc::grad(muEff))

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 13, 2016, 18:15
Default implicit - (fvc::grad(U) & fvc::grad(muEff))
  #1
New Member
 
Kareem Abdelshafy
Join Date: Feb 2016
Location: Boston MA USA
Posts: 4
Rep Power: 10
Kareem Abdelshafy is on a distinguished road
Hello Foamers

I am trying to model two phase flow (water and high vicious fluid ) inside a micro-channel. After dimensionless, the reynolds number becomes very low. as far as I know, if the diffusion term is solved fully explicit , a new time step constrain for the diffusion term becomes dx^2 *Re which is very small in my case.

In most multiphase solvers in openfoam , the diffusion term are treated semi-explicit ( - (fvc::grad(U) & fvc::grad(muEff)) is explicit) which constrain my time step to unpractical time step. Otherwise, if I increased the time step with even Co number < 0.1 , the solver diverge. The solver works fine, if I removed this term, but the result becomes unphysical.

My question. Is there any suggestions to increase the time step or make this term - (fvc::grad(U) & fvc::grad(muEff)) implicit in openFoam ?

Thanks a lot
Kareem Abdelshafy is offline   Reply With Quote

Old   August 20, 2016, 20:57
Default
  #2
New Member
 
Kareem Abdelshafy
Join Date: Feb 2016
Location: Boston MA USA
Posts: 4
Rep Power: 10
Kareem Abdelshafy is on a distinguished road
I managed to solve the problem. Adding these two terms in the UEqn enhanced the solution stability.

- fvm::laplacian(max(MuEff), U)
+ fvc::laplacian(max(MuEff), U)
Kareem Abdelshafy 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
Can anybody give a introduction of the term "point implicit" and 'line implicit' ? Tommy Chen Main CFD Forum 2 August 3, 2015 03:30
Implicit source term and porousInterFoam Andrea_85 OpenFOAM Programming & Development 0 August 30, 2013 04:30
Help. implicit discritization dearboy Main CFD Forum 0 November 25, 2010 21:46
how implicit is implicit? Joe cool Main CFD Forum 7 July 16, 2004 11:10
UDF : Chemical Reaction in Catalytic Converter adhimac FLUENT 1 March 27, 2001 14:04


All times are GMT -4. The time now is 14:03.