From c0fc9a45fc4c2baeef755fb3780aa058b32c64b6 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 18 Aug 2009 22:41:46 +0100 Subject: [PATCH] add initial value for postprocessing --- tutorials/incompressible/simpleFoam/motorBike/0/k | 2 ++ tutorials/incompressible/simpleFoam/motorBike/0/omega | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tutorials/incompressible/simpleFoam/motorBike/0/k b/tutorials/incompressible/simpleFoam/motorBike/0/k index 457efefe..079529c3 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/0/k +++ b/tutorials/incompressible/simpleFoam/motorBike/0/k @@ -34,11 +34,13 @@ boundaryField lowerWall { type kqRWallFunction; + value $internalField; } "motorBike_.*" { type kqRWallFunction; + value $internalField; } #include "frontBackUpperPatches" diff --git a/tutorials/incompressible/simpleFoam/motorBike/0/omega b/tutorials/incompressible/simpleFoam/motorBike/0/omega index 16424f9b..708e255f 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/0/omega +++ b/tutorials/incompressible/simpleFoam/motorBike/0/omega @@ -34,11 +34,13 @@ boundaryField lowerWall { type omegaWallFunction; + value $internalField; } "motorBike_.*" { type omegaWallFunction; + value $internalField; } #include "frontBackUpperPatches" -- 2.11.4.GIT