From 026ce6aad4f910290bf1473fa0a04cfac4245ec1 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 5 Dec 2012 15:28:38 +0000 Subject: [PATCH] ENH: TJunctionFan: new dictionary variable syntax --- .../TJunctionFan/system/createBafflesDict | 35 +------------------ 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/tutorials/incompressible/pimpleFoam/TJunctionFan/system/createBafflesDict b/tutorials/incompressible/pimpleFoam/TJunctionFan/system/createBafflesDict index 92c3f3dd828..53fe12b1f81 100644 --- a/tutorials/incompressible/pimpleFoam/TJunctionFan/system/createBafflesDict +++ b/tutorials/incompressible/pimpleFoam/TJunctionFan/system/createBafflesDict @@ -87,40 +87,7 @@ baffles patchFields { - epsilon - { - type epsilonWallFunction; - Cmu 0.09; - kappa 0.41; - E 9.8; - value uniform 0; - } - k - { - type kqRWallFunction; - value uniform 0; - } - nut - { - type nutkWallFunction; - Cmu 0.09; - kappa 0.41; - E 9.8; - value uniform 0; - } - nuTilda - { - type zeroGradient; - } - p - { - type zeroGradient; - } - U - { - type fixedValue; - value uniform (0 0 0); - } + ${...master.patchFields} } } } -- GitLab