/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { format ascii; class dictionary; location "system"; object extrudeMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // constructFrom patch; sourceCase "."; sourcePatches ( front ); exposedPatchName back; flipNormals true; nLayers 1; extrudeModel linearNormal; linearNormalCoeffs { thickness 0.001; } expansionRatio 1.00; mergeFaces false; // ************************************************************************* //