FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      transportProperties;
}

transportModel  Newtonian;

uInf		0.05;
c		1;
Re		1000;

nu              nu [ 0 2 -1 0 0 0 0 ] #eval {($uInf * $c) / $Re};
