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

Power law coeffs

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By vitorspadetoventurin

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 4, 2014, 16:26
Default Power law coeffs
  #1
Member
 
vitor spadeto
Join Date: Nov 2014
Posts: 51
Rep Power: 11
vitorspadetoventurin is on a distinguished road
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;
}
thanks
vitorspadetoventurin is offline   Reply With Quote

Old   November 5, 2014, 07:19
Default
  #2
Member
 
vitor spadeto
Join Date: Nov 2014
Posts: 51
Rep Power: 11
vitorspadetoventurin is on a distinguished road
Please, someone? It is important for my project. Thanks!
vitorspadetoventurin is offline   Reply With Quote

Old   November 6, 2014, 01:16
Default
  #3
Senior Member
 
kmooney's Avatar
 
Kyle Mooney
Join Date: Jul 2009
Location: San Francisco, CA USA
Posts: 323
Rep Power: 17
kmooney is on a distinguished road
Quote:
Originally Posted by vitorspadetoventurin View Post
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;
}
thanks

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;
}
I might be wrong about the dimensions on this.

Cheers,
Kyle
kmooney is offline   Reply With Quote

Old   November 8, 2014, 17:22
Default
  #4
Member
 
vitor spadeto
Join Date: Nov 2014
Posts: 51
Rep Power: 11
vitorspadetoventurin is on a distinguished road
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
vitorspadetoventurin is offline   Reply With Quote

Old   November 8, 2014, 18:45
Default
  #5
New Member
 
Nara Shikamaru
Join Date: Apr 2012
Posts: 22
Rep Power: 14
shikamaru is on a distinguished road
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 00:32.
shikamaru is offline   Reply With Quote

Old   November 8, 2014, 21:13
Default
  #6
Member
 
vitor spadeto
Join Date: Nov 2014
Posts: 51
Rep Power: 11
vitorspadetoventurin is on a distinguished road
Dear shikamaru, my reference:

http://www.comsol.se/papers/6540/download/Fodor.pdf

thanks!
shikamaru likes this.
vitorspadetoventurin 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
Non-Newtonian Power Law for Viscosity John FLUENT 16 September 12, 2015 06:18
about consistency index of power law fluids fluid_mech OpenFOAM Running, Solving & CFD 1 July 7, 2014 01:36
One-Seventh power law in turbulent pipe flows selvam2487 CFX 3 September 9, 2013 17:46
Non-Newtonian Flow: Power law (2D BFS) hellouch FLUENT 3 April 21, 2009 03:03
Non newtonian power law model in pipe annulus Poly FLUENT 0 March 24, 2005 15:12


All times are GMT -4. The time now is 08:24.