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

// momentumSource
// {
//     type      phaseIncompressibleMeanVelocityForce;
//
//     Ubar            (0 0.0001 0);
//     alphaName       alpha.water;
//     fields          (U.water);
//     selectionMode   all;
//
//     volumeMode      specific;
// }


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