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

origin          (0 0 0);

direction       (1 0 0);

waves
(
    Airy
    {
        length      300;
        amplitude   2.5;
        phase       0;
        angle       0;
    }
);

UMean           (2 0 0);

scale           table ((1200 1) (1800 0));

crossScale      constant 1;


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