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

transportModel  Newtonian;

nu              nu     [ 0 2 -1 0 0 0 0 ] 1.6e-06;
sigma           sigma  [ -1 -3 3 0 0 2 0 ] 409; 
rho             rho    [ 1 -3 0 0 0 0 0 ] 1568;
lambda          lambda [ 1 1 -3 -1 0 0 0 ] 0.7261;
cp              cp     [ 0 2 -2 -1 0 0 0] 65;
betaT           betaT  [ 0 0 0 -1 0 0 0] 2.8e-4;

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