Skip to content
Snippets Groups Projects
Commit 613959c5 authored by mattijs's avatar mattijs
Browse files

ENH: faceZoneSet: doc. See #2024

parent 25551b23
1 merge request!695OpenFOAM v2406
......@@ -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);
}
);
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment