Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoamVariant2 / waveTank / constant / transportProperties
blob73c1785d0eb720a1bb5ef4552cdb39c65fca4dca
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.4                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version         2.0;
12     format          ascii;
13     class           dictionary;
14     object          transportProperties;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 phase1
21     transportModel  Newtonian;
22     nu              nu [0 2 -1 0 0 0 0] 1e-06;
23     rho             rho [1 -3 0 0 0 0 0] 1000;
26 phase2
28     transportModel  Newtonian;
29     nu              nu [0 2 -1 0 0 0 0] 1e-05;
30     rho             rho [1 -3 0 0 0 0 0] 1;
33 sigma                   sigma [1 0 -2 0 0 0 0] 0;
37 // ************************************************************************* //