/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  7
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

phases (helium hydrogen);

helium
{
    transportModel  Newtonian;
    nu              11.039e-05;
    rho             0.1694;
}

hydrogen
{
    transportModel  Newtonian;
    nu              9.33e-05;
    rho             0.09;
}

sigma            0.0005;


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