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
4850f1dc
Commit
4850f1dc
authored
3 years ago
by
mattijs
Browse files
Options
Downloads
Patches
Plain Diff
ENH: cpuCabinet: remove excess cellZone. Fixes
#2516
parent
b51e0d4c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/system/domain0/topoSetDict
+9
-0
9 additions, 0 deletions
...ltiRegionSimpleFoam/cpuCabinet/system/domain0/topoSetDict
with
9 additions
and
0 deletions
tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/system/domain0/topoSetDict
+
9
−
0
View file @
4850f1dc
...
...
@@ -17,6 +17,15 @@ FoamFile
actions
(
// Remove existing cellZone (from splitMeshRegions; contains all cells)
// so we don't have any cells in multiple cellZones (gives complaints
// in e.g. reconstructParMesh)
{
name domain0;
type cellZoneSet;
action remove;
}
{
name v_MRF_set;
type cellSet;
...
...
This diff is collapsed.
Click to expand it.
Mattijs Janssens
@Mattijs
mentioned in issue
#2522 (closed)
·
3 years ago
mentioned in issue
#2522 (closed)
mentioned in issue #2522
Toggle commit list
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