/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | foam-extend: Open Source CFD                    |
|  \\    /   O peration     | Version:     3.2                                |
|   \\  /    A nd           | Web:         http://www.foam-extend.org         |
|    \\/     M anipulation  | For copyright notice see file Copyright         |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      forceProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

forceType groundContact;
/*
forceCoeffs
{
  
    rhoFluid rhoFluid [1 -3 0 0 0 0 0] 1000;
    CM       CM       [0  0 0 0 0 0 0] 1.935;
    CD       CD       [0  0 0 0 0 0 0] 3.698;
    Cf       Cf       [0  0 0 0 0 0 0] 0.0;

    posVertDir (0 0 1);

    linearize false;
};
*/
groundContactCoeffs
{
  gDamping    0.1;
  gStiffness    1000;
  gCoordinate   (0 0 1);
}
/*
streamFunctionUserCoeffsCoeffs
{
    #include "../../../../velSignals_freeBound/H040T10_UserCoeffs.txt";
}

interpolateWaveCoeffs
{
    #include "../../../../velSignals/H040T10_interpolate.txt";
}

userDefinedWaveCoeffs
{
    #include "../../../../velSignals/H040T10.txt";

    includeVertical   true;
    includeWaveNumber true;
}
*/
// ************************************************************************* //
