ENH: angledDuct: renamed wall to walls

This commit is contained in:
mattijs
2013-12-13 13:09:31 +00:00
parent b479c83c17
commit 9d2e472a5a
9 changed files with 13 additions and 9 deletions

View File

@ -29,7 +29,7 @@ boundaryField
{
type zeroGradient;
}
wall
walls
{
type zeroGradient;
}

View File

@ -30,7 +30,7 @@ boundaryField
type fixedValue;
value uniform (0 0 0);
}
wall
walls
{
type fixedValue;
value uniform (0 0 0);

View File

@ -31,7 +31,7 @@ boundaryField
type compressible::alphatWallFunction;
value uniform 0;
}
wall
walls
{
type compressible::alphatWallFunction;
value uniform 0;

View File

@ -31,7 +31,7 @@ boundaryField
type compressible::epsilonWallFunction;
value uniform 200;
}
wall
walls
{
type compressible::epsilonWallFunction;
value uniform 200;

View File

@ -31,7 +31,7 @@ boundaryField
type compressible::kqRWallFunction;
value uniform 1;
}
wall
walls
{
type compressible::kqRWallFunction;
value uniform 1;

View File

@ -31,7 +31,7 @@ boundaryField
type mutkWallFunction;
value uniform 0;
}
wall
walls
{
type mutkWallFunction;
value uniform 0;

View File

@ -28,7 +28,7 @@ boundaryField
{
type zeroGradient;
}
wall
walls
{
type zeroGradient;
}

View File

@ -126,7 +126,7 @@ patches
backQuad(poro1, out1, out2, poro2)
)
wall wall
wall walls
(
// inlet block
quad2D(in1, join1)

View File

@ -20,24 +20,28 @@ FoamFile
front
{
type wall;
inGroups 1(wall);
nFaces 700;
startFace 63400;
}
back
{
type wall;
inGroups 1(wall);
nFaces 700;
startFace 64100;
}
wall
walls
{
type wall;
inGroups 1(wall);
nFaces 1400;
startFace 64800;
}
porosityWall
{
type wall;
inGroups 1(wall);
nFaces 1600;
startFace 66200;
}