Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Community
integration-cfmesh
Commits
87b7c279
Commit
87b7c279
authored
May 13, 2016
by
Franjo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'defect-renameBoundaryWrongTypes' into development
parents
0aca7478
e1685738
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
12 deletions
+12
-12
meshLibrary/utilities/surfaceTools/renameBoundaryPatches/renameBoundaryPatches.C
...urfaceTools/renameBoundaryPatches/renameBoundaryPatches.C
+3
-3
tutorials/cartesianMesh/elbow_90degree/system/meshDict
tutorials/cartesianMesh/elbow_90degree/system/meshDict
+2
-2
tutorials/cartesianMesh/multipleOrifices/system/meshDict
tutorials/cartesianMesh/multipleOrifices/system/meshDict
+2
-2
tutorials/cartesianMesh/singleOrifice/system/meshDict
tutorials/cartesianMesh/singleOrifice/system/meshDict
+3
-3
tutorials/pMesh/multipleOrifices/system/meshDict
tutorials/pMesh/multipleOrifices/system/meshDict
+2
-2
No files found.
meshLibrary/utilities/surfaceTools/renameBoundaryPatches/renameBoundaryPatches.C
View file @
87b7c279
...
...
@@ -282,15 +282,15 @@ renameBoundaryPatches::renameBoundaryPatches
mesh_
(
mesh
),
meshDict_
(
meshDict
)
{
if
(
meshDict
.
found
(
"renameBoundary"
)
)
calculateNewBoundary
();
if
(
!
allowEmptyPatches
)
{
checkEmptyPatches
();
}
checkSymmetryPlanes
();
if
(
meshDict
.
found
(
"renameBoundary"
)
)
calculateNewBoundary
();
}
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
...
...
tutorials/cartesianMesh/elbow_90degree/system/meshDict
View file @
87b7c279
...
...
@@ -56,13 +56,13 @@ renameBoundary
"inlet.*"
{
newName inlet;
newT
ype patch;
t
ype patch;
}
"outlet.*"
{
newName outlet;
newT
ype patch;
t
ype patch;
}
}
}
...
...
tutorials/cartesianMesh/multipleOrifices/system/meshDict
View file @
87b7c279
...
...
@@ -100,13 +100,13 @@ renameBoundary
"inlet.*"
{
newName inlet;
newT
ype patch;
t
ype patch;
}
"outlet.*"
{
newName outlet;
newT
ype patch;
t
ype patch;
}
}
}
...
...
tutorials/cartesianMesh/singleOrifice/system/meshDict
View file @
87b7c279
...
...
@@ -89,19 +89,19 @@ renameBoundary
"orificeRegion.*"
{
newName orificeRegion;
newT
ype wall;
t
ype wall;
}
"inlet.*"
{
newName inlet;
newT
ype patch;
t
ype patch;
}
"outlet.*"
{
newName outlet;
newT
ype patch;
t
ype patch;
}
}
}
...
...
tutorials/pMesh/multipleOrifices/system/meshDict
View file @
87b7c279
...
...
@@ -61,13 +61,13 @@ renameBoundary
"inlet.*"
{
newName inlet;
newT
ype patch;
t
ype patch;
}
"outlet.*"
{
newName outlet;
newT
ype patch;
t
ype patch;
}
}
}
...
...
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