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 4372529e46
commit b2a7bf3e5e
2 changed files with 20 additions and 4 deletions

View File

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

View File

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