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

phase1
{
    rho0            0;
    rho             0.88;
    R               287;
    Cp              1007;
    nu              2.46e-05;
    d               4e-3;

    kappa           2.63e-2;
    diameterModel   isothermal;
    isothermalCoeffs
    {
        d0              3e-3;
        p0              1e5;
    }
}

phase2
{
    rho             733;
    rho0            733;
    R               1e10;
    Cp              4195;
    nu              2.73e-6;
    d               1e-4;

    kappa           0.668;
    diameterModel constant;
    constantCoeffs
    {
        d               1e-4;
    }
}

// Virtual-mass ceofficient
Cvm             0.5;

// Lift coefficient
Cl               0;

// Dispersed-phase turbulence coefficient
Ct               0.2;

// Minimum allowable pressure
pMin            10000;

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