Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
e7f979c4
Commit
e7f979c4
authored
7 years ago
by
Will Bainbridge
Committed by
Andrew Heather
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
TUT: tutorials: blockMesh: Added missing face projections to pipe tutorial
parent
5c69b02d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tutorials/mesh/blockMesh/pipe/system/blockMeshDict
+3
-7
3 additions, 7 deletions
tutorials/mesh/blockMesh/pipe/system/blockMeshDict
with
3 additions
and
7 deletions
tutorials/mesh/blockMesh/pipe/system/blockMeshDict
+
3
−
7
View file @
e7f979c4
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment