From 26dac395766341f4840c5c896c7e97911cc409f2 Mon Sep 17 00:00:00 2001 From: henry Date: Sun, 13 Sep 2009 23:11:28 +0100 Subject: [PATCH] Added "value" to wall BCs. --- tutorials/incompressible/pisoFoam/ras/cavity/0/R | 2 ++ tutorials/incompressible/simpleFoam/pitzDaily/0/R | 2 ++ tutorials/incompressible/simpleFoam/pitzDailyExptInlet/0/R | 2 ++ 3 files changed, 6 insertions(+) diff --git a/tutorials/incompressible/pisoFoam/ras/cavity/0/R b/tutorials/incompressible/pisoFoam/ras/cavity/0/R index 9cf2f6b375..bba9b5b414 100644 --- a/tutorials/incompressible/pisoFoam/ras/cavity/0/R +++ b/tutorials/incompressible/pisoFoam/ras/cavity/0/R @@ -23,11 +23,13 @@ boundaryField movingWall { type kqRWallFunction; + value uniform ( 0 0 0 0 0 0 ); } fixedWalls { type kqRWallFunction; + value uniform ( 0 0 0 0 0 0 ); } frontAndBack diff --git a/tutorials/incompressible/simpleFoam/pitzDaily/0/R b/tutorials/incompressible/simpleFoam/pitzDaily/0/R index 9fb9feb503..2eb8459d86 100644 --- a/tutorials/incompressible/simpleFoam/pitzDaily/0/R +++ b/tutorials/incompressible/simpleFoam/pitzDaily/0/R @@ -34,11 +34,13 @@ boundaryField upperWall { type kqRWallFunction; + value uniform ( 0 0 0 0 0 0 ); } lowerWall { type kqRWallFunction; + value uniform ( 0 0 0 0 0 0 ); } frontAndBack diff --git a/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/0/R b/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/0/R index 9fb9feb503..2eb8459d86 100644 --- a/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/0/R +++ b/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/0/R @@ -34,11 +34,13 @@ boundaryField upperWall { type kqRWallFunction; + value uniform ( 0 0 0 0 0 0 ); } lowerWall { type kqRWallFunction; + value uniform ( 0 0 0 0 0 0 ); } frontAndBack