ENH: tutorial file updates

This commit is contained in:
andy
2012-11-02 16:19:33 +00:00
parent 6e33e79a94
commit 302a997cb0
6 changed files with 12 additions and 12 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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