diff --git a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/epsilon b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/epsilon index d2d9900782..ac692bb7f2 100644 --- a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/epsilon +++ b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/epsilon @@ -24,12 +24,12 @@ boundaryField lowerWall { type epsilonWallFunction; - value uniform 1e-08; + value $internalField; } upperWall { type epsilonWallFunction; - value uniform 1e-08; + value $internalField; } front { diff --git a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/k b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/k index 5f80226cc8..1c9826aebd 100644 --- a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/k +++ b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/k @@ -24,12 +24,12 @@ boundaryField lowerWall { type kqRWallFunction; - internalField uniform 0.1; + value $internalField; } upperWall { type kqRWallFunction; - internalField uniform 0.1; + value $internalField; } front { diff --git a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut index ecdb3d2733..c9cc1c5b79 100644 --- a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut +++ b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut @@ -24,12 +24,12 @@ boundaryField lowerWall { type nutkWallFunction; - value uniform 0; + value $internalField; } upperWall { type nutkWallFunction; - value uniform 0; + value $internalField; } front { diff --git a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut.k b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut.k index c353c0b7f2..7d7ba9f720 100644 --- a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut.k +++ b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut.k @@ -24,12 +24,12 @@ boundaryField lowerWall { type nutkWallFunction; - value uniform 0; + value $internalField; } upperWall { type nutkWallFunction; - value uniform 0; + value $internalField; } front { diff --git a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut.spalding b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut.spalding index b3d810e965..4b988ac9ab 100644 --- a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut.spalding +++ b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut.spalding @@ -24,12 +24,12 @@ boundaryField lowerWall { type nutUSpaldingWallFunction; - value uniform 0; + value $internalField; } upperWall { type nutUSpaldingWallFunction; - value uniform 0; + value $internalField; } front { diff --git a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/omega b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/omega index 45a6d6abad..8cc512ab34 100644 --- a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/omega +++ b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/omega @@ -24,12 +24,12 @@ boundaryField lowerWall { type omegaWallFunction; - value uniform 1111.11; + value $internalField; } upperWall { type omegaWallFunction; - value uniform 1111.11; + value $internalField; } front {