mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: extrudeToRegionMesh: parallel extrusion, extrude from faceSets
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -17,11 +17,16 @@ FoamFile
|
|||||||
// Name of region to create
|
// Name of region to create
|
||||||
region liquidFilm;
|
region liquidFilm;
|
||||||
|
|
||||||
// FaceZones to extrude
|
// Specification of faces to extrude. Either faceZones (either exclusively
|
||||||
faceZones (f0);
|
// internal faces or boundary faces) or faceSets (boundary faces only).
|
||||||
|
|
||||||
// FaceZone shadow
|
// FaceZones to extrude
|
||||||
//faceZonesShadow (fBaffleShadow);
|
faceZones (f0 f1);
|
||||||
|
//faceZonesShadow (f0Shadow f1Shadow);
|
||||||
|
|
||||||
|
// faceSets to extrude
|
||||||
|
//faceSets (f0 f1);
|
||||||
|
//faceSetsShadow (f0Shadow f1Shadow);
|
||||||
|
|
||||||
// Adapt the original mesh to have mapped patches at where the
|
// Adapt the original mesh to have mapped patches at where the
|
||||||
// faceZones are?
|
// faceZones are?
|
||||||
|
|||||||
Reference in New Issue
Block a user