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

transportProperties: CrossPowerLawCoeffs...?

Register Blogs Community New Posts Updated Threads Search

Like Tree5Likes
  • 5 Post By cnsidero

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 6, 2011, 17:43
Default transportProperties: CrossPowerLawCoeffs...?
  #1
Senior Member
 
Klaus
Join Date: Mar 2009
Posts: 250
Rep Power: 22
klausb will become famous soon enough
Hello,

I am working on a hydrofoil simulation.

What are and when is it necessary to set CrossPowerLawCoeffs and BirdCarreauCoeffs in the transportProperties file?

Currently my file looks like this:

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.7.1 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

transportModel Newtonian;

rho rho [ 1 -3 0 0 0 0 0 ] 1000; //water

nu nu [ 0 2 -1 0 0 0 0 ] 1e-06; //water 20°C

// ************************************************** *********************** //

Do I have to add something like:

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;
}

And if so, what would be reasonable values?

Klaus
klausb is offline   Reply With Quote

Old   March 6, 2011, 21:30
Default
  #2
Senior Member
 
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22
cnsidero is on a distinguished road
They are for non-Newtonian viscosity models. Here's a bit on wikipedia about generalized Newtonian models with links to the various types:

http://en.wikipedia.org/wiki/General...ewtonian_fluid

Furthermore, to use them you would have to change transportModel from Newtonian to the appropriate non-Newtonian model (i.e. CrossPowerLaw or BirdCarreau) otherwise the coefficients are ignored.
cnsidero is offline   Reply With Quote

Old   March 25, 2016, 14:45
Default
  #3
Member
 
Join Date: Feb 2016
Posts: 41
Rep Power: 10
LeeRuns is on a distinguished road
i was just going through a tutorial where they showed that you can have the CrossPower Law Coeffs and BirdCarreauCoeffs setup (link below). I would assume that if you have values in these, then by using the "Newtonian" setting for the transportModel then it just ignores these values..?


http://www.somogyibence.hu/documents.../Cornell1.html
LeeRuns 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
adding values to transportProperties in interFoam dgadensg OpenFOAM Programming & Development 15 April 16, 2019 08:29
Writing out stress tensor- Error with transportProperties suraj OpenFOAM Post-Processing 1 June 11, 2012 14:34
transportProperties for compressibleInterFoam romant OpenFOAM 5 June 14, 2011 04:21
transportProperties phase1, Wigley hull kolloff OpenFOAM Running, Solving & CFD 0 March 1, 2011 14:00
rhoSimpleFoam case seems to require transportProperties file delic OpenFOAM 1 April 18, 2010 00:33


All times are GMT -4. The time now is 02:27.