/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  13
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/

FoamFile
{
    format          ascii;
    class           dictionary;
    object          extrude2DMeshDict;
}

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

extrudeModel
{
    type            linearDirection;

    nLayers             1;
    expansionRatio      1.0;

    direction       (0 0 1);
    thickness       0.1;
}

patchType           empty;


// extrudeModel
// {
//     type            wedge;
//
//     axisPt      (0 0 0);
//     axis        (1 0 0);
//     angle       10;
// }
//
// patchType           wedge;

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