Skip to content
Snippets Groups Projects
Commit e7f979c4 authored by Will Bainbridge's avatar Will Bainbridge Committed by Andrew Heather
Browse files

TUT: tutorials: blockMesh: Added missing face projections to pipe tutorial

parent 5c69b02d
Branches
Tags
No related merge requests found
...@@ -23,13 +23,6 @@ geometry ...@@ -23,13 +23,6 @@ geometry
point2 (0 4 0); point2 (0 4 0);
radius 0.7; radius 0.7;
} }
cylinder3
{
type searchableCylinder;
point1 (-10 0.4 0);
point2 (10 0.4 0);
radius 0.5;
}
cylinder2 cylinder2
{ {
type searchableExtrudedCircle; type searchableExtrudedCircle;
...@@ -140,6 +133,9 @@ faces ...@@ -140,6 +133,9 @@ faces
// Common face // Common face
project (v0 v4 v7 v3) cylinder 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 (v8 v0 v4 v10) cylinder2
project (v10 v4 v7 v11) cylinder2 project (v10 v4 v7 v11) cylinder2
project (v11 v7 v3 v9) cylinder2 project (v11 v7 v3 v9) cylinder2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment