/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | faSavageHutterFOAM                              |
|   \\  /    A nd           | Copyright (C) 2017 Matthias Rauter              |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      demMeshDict;
}

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

minX 0.;
maxX 30.;

minY -5.;
maxY  5.;

h 1.;

// 0.75  0.56  0.42  0.32  0.24  0.18  0.13  0.10  0.075  0.056  0.042
//   40    53    71    95   126   168   225   300    400    533    711
//   13    18    24    32    42    56    75   100    133    178    237

cellCountX 300;
cellCountY 100;

elevationModel   SimpleSlope;

SimpleSlopeCoeffs
{
    alpha 35.;
    alpha2 10.;
    a 17.5;
    b 21.5;
}

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