/*--------------------------------*- 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 1000; nu [ 0 2 -1 0 0 0 0 ] 1.48e-6; }
air { transportModel Newtonian; rho 1.005; nu [ 0 2 -1 0 0 0 0 ] 1.413e-5; }
sigma 0.065;
