mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cpuCabinet: remove excess cellZone. Fixes #2516
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user