/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  9                                     |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      extrudeMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
constructFrom patch;

sourceCase ".";
sourcePatches (front);
exposedPatchName front;

flipNormals false;
extrudeModel        linearNormal;
nLayers             1;
expansionRatio      1.0;    //0.9;


linearNormalCoeffs
{
    thickness       10e-6;
}

linearDirectionCoeffs
{
    direction       (0 1 0);
    thickness       10e-6;
}

mergeFaces false;   //true;

mergeTol 0;


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