From 62cee635b355b007a7c9a12ea45b2c24e1f6e7cb Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Thu, 22 Sep 2011 15:18:36 +0100 Subject: [PATCH] Run update --- .../boundaryTwoWallsFlowSolution/0/epsilon | 22 ++++++-- .../boundaryTwoWallsFlowSolution/0/k | 14 +++-- .../constant/polyMesh/boundary | 55 +++++++++---------- 3 files changed, 51 insertions(+), 40 deletions(-) diff --git a/tutorials/incompressible/boundaryFoam/boundaryTwoWallsFlowSolution/0/epsilon b/tutorials/incompressible/boundaryFoam/boundaryTwoWallsFlowSolution/0/epsilon index ab24dbabe..0950b82ad 100644 --- a/tutorials/incompressible/boundaryFoam/boundaryTwoWallsFlowSolution/0/epsilon +++ b/tutorials/incompressible/boundaryFoam/boundaryTwoWallsFlowSolution/0/epsilon @@ -1,6 +1,6 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | -| \\ / F ield | OpenFOAM Extend Project: Open Source CFD | +| \\ / F ield | OpenFOAM Extend Project: Open source CFD | | \\ / O peration | Version: 1.6-ext | | \\ / A nd | Web: www.extend-project.de | | \\/ M anipulation | | @@ -10,6 +10,7 @@ FoamFile version 2.0; format ascii; class volScalarField; + location "0"; object epsilon; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // @@ -22,23 +23,32 @@ boundaryField { lowerWall { - type zeroGradient; + type epsilonWallFunction; + refValue uniform 0; + value uniform 14.855; + Cmu 0.09; + kappa 0.41; + E 9.8; } - upperWall { - type zeroGradient; + type epsilonWallFunction; + refValue uniform 2.37003e-310; + value uniform 14.855; + Cmu 0.09; + kappa 0.41; + E 9.8; } - flow { type cyclic; + value uniform 14.855; } - defaultFaces { type empty; } } + // ************************************************************************* // diff --git a/tutorials/incompressible/boundaryFoam/boundaryTwoWallsFlowSolution/0/k b/tutorials/incompressible/boundaryFoam/boundaryTwoWallsFlowSolution/0/k index 4502a4a8d..89bf9d6d6 100644 --- a/tutorials/incompressible/boundaryFoam/boundaryTwoWallsFlowSolution/0/k +++ b/tutorials/incompressible/boundaryFoam/boundaryTwoWallsFlowSolution/0/k @@ -1,6 +1,6 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | -| \\ / F ield | OpenFOAM Extend Project: Open Source CFD | +| \\ / F ield | OpenFOAM Extend Project: Open source CFD | | \\ / O peration | Version: 1.6-ext | | \\ / A nd | Web: www.extend-project.de | | \\/ M anipulation | | @@ -10,6 +10,7 @@ FoamFile version 2.0; format ascii; class volScalarField; + location "0"; object k; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // @@ -22,23 +23,24 @@ boundaryField { lowerWall { - type zeroGradient; + type kqRWallFunction; + value uniform 0.375; } - upperWall { - type zeroGradient; + type kqRWallFunction; + value uniform 0.375; } - flow { type cyclic; + value uniform 0.375; } - defaultFaces { type empty; } } + // ************************************************************************* // diff --git a/tutorials/incompressible/boundaryFoam/boundaryTwoWallsFlowSolution/constant/polyMesh/boundary b/tutorials/incompressible/boundaryFoam/boundaryTwoWallsFlowSolution/constant/polyMesh/boundary index f55da60cd..83070a24d 100644 --- a/tutorials/incompressible/boundaryFoam/boundaryTwoWallsFlowSolution/constant/polyMesh/boundary +++ b/tutorials/incompressible/boundaryFoam/boundaryTwoWallsFlowSolution/constant/polyMesh/boundary @@ -1,6 +1,6 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | -| \\ / F ield | OpenFOAM Extend Project: Open Source CFD | +| \\ / F ield | OpenFOAM Extend Project: Open source CFD | | \\ / O peration | Version: 1.6-ext | | \\ / A nd | Web: www.extend-project.de | | \\/ M anipulation | | @@ -10,39 +10,38 @@ FoamFile version 2.0; format ascii; class polyBoundaryMesh; + location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 4 ( -lowerWall -{ - type wall; - nFaces 1; - startFace 79; -} - -upperWall -{ - type wall; - nFaces 1; - startFace 80; -} - -flow -{ - type cyclic; - nFaces 160; - startFace 81; -} - -defaultFaces -{ - type empty; - nFaces 160; - startFace 241; -} + lowerWall + { + type wall; + nFaces 1; + startFace 79; + } + upperWall + { + type wall; + nFaces 1; + startFace 80; + } + flow + { + type cyclic; + nFaces 160; + startFace 81; + featureCos 0.9; + } + defaultFaces + { + type empty; + nFaces 160; + startFace 241; + } ) // ************************************************************************* //