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

viscosity model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 26, 2015, 05:59
Default viscosity model
  #1
New Member
 
NH1994
Join Date: Oct 2014
Posts: 9
Rep Power: 11
NH1994 is on a distinguished road
Hi,
i want to use a nonlinear viscosity model for a specific case like powerlaw or birdcarrue but when i change Newtonian to powerlaw or birdcarreu in
transportproperties , the solver run it with the Newtonian model.

HTML Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
|  \\    /   O peration     | Version:  1.6-ext                               |
|   \\  /    A nd           | Web:      www.extend-project.de                 |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
transportModel  BirdCarreau ;
nu              nu [0 2 -1 0 0 0 0] 0.01;
BirdCarreauCoeffs
{
    nu0             nu0 [ 0 2 -1 0 0 0 0 ] 0.0244370772e-3;
    nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 0.0030515582e-3;
    k               k [ 0 0 1 0 0 0 0 ] 4.9414230738;
    n               n [ 0 0 0 0 0 0 0 ] 0.4635742916;
}
Can you help me?please

Thanks
NH1994 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
Use of k-epsilon and k-omega Models Jade M Main CFD Forum 40 January 27, 2023 07:18
An error has occurred in cfx5solve: volo87 CFX 5 June 14, 2013 17:44
Validity of Sutherland's viscosity model for high-T gases tatu Main CFD Forum 1 March 6, 2013 12:00
modelling solids viscosity in eulerian multiphase model derkaiser FLUENT 1 December 5, 2011 03:42
Casson Viscosity model as one user define function Zahra Rahmdel FLUENT 0 November 6, 2004 05:53


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