FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

transportModel  Newtonian;

sigma		sigma  [ -1 -3 3 0 0 2 0 ] 2.7e+06;
rho             rho    [ 1 -3 0 0 0 0 0 ] 490;
lambda          lambda [ 1 1 -3 -1 0 0 0 ] 52.5;
cp              cp     [ 0 2 -2 -1 0 0 0] 4232;

// ************************************************************************* //
