Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fluiddynamicsproject4
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
Fluiddynamicsproject4
Commits
0b157403
Commit
0b157403
authored
4 years ago
by
Felix
Browse files
Options
Downloads
Patches
Plain Diff
new mesh
parent
abea4b4c
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
openfoam2012/freeCylinderFlow/system/blockMeshDict
+4
-4
4 additions, 4 deletions
openfoam2012/freeCylinderFlow/system/blockMeshDict
with
4 additions
and
4 deletions
openfoam2012/freeCylinderFlow/system/blockMeshDict
+
4
−
4
View file @
0b157403
...
@@ -47,12 +47,12 @@ chs $cvs; // cells at horizontal side of square
...
@@ -47,12 +47,12 @@ chs $cvs; // cells at horizontal side of square
// cells in radial direction in square
// cells in radial direction in square
// gives roughly square cells at cylinder wall -> sounds like a good idea but grading plays into it as well and the
// gives roughly square cells at cylinder wall -> sounds like a good idea but grading plays into it as well and the
// grading is again dependent on cr. So all a mess.
// grading is again dependent on cr. So all a mess.
cr #eval{$N*
2
0*floor(sqrt($sqrTod))};
cr #eval{$N*
4
0*floor(sqrt($sqrTod))};
ghi
9
; // grading horizontally in front of square
ghi
18
; // grading horizontally in front of square
gho
11
; // grading horizontall behind the square
gho
30
; // grading horizontall behind the square
gv
8
; // grading vertically below or above square
gv
16
; // grading vertically below or above square
// gvs, ghs not done
// gvs, ghs not done
gr #eval{pow(1.1,$cr)}; // grading in radial direction in square
gr #eval{pow(1.1,$cr)}; // grading in radial direction in square
/* gr 3; */
/* gr 3; */
...
...
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