Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
d04100a9
Commit
d04100a9
authored
Jun 28, 2018
by
Andrew Heather
Browse files
TUT: fix for snappy mesh layers
parent
6e35bcda
Changes
1
Hide whitespace changes
Inline
Side-by-side
tutorials/multiphase/interFoam/RAS/DTCHullMoving/system/snappyHexMeshDict
View file @
d04100a9
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment