mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Changing dict and name of wedge and empty polypatch
This commit is contained in:
@ -1281,7 +1281,7 @@ void addZoneSidePatches
|
||||
{
|
||||
// Reuse single empty patch.
|
||||
word patchName;
|
||||
if (oneDPolyPatchType == "emptyPolyPatch")
|
||||
if (oneDPolyPatchType == "empty")
|
||||
{
|
||||
patchName = "oneDEmptyPatch";
|
||||
zoneSidePatch[zoneI] = addPatch<emptyPolyPatch>
|
||||
@ -1291,7 +1291,7 @@ void addZoneSidePatches
|
||||
newPatches
|
||||
);
|
||||
}
|
||||
else if (oneDPolyPatchType == "wedgePolyPatch")
|
||||
else if (oneDPolyPatchType == "wedge")
|
||||
{
|
||||
patchName = "oneDWedgePatch";
|
||||
zoneSidePatch[zoneI] = addPatch<wedgePolyPatch>
|
||||
|
||||
@ -39,7 +39,7 @@ sampleMode nearestPatchFace;
|
||||
oneD false;
|
||||
|
||||
// If oneD is true. Specify which boundary is wanted between the layers
|
||||
//oneDPolyPatchType emptyPolyPatch; //wedgePolyPatch
|
||||
//oneDPolyPatchType empty; //wedge
|
||||
|
||||
|
||||
//- Extrusion model to use. The only logical choice is linearNormal?
|
||||
|
||||
Reference in New Issue
Block a user