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:
@ -35,7 +35,7 @@ actions
|
||||
}
|
||||
|
||||
{
|
||||
name f0;
|
||||
name f0FaceSet;
|
||||
type faceSet;
|
||||
action new;
|
||||
source patchToFace;
|
||||
@ -46,7 +46,7 @@ actions
|
||||
}
|
||||
|
||||
{
|
||||
name f0;
|
||||
name f0FaceSet;
|
||||
type faceSet;
|
||||
action subset;
|
||||
source boxToFace;
|
||||
@ -63,9 +63,10 @@ actions
|
||||
source setToFaceZone;
|
||||
sourceInfo
|
||||
{
|
||||
faceSet f0;
|
||||
faceSet f0FaceSet;
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user