Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
b2a7bf3e
Commit
b2a7bf3e
authored
Aug 05, 2015
by
Chris Greenshields
Browse files
inflowOutflow templates: added inlet and outlet groups in snappyHexMeshDict
parent
4372529e
Changes
2
Show whitespace changes
Inline
Side-by-side
etc/templates/inflowOutflow/system/snappyHexMeshDict
View file @
b2a7bf3e
...
...
@@ -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);
}
}
}
}
...
...
etc/templates/inflowOutflowRotating/system/snappyHexMeshDict
View file @
b2a7bf3e
...
...
@@ -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);
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment