ENH: foamyHexMesh: Do not allow default patch types when reading patchInfo from dictionary

This commit is contained in:
laurence
2013-07-11 12:31:43 +01:00
parent 8973ce9b88
commit 86c5a3a228
7 changed files with 459 additions and 49 deletions

View File

@ -57,6 +57,7 @@ surfaceConformation
{
patchInfo
{
type wall;
inGroups (groupFlange groupWalls);
}
}
@ -65,6 +66,7 @@ surfaceConformation
{
patchInfo
{
type wall;
inGroups (groupFlange groupWalls);
}
}
@ -73,6 +75,7 @@ surfaceConformation
{
patchInfo
{
type wall;
inGroups (groupFlange);
}
}