|
[Sponsors] |
November 4, 2014, 17:26 |
Power law coeffs
|
#1 |
Member
vitor spadeto
Join Date: Nov 2014
Posts: 51
Rep Power: 12 |
I am simulating a non-newtonian flow, I know that openfoam can simulate with Power law model. But how can I define powerlaw coeffs on the transport properties file? Just have coeffs to crosspowerlaw and Carreau model..
Code:
transportModel Newtonian; nu nu [ 0 2 -1 0 0 0 0 ] 1e-05; CrossPowerLawCoeffs { nu0 nu0 [ 0 2 -1 0 0 0 0 ] 1e-06; nuInf nuInf [ 0 2 -1 0 0 0 0 ] 1e-06; m m [ 0 0 1 0 0 0 0 ] 1; n n [ 0 0 0 0 0 0 0 ] 1; } BirdCarreauCoeffs { nu0 nu0 [ 0 2 -1 0 0 0 0 ] 1e-06; nuInf nuInf [ 0 2 -1 0 0 0 0 ] 1e-06; k k [ 0 0 1 0 0 0 0 ] 0; n n [ 0 0 0 0 0 0 0 ] 1; } |
|
November 5, 2014, 08:19 |
|
#2 |
Member
vitor spadeto
Join Date: Nov 2014
Posts: 51
Rep Power: 12 |
Please, someone? It is important for my project. Thanks!
|
|
November 6, 2014, 02:16 |
|
#3 | |
Senior Member
Kyle Mooney
Join Date: Jul 2009
Location: San Francisco, CA USA
Posts: 323
Rep Power: 18 |
Quote:
Hi Vitor, You can set a power law fluid in a manner similar to this: Code:
transportModel powerLaw; powerLawCoeffs { nuMax nuMax [ 0 2 -1 0 0 0 0 ] 1e-04; nuMin nuMin [ 0 2 -1 0 0 0 0 ] 1e-06; k k [ 0 0 1 0 0 0 0 ] 1; n n [ 0 0 0 0 0 0 0 ] 1; } Cheers, Kyle |
||
November 8, 2014, 18:22 |
|
#4 |
Member
vitor spadeto
Join Date: Nov 2014
Posts: 51
Rep Power: 12 |
thanks kmooney, but I have a question.... I paper show me the power law definition:
http://postimg.org/image/54gbo0nf3/ But what would be the nuMin and nuMax? I did not undertand..... Thank you, If I get success, I will post my results (validation) Best Regards, Vitor Spadeto |
|
November 8, 2014, 19:45 |
|
#5 |
New Member
Nara Shikamaru
Join Date: Apr 2012
Posts: 22
Rep Power: 14 |
nuMin and nuMax are values that limit the viscosity in case the value for viscosity calculated by the power law equation gives something that may cause an instability.
if nu<nu_min, nu = nu_min and if nu>nu_max, nu = nu_max This is common to all power-law implementation I have seen in commercial CFD softwares. If you know the limit of your shear rate, then you can calculate them. Otherwise, I guess you take an educated guess (I am sure there is a better way). Could you please share the reference you posted picture of? Regards. Last edited by shikamaru; November 9, 2014 at 01:32. |
|
November 8, 2014, 22:13 |
|
#6 |
Member
vitor spadeto
Join Date: Nov 2014
Posts: 51
Rep Power: 12 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Non-Newtonian Power Law for Viscosity | John | FLUENT | 16 | September 12, 2015 07:18 |
about consistency index of power law fluids | fluid_mech | OpenFOAM Running, Solving & CFD | 1 | July 7, 2014 02:36 |
One-Seventh power law in turbulent pipe flows | selvam2487 | CFX | 3 | September 9, 2013 18:46 |
Non-Newtonian Flow: Power law (2D BFS) | hellouch | FLUENT | 3 | April 21, 2009 04:03 |
Non newtonian power law model in pipe annulus | Poly | FLUENT | 0 | March 24, 2005 16:12 |