mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: angledDuct: renamed wall to walls
This commit is contained in:
@ -29,7 +29,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
wall
|
walls
|
||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -30,7 +30,7 @@ boundaryField
|
|||||||
type fixedValue;
|
type fixedValue;
|
||||||
value uniform (0 0 0);
|
value uniform (0 0 0);
|
||||||
}
|
}
|
||||||
wall
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type fixedValue;
|
||||||
value uniform (0 0 0);
|
value uniform (0 0 0);
|
||||||
|
|||||||
@ -31,7 +31,7 @@ boundaryField
|
|||||||
type compressible::alphatWallFunction;
|
type compressible::alphatWallFunction;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
wall
|
walls
|
||||||
{
|
{
|
||||||
type compressible::alphatWallFunction;
|
type compressible::alphatWallFunction;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
|
|||||||
@ -31,7 +31,7 @@ boundaryField
|
|||||||
type compressible::epsilonWallFunction;
|
type compressible::epsilonWallFunction;
|
||||||
value uniform 200;
|
value uniform 200;
|
||||||
}
|
}
|
||||||
wall
|
walls
|
||||||
{
|
{
|
||||||
type compressible::epsilonWallFunction;
|
type compressible::epsilonWallFunction;
|
||||||
value uniform 200;
|
value uniform 200;
|
||||||
|
|||||||
@ -31,7 +31,7 @@ boundaryField
|
|||||||
type compressible::kqRWallFunction;
|
type compressible::kqRWallFunction;
|
||||||
value uniform 1;
|
value uniform 1;
|
||||||
}
|
}
|
||||||
wall
|
walls
|
||||||
{
|
{
|
||||||
type compressible::kqRWallFunction;
|
type compressible::kqRWallFunction;
|
||||||
value uniform 1;
|
value uniform 1;
|
||||||
|
|||||||
@ -31,7 +31,7 @@ boundaryField
|
|||||||
type mutkWallFunction;
|
type mutkWallFunction;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
wall
|
walls
|
||||||
{
|
{
|
||||||
type mutkWallFunction;
|
type mutkWallFunction;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
|
|||||||
@ -28,7 +28,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
wall
|
walls
|
||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -126,7 +126,7 @@ patches
|
|||||||
backQuad(poro1, out1, out2, poro2)
|
backQuad(poro1, out1, out2, poro2)
|
||||||
)
|
)
|
||||||
|
|
||||||
wall wall
|
wall walls
|
||||||
(
|
(
|
||||||
// inlet block
|
// inlet block
|
||||||
quad2D(in1, join1)
|
quad2D(in1, join1)
|
||||||
|
|||||||
@ -20,24 +20,28 @@ FoamFile
|
|||||||
front
|
front
|
||||||
{
|
{
|
||||||
type wall;
|
type wall;
|
||||||
|
inGroups 1(wall);
|
||||||
nFaces 700;
|
nFaces 700;
|
||||||
startFace 63400;
|
startFace 63400;
|
||||||
}
|
}
|
||||||
back
|
back
|
||||||
{
|
{
|
||||||
type wall;
|
type wall;
|
||||||
|
inGroups 1(wall);
|
||||||
nFaces 700;
|
nFaces 700;
|
||||||
startFace 64100;
|
startFace 64100;
|
||||||
}
|
}
|
||||||
wall
|
walls
|
||||||
{
|
{
|
||||||
type wall;
|
type wall;
|
||||||
|
inGroups 1(wall);
|
||||||
nFaces 1400;
|
nFaces 1400;
|
||||||
startFace 64800;
|
startFace 64800;
|
||||||
}
|
}
|
||||||
porosityWall
|
porosityWall
|
||||||
{
|
{
|
||||||
type wall;
|
type wall;
|
||||||
|
inGroups 1(wall);
|
||||||
nFaces 1600;
|
nFaces 1600;
|
||||||
startFace 66200;
|
startFace 66200;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user