Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenFOAM-plus
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
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Development
OpenFOAM-plus
Commits
a2b459a8
Commit
a2b459a8
authored
7 years ago
by
Andrew Heather
Browse files
Options
Downloads
Patches
Plain Diff
TUT: fix for snappy mesh layers
parent
b4a66285
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
tutorials/multiphase/interFoam/RAS/DTCHullMoving/system/snappyHexMeshDict
+10
-1
10 additions, 1 deletion
...hase/interFoam/RAS/DTCHullMoving/system/snappyHexMeshDict
with
10 additions
and
1 deletion
tutorials/multiphase/interFoam/RAS/DTCHullMoving/system/snappyHexMeshDict
+
10
−
1
View file @
a2b459a8
...
...
@@ -216,7 +216,16 @@ addLayersControls
// When not to extrude surface. 0 is flat surface, 90 is when two faces
// are perpendicular
featureAngle 60;
// Note: featureAngle was wrong in v1712 and earlier. To obtain previous
// behaviour (extrude all edges, including sharp ones) use following
// settings. This is important for this geometry since we do want
// layers at the leading edge of the hull.
featureAngle 180;
// Specified to be consistent with v1712 settings (see 1806 release notes)
mergePatchFacesAngle 60; // featureAngle
layerTerminationAngle 30; // 0.5*featureAngle
slipFeatureAngle 30; // 0.5*featureAngle
// Maximum number of snapping relaxation iterations. Should stop
// before upon reaching a correct mesh.
...
...
This diff is collapsed.
Click to expand it.
Tobias Tolle
@ttolle
mentioned in issue
#1033 (closed)
·
6 years ago
mentioned in issue
#1033 (closed)
mentioned in issue #1033
Toggle commit list
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