mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Tutorials: change topoSetDicts to avoid duplicate names
This commit is contained in:
@ -18,7 +18,7 @@ FoamFile
|
||||
actions
|
||||
(
|
||||
{
|
||||
name cyclicFaces;
|
||||
name cyclicFacesFaceSet;
|
||||
type faceSet;
|
||||
action new;
|
||||
source boxToFace;
|
||||
@ -46,7 +46,7 @@ actions
|
||||
source setsToFaceZone;
|
||||
sourceInfo
|
||||
{
|
||||
faceSet cyclicFaces;
|
||||
faceSet cyclicFacesFaceSet;
|
||||
cellSet cyclicFacesSlaveCells;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user