Skip to content
Snippets Groups Projects
Commit b2a7bf3e authored by Chris Greenshields's avatar Chris Greenshields
Browse files

inflowOutflow templates: added inlet and outlet groups in snappyHexMeshDict

parent 4372529e
No related branches found
No related tags found
No related merge requests found
...@@ -53,13 +53,21 @@ castellatedMeshControls ...@@ -53,13 +53,21 @@ castellatedMeshControls
<inletPatch> <inletPatch>
{ {
level (2 2); level (2 2);
patchInfo { type patch; } patchInfo
{
type patch;
inGroups (inlet);
}
} }
<outletPatch> <outletPatch>
{ {
level (2 2); level (2 2);
patchInfo { type patch; } patchInfo
{
type patch;
inGroups (outlet);
}
} }
} }
} }
......
...@@ -66,13 +66,21 @@ castellatedMeshControls ...@@ -66,13 +66,21 @@ castellatedMeshControls
<inletPatch> <inletPatch>
{ {
level (2 2); level (2 2);
patchInfo { type patch; } patchInfo
{
type patch;
inGroups (inlet);
}
} }
<outletPatch> <outletPatch>
{ {
level (2 2); level (2 2);
patchInfo { type patch; } patchInfo
{
type patch;
inGroups (outlet);
}
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment