/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  9
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object transportProperties; }
phases (water air);
water { transportModel Newtonian; rho 1200; nu [ 0 2 -1 0 0 0 0 ] 5.67e-5; }
air { transportModel Newtonian; rho 10; nu [ 0 2 -1 0 0 0 0 ] 1e-5; }
sigma 0.06;
