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
feb608ed
Commit
feb608ed
authored
8 years ago
by
mattijs
Browse files
Options
Downloads
Patches
Plain Diff
COMP: snappyHexMesh: adding missing functions in .H file
parent
09a08aaa
No related branches found
No related tags found
1 merge request
!121
Merge develop into master for v1706 release
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.H
+43
-1
43 additions, 1 deletion
...esh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.H
with
43 additions
and
1 deletion
src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.H
+
43
−
1
View file @
feb608ed
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
\\/ M anipulation |
Copyright (C) 2017 OpenCFD Ltd.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
License
License
This file is part of OpenFOAM.
This file is part of OpenFOAM.
...
@@ -159,6 +159,48 @@ private:
...
@@ -159,6 +159,48 @@ private:
List
<
extrudeMode
>&
extrudeStatus
List
<
extrudeMode
>&
extrudeStatus
);
);
//- Truncate index in face
static
label
constrainFp
(
const
label
sz
,
const
label
fp
);
//- Count common points between face and its neighbours
void
countCommonPoints
(
const
indirectPrimitivePatch
&
,
const
label
facei
,
Map
<
label
>&
)
const
;
//- Check if any common points form single string. Return
// false if not.
bool
checkCommonOrder
(
const
label
nCommon
,
const
face
&
curFace
,
const
face
&
nbFace
)
const
;
//- Check if any common points form single string; unmark
// points on face if not
void
checkCommonOrder
(
const
indirectPrimitivePatch
&
pp
,
const
label
facei
,
const
Map
<
label
>&
nCommonPoints
,
pointField
&
patchDisp
,
labelList
&
patchNLayers
,
List
<
extrudeMode
>&
extrudeStatus
)
const
;
//- Check if any common points form single string; unmark
// points on face if not
void
handleNonStringConnected
(
const
indirectPrimitivePatch
&
pp
,
pointField
&
patchDisp
,
labelList
&
patchNLayers
,
List
<
extrudeMode
>&
extrudeStatus
)
const
;
//- No extrusion at non-manifold points.
//- No extrusion at non-manifold points.
void
handleNonManifolds
void
handleNonManifolds
(
(
...
...
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