ENH: specification of selection of cellZone in snappyHexMeshDict.

Now allows specification of inside point to help leaky surfaces.
This commit is contained in:
mattijs
2010-05-17 11:45:01 +01:00
parent 970b917360
commit 78e5ef9dbd
7 changed files with 346 additions and 48 deletions

View File

@ -130,7 +130,7 @@ castellatedMeshControls
faceZone bottomAir;
cellZone bottomAir;
zoneInside true;
cellZoneInside inside;
}
topAir
@ -140,7 +140,7 @@ castellatedMeshControls
faceZone topAir;
cellZone topAir;
zoneInside true;
cellZoneInside inside;
}
heater
@ -150,7 +150,7 @@ castellatedMeshControls
faceZone heater;
cellZone heater;
zoneInside true;
cellZoneInside inside;
}
leftSolid
@ -160,7 +160,7 @@ castellatedMeshControls
faceZone leftSolid;
cellZone leftSolid;
zoneInside true;
cellZoneInside inside;
}
rightSolid
@ -170,7 +170,7 @@ castellatedMeshControls
faceZone rightSolid;
cellZone rightSolid;
zoneInside true;
cellZoneInside inside;
}
}