inflowOutflow templates: added inlet and outlet groups in snappyHexMeshDict
This commit is contained in:
parent
690decf5a3
commit
f4deefbe6f
2 changed files with 20 additions and 4 deletions
|
|
@ -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
|
||||||
<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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue