inflowOutflow templates: added inlet and outlet groups in snappyHexMeshDict

This commit is contained in:
Chris Greenshields 2015-08-05 18:44:14 +01:00
parent 690decf5a3
commit f4deefbe6f
2 changed files with 20 additions and 4 deletions

View file

@ -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);
}
} }
} }
} }

View file

@ -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);
}
} }
} }
} }