Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cylinderflow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Felix Hilsky
cylinderflow
Commits
4d45a44a
Commit
4d45a44a
authored
3 years ago
by
felix
Browse files
Options
Downloads
Patches
Plain Diff
fix boundaries
(and include them)
parent
1246331e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openfoam/run/flowAroundCylinder/system/blockMeshDict
+20
-13
20 additions, 13 deletions
openfoam/run/flowAroundCylinder/system/blockMeshDict
with
20 additions
and
13 deletions
openfoam/run/flowAroundCylinder/system/blockMeshDict
+
20
−
13
View file @
4d45a44a
...
@@ -77,31 +77,39 @@ edges
...
@@ -77,31 +77,39 @@ edges
boundary
boundary
(
(
/*
bottomwall
inlet
{
{
type
patch
;
type
wall
;
faces
faces
(
(
(Fbl Ftl Bbl Btl)
(Fbl Fbs Bbl Bbs)
(Fbs Bbs Bbr Fbr)
);
);
}
}
outlet
topwall
{
type wall;
faces
(
(Fts Bts Btl Ftl)
(Ftr Btr Bts Fts)
);
}
inlet
{
{
type patch;
type patch;
faces
faces
(
(
(Fb
r
Ft
r
B
br Btr
)
(Fb
l
Ft
l
B
tl Bbl
)
);
);
}
}
walls
outlet
{
{
type
wall
;
type
patch
;
faces
faces
(
(
(Fbl Fbr Bbl Bbr)
(Fbr Bbr Btr Ftr)
(Ftl Ftr Btl Btr)
);
)
}
}
cylinder
cylinder
{
{
...
@@ -112,7 +120,7 @@ boundary
...
@@ -112,7 +120,7 @@ boundary
(Fcbr Fctr Bcbr Bctr)
(Fcbr Fctr Bcbr Bctr)
(Fctr Fctl Bctr Bctl)
(Fctr Fctl Bctr Bctl)
(Fctl Fcbl Bctl Bcbl)
(Fctl Fcbl Bctl Bcbl)
)
)
;
}
}
frontAndBack
frontAndBack
{
{
...
@@ -132,7 +140,6 @@ boundary
...
@@ -132,7 +140,6 @@ boundary
(Bbs Bbr Btr Bts)
(Bbs Bbr Btr Bts)
);
);
}
}
*/
);
);
mergePatchPairs
mergePatchPairs
...
...
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