Fixed tutorial errors

This commit is contained in:
Hrvoje Jasak 2018-08-01 18:28:14 +01:00
parent baa0bc875a
commit d7b941dcc4
5 changed files with 12 additions and 6 deletions

View file

@ -42,7 +42,8 @@ boundaryField
defaultFaces defaultFaces
{ {
type empty; type epsilonWallFunction;
value $internalField;
} }
} }

View file

@ -42,7 +42,8 @@ boundaryField
defaultFaces defaultFaces
{ {
type empty; type kqRWallFunction;
value uniform 0;
} }
} }

View file

@ -41,7 +41,8 @@ boundaryField
defaultFaces defaultFaces
{ {
type empty; type nutkWallFunction;
value uniform 0;
} }
} }

View file

@ -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

View file

@ -37,7 +37,7 @@ FoamFile
} }
defaultFaces defaultFaces
{ {
type empty; type wall;
nFaces 3075; nFaces 3075;
startFace 10125; startFace 10125;
} }