Skip to content
Snippets Groups Projects
Commit 45ca32a7 authored by andy's avatar andy
Browse files

ENH: Updated surface film tutorials re: addition of sampleMode to extrudeToRegionMeshDict

parent 0fc6fc3e
Branches
Tags
No related merge requests found
......@@ -20,6 +20,8 @@ faceZones (fRight_zone fLeft_zone);
oneD true;
sampleMode nearestPatchFace;
oneDPolyPatchType emptyPolyPatch; //wedgePolyPatch
extrudeModel linearNormal;
......
......@@ -18,6 +18,8 @@ region wallFilmRegion;
faceZones (wallFilmFaces);
sampleMode nearestPatchFace;
oneD false;
extrudeModel linearNormal;
......
......@@ -24,6 +24,8 @@ faceZones
oneD false;
sampleMode nearestPatchFace;
extrudeModel linearNormal;
nLayers 1;
......
......@@ -20,6 +20,8 @@ faceZones (wallFilmFaces);
oneD false;
sampleMode nearestPatchFace;
extrudeModel linearNormal;
nLayers 1;
......
......@@ -20,6 +20,8 @@ faceZones (wallFilmFaces);
oneD false;
sampleMode nearestPatchFace;
extrudeModel linearNormal;
nLayers 1;
......
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