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

VoFCavitation
{
    type    compressible::VoFCavitation;

    model   SchnerrSauer;

    liquid  water;

    pSat    2300;

    n       1.6e+13;
    dNuc    2.0e-06;
    Cc      1;
    Cv      1;
}


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