Fixed tutorial errors
This commit is contained in:
parent
baa0bc875a
commit
d7b941dcc4
5 changed files with 12 additions and 6 deletions
|
@ -42,7 +42,8 @@ boundaryField
|
||||||
|
|
||||||
defaultFaces
|
defaultFaces
|
||||||
{
|
{
|
||||||
type empty;
|
type epsilonWallFunction;
|
||||||
|
value $internalField;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,8 @@ boundaryField
|
||||||
|
|
||||||
defaultFaces
|
defaultFaces
|
||||||
{
|
{
|
||||||
type empty;
|
type kqRWallFunction;
|
||||||
|
value uniform 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,8 @@ boundaryField
|
||||||
|
|
||||||
defaultFaces
|
defaultFaces
|
||||||
{
|
{
|
||||||
type empty;
|
type nutkWallFunction;
|
||||||
|
value uniform 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -94,7 +94,6 @@ boundary
|
||||||
(0 10 13 3)
|
(0 10 13 3)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
outlet1
|
outlet1
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
|
@ -103,7 +102,6 @@ boundary
|
||||||
(6 7 17 16)
|
(6 7 17 16)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
outlet2
|
outlet2
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
|
@ -112,6 +110,11 @@ boundary
|
||||||
(8 18 19 9)
|
(8 18 19 9)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces ();
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|
|
@ -37,7 +37,7 @@ FoamFile
|
||||||
}
|
}
|
||||||
defaultFaces
|
defaultFaces
|
||||||
{
|
{
|
||||||
type empty;
|
type wall;
|
||||||
nFaces 3075;
|
nFaces 3075;
|
||||||
startFace 10125;
|
startFace 10125;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue