mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
inflowOutflow templates: added inlet and outlet groups in snappyHexMeshDict
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user