Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
cb14a202
Commit
cb14a202
authored
Apr 11, 2018
by
mattijs
Browse files
ENH: snappyHexMesh: exclude feature angle analysis. See
#699
.
parent
1fff0109
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.C
View file @
cb14a202
...
...
@@ -697,7 +697,7 @@ void Foam::snappyLayerDriver::handleFeatureAngle
Info
<<
nl
<<
"Handling feature edges (angle < "
<<
minAngle
<<
") ..."
<<
endl
;
if
(
minCos
<
1
-
SMALL
)
if
(
minCos
<
1
-
SMALL
&&
minCos
>
-
1
+
SMALL
)
{
// Normal component of normals of connected faces.
vectorField
edgeNormal
(
mesh
.
nEdges
(),
point
::
max
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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