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
Branches
Tags
No related merge requests found
......@@ -53,13 +53,21 @@ castellatedMeshControls
<inletPatch>
{
level (2 2);
patchInfo { type patch; }
patchInfo
{
type patch;
inGroups (inlet);
}
}
<outletPatch>
{
level (2 2);
patchInfo { type patch; }
patchInfo
{
type patch;
inGroups (outlet);
}
}
}
}
......
......@@ -66,13 +66,21 @@ castellatedMeshControls
<inletPatch>
{
level (2 2);
patchInfo { type patch; }
patchInfo
{
type patch;
inGroups (inlet);
}
}
<outletPatch>
{
level (2 2);
patchInfo { type patch; }
patchInfo
{
type patch;
inGroups (outlet);
}
}
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment