|
[Sponsors] |
July 28, 2021, 04:26 |
Herschel Bulkley Model in Openfoam
|
#1 |
Senior Member
mohammad
Join Date: Sep 2015
Posts: 281
Rep Power: 12 |
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))) ) ); where is the final calculated viscosity, as strain rate, n power law index, k consistency index, and as yield stress in viscoplastic fluids. Here my question is regarding 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 in initial iterations! So what is the highest value?!!! |
|
December 20, 2021, 17:01 |
|
#2 |
Member
MNM
Join Date: Aug 2017
Posts: 69
Rep Power: 9 |
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 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) |
|
December 20, 2021, 19:30 |
|
#3 | |
Senior Member
mohammad
Join Date: Sep 2015
Posts: 281
Rep Power: 12 |
Quote:
Thanks SHUBHAM for your comprehensive explanation. BTW, I have seen in OF, whenever we consider a higher 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 will be a case sensitive parameter, that can't be set to a very high value, as we see in the literature. |
||
October 1, 2022, 11:28 |
|
#4 |
New Member
Join Date: Oct 2022
Posts: 1
Rep Power: 0 |
Quote:
|
|
|
|
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 |