From ccbc6b03f956980eb75e8310cbd8c32679a6905a Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Fri, 30 Mar 2012 16:09:19 +0100
Subject: [PATCH] ENH: surfaceFeatureExtract: extract features

---
 .../flange/system/surfaceFeatureExtractDict   | 37 +++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 tutorials/mesh/cvMesh/flange/system/surfaceFeatureExtractDict

diff --git a/tutorials/mesh/cvMesh/flange/system/surfaceFeatureExtractDict b/tutorials/mesh/cvMesh/flange/system/surfaceFeatureExtractDict
new file mode 100644
index 00000000000..053b4210cb1
--- /dev/null
+++ b/tutorials/mesh/cvMesh/flange/system/surfaceFeatureExtractDict
@@ -0,0 +1,37 @@
+/*--------------------------------*- C++ -*----------------------------------*\
+| =========                 |                                                 |
+| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
+|  \\    /   O peration     | Version:  dev                                   |
+|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
+|    \\/     M anipulation  |                                                 |
+\*---------------------------------------------------------------------------*/
+FoamFile
+{
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      surfaceFeatureExtractDict;
+}
+// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
+
+flange.obj
+{
+    extractionMethod    extractFromSurface;
+
+    extractFromSurface
+    {
+        // Mark edges whose adjacent surface normals are at an angle less
+        // than includedAngle as features
+        // - 0  : selects no edges
+        // - 180: selects all edges
+        includedAngle   155;
+    }
+
+    // Write options
+    writeVTK                no;
+    writeObj                yes;
+    writeFeatureEdgeMesh    no;
+}
+
+
+// ************************************************************************* //
-- 
GitLab