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
046a2731
Commit
046a2731
authored
3 years ago
by
felix
Browse files
Options
Downloads
Patches
Plain Diff
boundary values for pressure
parent
4d45a44a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openfoam/run/flowAroundCylinder/0/p
+11
-3
11 additions, 3 deletions
openfoam/run/flowAroundCylinder/0/p
openfoam/run/flowAroundCylinder/system/blockMeshDict
+1
-8
1 addition, 8 deletions
openfoam/run/flowAroundCylinder/system/blockMeshDict
with
12 additions
and
11 deletions
openfoam/run/flowAroundCylinder/0/p
+
11
−
3
View file @
046a2731
...
...
@@ -20,12 +20,20 @@ internalField uniform 0;
boundaryField
{
movingWall
// inlet as in channelInlet, outlet the same because "fixedFlux" sound fitting for a pipe where the same amount goes in as out
inlet
{
type zeroGradient;
type fixedFluxPressure;
}
outlet
{
type fixedFluxPressure;
/* type fixedValue; */
/* value uniform 0; */
}
fixedWalls
wall // both walls (outer walls) and cylinder
{
type zeroGradient;
}
...
...
This diff is collapsed.
Click to expand it.
openfoam/run/flowAroundCylinder/system/blockMeshDict
+
1
−
8
View file @
046a2731
...
...
@@ -77,20 +77,13 @@ edges
boundary
(
bottom
wall
wall
s
{
type wall;
faces
(
(Fbl Fbs Bbl Bbs)
(Fbs Bbs Bbr Fbr)
);
}
topwall
{
type wall;
faces
(
(Fts Bts Btl Ftl)
(Ftr Btr Bts Fts)
);
...
...
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