ENH: faceZoneSet: doc. See #2024

This commit is contained in:
mattijs 2024-02-22 10:08:08 +00:00
parent 25551b23bf
commit 613959c52b

View File

@ -103,6 +103,16 @@ actions
source boxToCell;
box (0.04 0 0)(0.06 100 100);
}
// Example: create faceZone from explicit contents. Assumes faceZone same
// orientation as face (flipMap is false)
{
name f0;
type faceZoneSet;
action new;
source labelToFace;
value (2);
}
);
// ************************************************************************* //