ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / incompressible / simpleFoam / airFoil2D / constant / transportProperties
blob24783f3dfa3604939ad12ce9bcc67481af24e288
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      transportProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 transportModel  Newtonian;
20 rho             rho [ 1 -3 0 0 0 0 0 ] 1;
22 nu              nu [ 0 2 -1 0 0 0 0 ] 1e-05;
24 CrossPowerLawCoeffs
26     nu0             nu0 [ 0 2 -1 0 0 0 0 ] 1e-06;
27     nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 1e-06;
28     m               m [ 0 0 1 0 0 0 0 ] 1;
29     n               n [ 0 0 0 0 0 0 0 ] 1;
32 BirdCarreauCoeffs
34     nu0             nu0 [ 0 2 -1 0 0 0 0 ] 1e-06;
35     nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 1e-06;
36     k               k [ 0 0 1 0 0 0 0 ] 0;
37     n               n [ 0 0 0 0 0 0 0 ] 1;
41 // ************************************************************************* //