/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  1.6                                   |
|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      vofInitDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "parametersDict"

fieldName       alpha.viscoelastic_liquid;
algorithm       SMCA;
writeGeometry   off;
invert          off;
writeAllFields  on;
checkVolume     on;
refinementLevel 4;
relError        -1.0;

distCalc
{
    surfaceType     levelSet;
    surface         sphere;
    center          ($Cx $Cy $Cz);
    radius          $dropRadius;
    orientation     inward;
    narrowBandWidth 4.0;
    bulkValue       1.0;
}



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

