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

phases (water air);

water
{
	parameters
	{                
                type             FENE-PLog;

                rho              rho [1 -3 0 0 0 0 0] 1000;
                etaS             etaS [1 -1 -1 0 0 0 0] 1e-3;
                etaP             etaP [1 -1 -1 0 0 0 0] 4e-3;             
                lambda           lambda [0 0 1 0 0 0 0] 0.1;
                L2               L2 [0 0 0 0 0 0 0] 10;

                stabilization    coupling;                    
	}
}

air
{
	parameters
       	{		        
        	type            Newtonian;
         	rho             rho [1 -3 0 0 0 0 0] 1;
         	eta             eta [1 -1 -1 0 0 0 0] 1.48e-2;
       	}
}

sigma           sigma [ 1 0 -2 0 0 0 0 ] 0.07;

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