Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / finiteArea / liquidFilmFoam / dropsSpreading / constant / transportProperties
blobcfb4be9f930ade8b121055fef976a8775cdf7ae1
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
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 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "system";
14     object      transportProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 mug mug [0 2 -1 0 0 0 0] 0;
19 mul mul [0 2 -1 0 0 0 0] 1e-3;
21 rhog rhog [ 1 -3  0 0 0 0 0 ] 1;
22 rhol rhol [ 1 -3  0 0 0 0 0 ] 1000;
24 sigma sigma [ 1 0 -2 0 0 0 0 ] 20;
26 h0 ho [0 1 0 0 0 0 0] 1e-10;
28 // ************************************************************************* //