/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object surfaceFeaturesDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // surfaces ( "innerCylinder.obj" "outerCylinder.obj" "propeller.obj" ); // Identify a feature when angle between faces < includedAngle includedAngle 150; trimFeatures { // Remove features with fewer than the specified number of edges minElem 10; } // ************************************************************************* //