/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2012                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      waveProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

inlet
{
    #include "include/wavePropertiesConfig";

    alpha           alpha.water;

    waveModel       StokesII;

    nPaddle         1;

    waveHeight      $waveHeight;

    wavePeriod      $wavePeriod;

    waveAngle       $waveAngle;

    rampTime        $rampTime;

    activeAbsorption yes;
}

outlet
{
    alpha           alpha.water;

    waveModel       shallowWaterAbsorption;

    nPaddle         1;
}

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