1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.2 |
5 | \\ / A nd | Web: http://www.foam-extend.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 object transportProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 Ubar Ubar [0 1 -1 0 0 0 0] (5 0 0);
20 // Laminar incompressible transport model
21 transportModel Newtonian;
24 nu nu [0 2 -1 0 0 0 0] 1.8e-05;
26 // Coefficients for Cross's Power Law
30 nu0 nu0 [0 2 -1 0 0 0 0] 1e-06;
32 nuInf nuInf [0 2 -1 0 0 0 0] 1e-06;
34 m m [0 0 1 0 0 0 0] 1;
36 n n [0 0 0 0 0 0 0] 1;
39 // Coefficients for Bird-Carreau Law
43 nu0 nu0 [0 2 -1 0 0 0 0] 1e-06;
45 nuInf nuInf [0 2 -1 0 0 0 0] 1e-06;
47 k k [0 0 1 0 0 0 0] 0;
49 n n [0 0 0 0 0 0 0] 1;
52 // ************************************************************************* //