Skip to content
Snippets Groups Projects
Commit 0af9b561 authored by mattijs's avatar mattijs
Browse files

ENH: extrudeToRegionMesh: parallel extrusion, extrude from faceSets

parent de4e6996
Branches
Tags
No related merge requests found
......@@ -17,11 +17,16 @@ FoamFile
// Name of region to create
region liquidFilm;
// Specification of faces to extrude. Either faceZones (either exclusively
// internal faces or boundary faces) or faceSets (boundary faces only).
// FaceZones to extrude
faceZones (f0);
faceZones (f0 f1);
//faceZonesShadow (f0Shadow f1Shadow);
// FaceZone shadow
//faceZonesShadow (fBaffleShadow);
// faceSets to extrude
//faceSets (f0 f1);
//faceSetsShadow (f0Shadow f1Shadow);
// Adapt the original mesh to have mapped patches at where the
// faceZones are?
......
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