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

Herschel Bulkley Model in Openfoam

Register Blogs Community New Posts Updated Threads Search

Like Tree7Likes
  • 2 Post By mostanad
  • 4 Post By SHUBHAM9595
  • 1 Post By mostanad

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 28, 2021, 04:26
Default Herschel Bulkley Model in Openfoam
  #1
Senior Member
 
mohammad
Join Date: Sep 2015
Posts: 281
Rep Power: 12
mostanad is on a distinguished road
Hi everybody,
I am trying to simulate the particle settling in a Non-Newtonian fluid, using Herschel-Bulkley model. As I know the HB model has been implemented in OF using the following equation for viscosity:
Code:
return
    (
        min
        (
            nu0_,
            (tau0_ + k_*rtone*pow(tone*sr(), n_))
           /(max(sr(), dimensionedScalar ("VSMALL", dimless/dimTime, VSMALL)))
        )
    );
Which is simply equivalent to the following equation:


\eta=min\left(\eta_0,\frac{\tau_0+k\dot{\gamma}^n}{\dot{\gamma}}\right)


where \eta is the final calculated viscosity, \dot{\gamma} as strain rate, n power law index, k consistency index, and \tau_0 as yield stress in viscoplastic fluids. Here my question is regarding \eta_0 which can only be found in OF and describes the largest possible viscosity in the domain for plastic phase.

Considering a settling particle, which starts to settle from zero velocity, I think it's an important factor, because my calculated viscosity based on the shear rate is always comparing with this parameter. So what you think about this parameter? Should it be kept as the highest possible value? If yes, for a settling particle, it fails to exceed the \eta_0 in initial iterations! So what is the highest value?!!!
87682111 and sourav90 like this.
mostanad is offline   Reply With Quote

Old   December 20, 2021, 17:01
Default
  #2
Member
 
MNM
Join Date: Aug 2017
Posts: 69
Rep Power: 9
SHUBHAM9595 is on a distinguished road
Thanks for asking this question Mohammad.

I also came across this same question and spent few hours looking for it . Hope the following info might help someone .

The equations shown by you refer to the regularization approach (one of the ways to tackle the discontinuous behavior of non -Newtonian fluids).

The parameter \eta_{0} refers to the Creeping viscosity or Yielding viscosity, and it represents the viscosity when the shear stress is smaller than yield stress. Hence, it should be as high as possible to accurately model the Non-Newtonian behavior. Although, there is no standard rule to set this, I came across few papers that provided some rough approximations

1. Here ( https://www.researchgate.net/publica...zing_OpenfoamR) authors advised to take it somewhere from 10k -100k Pa.S (dont forget to convert it to kinematic viscosity)

2. In another paper (Eq -4 of Numerical study of the Bingham squeeze film problem https://www.sciencedirect.com/scienc...77025784800294), it is suggested to take its value 1000 times of dynamic viscosity. (again make sure to divide it by density b4 giving as input in FOAM)

P.S. - Curious fellows can also refer to this awesome piece of work for a nice overview (Progress in numerical simulation of yield stress fluid flows https://link.springer.com/article/10...397-016-0985-9)
SHUBHAM9595 is offline   Reply With Quote

Old   December 20, 2021, 19:30
Default
  #3
Senior Member
 
mohammad
Join Date: Sep 2015
Posts: 281
Rep Power: 12
mostanad is on a distinguished road
Quote:
Originally Posted by SHUBHAM9595 View Post
Thanks for asking this question Mohammad.

I also came across this same question and spent few hours looking for it . Hope the following info might help someone .

The equations shown by you refer to the regularization approach (one of the ways to tackle the discontinuous behavior of non -Newtonian fluids).

The parameter \eta_{0} refers to the Creeping viscosity or Yielding viscosity, and it represents the viscosity when the shear stress is smaller than yield stress. Hence, it should be as high as possible to accurately model the Non-Newtonian behavior. Although, there is no standard rule to set this, I came across few papers that provided some rough approximations

1. Here ( https://www.researchgate.net/publica...zing_OpenfoamR) authors advised to take it somewhere from 10k -100k Pa.S (dont forget to convert it to kinematic viscosity)

2. In another paper (Eq -4 of Numerical study of the Bingham squeeze film problem https://www.sciencedirect.com/scienc...77025784800294), it is suggested to take its value 1000 times of dynamic viscosity. (again make sure to divide it by density b4 giving as input in FOAM)

P.S. - Curious fellows can also refer to this awesome piece of work for a nice overview (Progress in numerical simulation of yield stress fluid flows https://link.springer.com/article/10...397-016-0985-9)

Thanks SHUBHAM for your comprehensive explanation.

BTW, I have seen in OF, whenever we consider a higher \eta_0 in the simulation, the time step should be lower, as the viscosity in the unyielded will be so high, and there will be a problem in terms of stability in this kind of simulation. So we need to have an optimum viscosity value for the simulation. The papers you mentioned are so valuable. However, I think \eta_0 will be a case sensitive parameter, that can't be set to a very high value, as we see in the literature.
87682111 likes this.
mostanad is offline   Reply With Quote

Old   October 1, 2022, 11:28
Question
  #4
New Member
 
Join Date: Oct 2022
Posts: 1
Rep Power: 0
sfrsfr is on a distinguished road
Quote:
Originally Posted by mostanad View Post
Hi everybody,
I am trying to simulate the particle settling in a Non-Newtonian fluid, using Herschel-Bulkley model. As I know the HB model has been implemented in OF using the following equation for viscosity:
Code:
return
    (
        min
        (
            nu0_,
            (tau0_ + k_*rtone*pow(tone*sr(), n_))
           /(max(sr(), dimensionedScalar ("VSMALL", dimless/dimTime, VSMALL)))
        )
    );
Which is simply equivalent to the following equation:


\eta=min\left(\eta_0,\frac{\tau_0+k\dot{\gamma}^n}{\dot{\gamma}}\right)


where \eta is the final calculated viscosity, \dot{\gamma} as strain rate, n power law index, k consistency index, and \tau_0 as yield stress in viscoplastic fluids. Here my question is regarding \eta_0 which can only be found in OF and describes the largest possible viscosity in the domain for plastic phase.

Considering a settling particle, which starts to settle from zero velocity, I think it's an important factor, because my calculated viscosity based on the shear rate is always comparing with this parameter. So what you think about this parameter? Should it be kept as the highest possible value? If yes, for a settling particle, it fails to exceed the \eta_0 in initial iterations! So what is the highest value?!!!
Hello,I have a question here, in FOAM code the HB model is about kinematic viscosity, but in ur equation it is about dynamic viscosity,and i searched about HB model and it seems yours is correct.
sfrsfr 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
OpenFOAM course for beginners Jibran OpenFOAM Announcements from Other Sources 2 November 4, 2019 09:51
Herschel Bulkley model Problem emad FLUENT 6 September 12, 2018 14:35
OpenFOAM 5.0 Released CFDFoundation OpenFOAM Announcements from OpenFOAM Foundation 11 June 6, 2018 00:48
OpenFOAM Training Jan-Jul 2017, Virtual, London, Houston, Berlin CFDFoundation OpenFOAM Announcements from Other Sources 0 January 4, 2017 07:15
Water subcooled boiling Attesz CFX 7 January 5, 2013 04:32


All times are GMT -4. The time now is 04:52.