From 228c4ab2631e8086723edd840520f3fad71fea38 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Mon, 6 Dec 2010 15:55:42 +0000 Subject: [PATCH] BUG: directMapped tutorial: add missing interpolationScheme --- .../pisoFoam/les/pitzDailyDirectMapped/0/B | 21 ++++++++-------- .../pisoFoam/les/pitzDailyDirectMapped/0/U | 25 ++++++++++--------- .../pisoFoam/les/pitzDailyDirectMapped/0/k | 25 ++++++++++--------- .../les/pitzDailyDirectMapped/0/nuTilda | 25 ++++++++++--------- 4 files changed, 50 insertions(+), 46 deletions(-) diff --git a/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/B b/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/B index dfcc5409ce7..ef8c7bcf681 100644 --- a/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/B +++ b/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/B @@ -22,32 +22,33 @@ boundaryField { inlet { - type directMapped; - value uniform (0 0 0 0 0 0 0 0 0); - setAverage false; - average (0 0 0 0 0 0 0 0 0); + type directMapped; + value uniform (0 0 0 0 0 0 0 0 0); + interpolationScheme cell; + setAverage false; + average (0 0 0 0 0 0 0 0 0); } outlet { - type inletOutlet; - inletValue uniform (0 0 0 0 0 0 0 0 0); - value uniform (0 0 0 0 0 0 0 0 0); + type inletOutlet; + inletValue uniform (0 0 0 0 0 0 0 0 0); + value uniform (0 0 0 0 0 0 0 0 0); } upperWall { - type zeroGradient; + type zeroGradient; } lowerWall { - type zeroGradient; + type zeroGradient; } frontAndBack { - type empty; + type empty; } } diff --git a/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/U b/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/U index ff4dcecd5fd..f83d8e1786e 100644 --- a/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/U +++ b/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/U @@ -22,34 +22,35 @@ boundaryField { inlet { - type directMapped; - value uniform (10 0 0); - setAverage true; - average (10 0 0); + type directMapped; + value uniform (10 0 0); + interpolationScheme cell; + setAverage true; + average (10 0 0); } outlet { - type inletOutlet; - inletValue uniform (0 0 0); - value uniform (0 0 0); + type inletOutlet; + inletValue uniform (0 0 0); + value uniform (0 0 0); } upperWall { - type fixedValue; - value uniform (0 0 0); + type fixedValue; + value uniform (0 0 0); } lowerWall { - type fixedValue; - value uniform (0 0 0); + type fixedValue; + value uniform (0 0 0); } frontAndBack { - type empty; + type empty; } } diff --git a/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/k b/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/k index d769510d99a..6ff92bd0e20 100644 --- a/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/k +++ b/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/k @@ -22,34 +22,35 @@ boundaryField { inlet { - type directMapped; - value uniform 2e-05; - setAverage false; - average 2e-05; + type directMapped; + value uniform 2e-05; + interpolationScheme cell; + setAverage false; + average 2e-05; } outlet { - type inletOutlet; - inletValue uniform 0; - value uniform 0; + type inletOutlet; + inletValue uniform 0; + value uniform 0; } upperWall { - type fixedValue; - value uniform 0; + type fixedValue; + value uniform 0; } lowerWall { - type fixedValue; - value uniform 0; + type fixedValue; + value uniform 0; } frontAndBack { - type empty; + type empty; } } diff --git a/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/nuTilda b/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/nuTilda index 39715b4105d..314bbda9be6 100644 --- a/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/nuTilda +++ b/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/nuTilda @@ -22,34 +22,35 @@ boundaryField { inlet { - type directMapped; - value uniform 0; - setAverage false; - average 0; + type directMapped; + value uniform 0; + interpolationScheme cell; + setAverage false; + average 0; } outlet { - type inletOutlet; - inletValue uniform 0; - value uniform 0; + type inletOutlet; + inletValue uniform 0; + value uniform 0; } upperWall { - type fixedValue; - value uniform 0; + type fixedValue; + value uniform 0; } lowerWall { - type fixedValue; - value uniform 0; + type fixedValue; + value uniform 0; } frontAndBack { - type empty; + type empty; } } -- GitLab