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




amplitude	23643.45639;			//wave amplitude
direction	(1 0 0);		//wave direction
period		13.7;			//wave period
wavelength	174;			//wave length
phase		.0;			// Phase shift in rad/(2*pi) 
offset		0;			// base pressure 
value       uniform 0;      // Initial value
 

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