/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.x | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class polyTopoChanger; location "constant/polyMesh"; object meshModifiers; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 2 ( top { type layerAdditionRemoval; faceZoneName top; minLayerThickness 0.001; maxLayerThickness 0.03; thicknessFromVolume false; active true; } bottom { type layerAdditionRemoval; faceZoneName bottom; // minLayerThickness 0.005; // maxLayerThickness 0.03; minLayerThickness 0.005; maxLayerThickness 0.03; thicknessFromVolume false; active true; } ) // ************************************************************************* //