From e7f979c42490870d3b97975a14ffda5d332d2671 Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Thu, 14 Dec 2017 12:59:15 +0000 Subject: [PATCH] TUT: tutorials: blockMesh: Added missing face projections to pipe tutorial --- tutorials/mesh/blockMesh/pipe/system/blockMeshDict | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/tutorials/mesh/blockMesh/pipe/system/blockMeshDict b/tutorials/mesh/blockMesh/pipe/system/blockMeshDict index 2720ee910f..246b0d8dc3 100644 --- a/tutorials/mesh/blockMesh/pipe/system/blockMeshDict +++ b/tutorials/mesh/blockMesh/pipe/system/blockMeshDict @@ -23,13 +23,6 @@ geometry point2 (0 4 0); radius 0.7; } - cylinder3 - { - type searchableCylinder; - point1 (-10 0.4 0); - point2 (10 0.4 0); - radius 0.5; - } cylinder2 { type searchableExtrudedCircle; @@ -140,6 +133,9 @@ faces // Common face project (v0 v4 v7 v3) cylinder + project (v4 v5 v6 v7) cylinder + project (v0 v1 v2 v3) cylinder + project (v8 v0 v4 v10) cylinder2 project (v10 v4 v7 v11) cylinder2 project (v11 v7 v3 v9) cylinder2