Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
2c6558ec
Commit
2c6558ec
authored
9 years ago
by
mattijs
Browse files
Options
Downloads
Patches
Plain Diff
ENH: snappyHexMeshDict: added comment for limitRegions
parent
132a3893
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict
+10
-3
10 additions, 3 deletions
...utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict
with
10 additions
and
3 deletions
applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict
+
10
−
3
View file @
2c6558ec
...
@@ -187,7 +187,8 @@ castellatedMeshControls
...
@@ -187,7 +187,8 @@ castellatedMeshControls
//faceZone sphere;
//faceZone sphere;
//cellZone sphere;
//cellZone sphere;
//cellZoneInside inside; //outside/insidePoint
//cellZoneInside inside; // outside/insidePoint
//insidePoint (1 1 1); // if (cellZoneInside == insidePoint)
//- Optional specification of what to do with faceZone faces:
//- Optional specification of what to do with faceZone faces:
// internal : keep them as internal faces (default)
// internal : keep them as internal faces (default)
...
@@ -259,7 +260,12 @@ castellatedMeshControls
...
@@ -259,7 +260,12 @@ castellatedMeshControls
}
}
// Limit refinement in geometric region
// Optionally limit refinement in geometric region. This limits all
// refinement (from features, refinementSurfaces, refinementRegions)
// in a given geometric region. The syntax is exactly the same as for the
// refinementRegions; the cell level now specifies the upper limit
// for any cell. Note that it does not override the refinement constraints
// given by the nCellsBetweenLevels settting.
limitRegions
limitRegions
{
{
}
}
...
@@ -297,7 +303,8 @@ castellatedMeshControls
...
@@ -297,7 +303,8 @@ castellatedMeshControls
// 2. Specify multiple locations with optional cellZones for the
// 2. Specify multiple locations with optional cellZones for the
// regions. faceZones are automatically constructed from the
// regions (use cellZone "none" to specify the unzoned cells)
// FaceZones are automatically constructed from the
// names of the cellZones: <cellZoneA> _to_ <cellZoneB>
// names of the cellZones: <cellZoneA> _to_ <cellZoneB>
// where the cellZoneA is the lowest numbered cellZone (non-cellZone
// where the cellZoneA is the lowest numbered cellZone (non-cellZone
// cells are in a special region called "none" which is always
// cells are in a special region called "none" which is always
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment