Skip to content
Snippets Groups Projects
Commit 302a997c authored by andy's avatar andy
Browse files

ENH: tutorial file updates

parent 6e33e79a
No related branches found
No related tags found
No related merge requests found
...@@ -24,12 +24,12 @@ boundaryField ...@@ -24,12 +24,12 @@ boundaryField
lowerWall lowerWall
{ {
type epsilonWallFunction; type epsilonWallFunction;
value uniform 1e-08; value $internalField;
} }
upperWall upperWall
{ {
type epsilonWallFunction; type epsilonWallFunction;
value uniform 1e-08; value $internalField;
} }
front front
{ {
......
...@@ -24,12 +24,12 @@ boundaryField ...@@ -24,12 +24,12 @@ boundaryField
lowerWall lowerWall
{ {
type kqRWallFunction; type kqRWallFunction;
internalField uniform 0.1; value $internalField;
} }
upperWall upperWall
{ {
type kqRWallFunction; type kqRWallFunction;
internalField uniform 0.1; value $internalField;
} }
front front
{ {
......
...@@ -24,12 +24,12 @@ boundaryField ...@@ -24,12 +24,12 @@ boundaryField
lowerWall lowerWall
{ {
type nutkWallFunction; type nutkWallFunction;
value uniform 0; value $internalField;
} }
upperWall upperWall
{ {
type nutkWallFunction; type nutkWallFunction;
value uniform 0; value $internalField;
} }
front front
{ {
......
...@@ -24,12 +24,12 @@ boundaryField ...@@ -24,12 +24,12 @@ boundaryField
lowerWall lowerWall
{ {
type nutkWallFunction; type nutkWallFunction;
value uniform 0; value $internalField;
} }
upperWall upperWall
{ {
type nutkWallFunction; type nutkWallFunction;
value uniform 0; value $internalField;
} }
front front
{ {
......
...@@ -24,12 +24,12 @@ boundaryField ...@@ -24,12 +24,12 @@ boundaryField
lowerWall lowerWall
{ {
type nutUSpaldingWallFunction; type nutUSpaldingWallFunction;
value uniform 0; value $internalField;
} }
upperWall upperWall
{ {
type nutUSpaldingWallFunction; type nutUSpaldingWallFunction;
value uniform 0; value $internalField;
} }
front front
{ {
......
...@@ -24,12 +24,12 @@ boundaryField ...@@ -24,12 +24,12 @@ boundaryField
lowerWall lowerWall
{ {
type omegaWallFunction; type omegaWallFunction;
value uniform 1111.11; value $internalField;
} }
upperWall upperWall
{ {
type omegaWallFunction; type omegaWallFunction;
value uniform 1111.11; value $internalField;
} }
front front
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment