From dd364b14d0f85714dbe34001eed2b3d42f52cda3 Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Tue, 19 May 2015 14:27:38 +0100 Subject: [PATCH] Modified waterChannel tutorial to make case better posed Existing case did not properly converge and suffered slow convergence with the water level failing to reach an equilibrium. A slight rise in the channel appears to help the water level reach an equlibrium when the flow rate over the rise matches the inlet flow rate. --- .../multiphase/interFoam/ras/waterChannel/0/U | 4 +- .../ras/waterChannel/0/alpha.water.org | 2 +- .../multiphase/interFoam/ras/waterChannel/0/k | 2 +- .../interFoam/ras/waterChannel/0/nut | 2 +- .../interFoam/ras/waterChannel/0/omega | 2 +- .../interFoam/ras/waterChannel/0/p_rgh | 2 +- .../interFoam/ras/waterChannel/Allmesh | 20 ++++ .../interFoam/ras/waterChannel/Allrun | 11 +- .../LTSInterFoam/system/controlDict | 86 --------------- .../LTSInterFoam/system/fvSchemes | 62 ----------- .../LTSInterFoam/system/fvSolution | 101 ------------------ .../LTSInterFoam/system/setFieldsDict | 45 -------- .../interFoam/ras/waterChannel/README | 2 +- .../ras/waterChannel/constant/RASProperties | 2 +- .../interFoam/ras/waterChannel/constant/g | 2 +- .../constant/polyMesh/blockMeshDict | 2 +- .../waterChannel/constant/transportProperties | 2 +- .../constant/turbulenceProperties | 2 +- .../ras/waterChannel/system/controlDict | 4 +- .../ras/waterChannel/system/extrudeMeshDict | 2 +- .../ras/waterChannel/system/extrudeMeshDict.1 | 4 +- .../ras/waterChannel/system/extrudeMeshDict.2 | 4 +- .../ras/waterChannel/system/fvSchemes | 2 +- .../ras/waterChannel/system/fvSolution | 2 +- .../ras/waterChannel/system/setFieldsDict | 4 +- 25 files changed, 45 insertions(+), 328 deletions(-) create mode 100755 tutorials/multiphase/interFoam/ras/waterChannel/Allmesh delete mode 100644 tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/controlDict delete mode 100644 tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/fvSchemes delete mode 100644 tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/fvSolution delete mode 100644 tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/setFieldsDict diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/0/U b/tutorials/multiphase/interFoam/ras/waterChannel/0/U index 6f8c74b9..1b653e09 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/0/U +++ b/tutorials/multiphase/interFoam/ras/waterChannel/0/U @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -16,7 +16,7 @@ FoamFile dimensions [0 1 -1 0 0 0 0]; -internalField uniform (2 0 0); +internalField uniform (1 0 0); boundaryField { diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/0/alpha.water.org b/tutorials/multiphase/interFoam/ras/waterChannel/0/alpha.water.org index dfa27b7a..29f4157e 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/0/alpha.water.org +++ b/tutorials/multiphase/interFoam/ras/waterChannel/0/alpha.water.org @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/0/k b/tutorials/multiphase/interFoam/ras/waterChannel/0/k index feae83eb..5b3e5265 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/0/k +++ b/tutorials/multiphase/interFoam/ras/waterChannel/0/k @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/0/nut b/tutorials/multiphase/interFoam/ras/waterChannel/0/nut index fb2d08d7..d83bd328 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/0/nut +++ b/tutorials/multiphase/interFoam/ras/waterChannel/0/nut @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/0/omega b/tutorials/multiphase/interFoam/ras/waterChannel/0/omega index f786aa87..e2e8001e 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/0/omega +++ b/tutorials/multiphase/interFoam/ras/waterChannel/0/omega @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/0/p_rgh b/tutorials/multiphase/interFoam/ras/waterChannel/0/p_rgh index 7fe74906..c91204a6 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/0/p_rgh +++ b/tutorials/multiphase/interFoam/ras/waterChannel/0/p_rgh @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/Allmesh b/tutorials/multiphase/interFoam/ras/waterChannel/Allmesh new file mode 100755 index 00000000..9cb847c0 --- /dev/null +++ b/tutorials/multiphase/interFoam/ras/waterChannel/Allmesh @@ -0,0 +1,20 @@ +#!/bin/sh +cd ${0%/*} || exit 1 # run from this directory + +# Source tutorial run functions +. $WM_PROJECT_DIR/bin/tools/RunFunctions + +application=`getApplication` + +runApplication blockMesh + +echo "Creating channel" +i=1 +while [ "$i" -lt 3 ] ; do + cp system/extrudeMeshDict.${i} system/extrudeMeshDict + echo "Running extrudeMesh, instance" ${i} + extrudeMesh > log.extrudeMesh.${i} + i=`expr $i + 1` +done + +# ----------------------------------------------------------------- end-of-file diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/Allrun b/tutorials/multiphase/interFoam/ras/waterChannel/Allrun index 7eef6a06..601eee84 100755 --- a/tutorials/multiphase/interFoam/ras/waterChannel/Allrun +++ b/tutorials/multiphase/interFoam/ras/waterChannel/Allrun @@ -6,16 +6,7 @@ cd ${0%/*} || exit 1 # run from this directory application=`getApplication` -runApplication blockMesh - -echo "Creating channel" -i=1 -while [ "$i" -lt 3 ] ; do - cp system/extrudeMeshDict.${i} system/extrudeMeshDict - echo "Running extrudeMesh, instance" ${i} - extrudeMesh > log.extrudeMesh.${i} - i=`expr $i + 1` -done +./Allmesh cp 0/alpha.water.org 0/alpha.water runApplication setFields diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/controlDict b/tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/controlDict deleted file mode 100644 index 863225e9..00000000 --- a/tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/controlDict +++ /dev/null @@ -1,86 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "system"; - object controlDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -application LTSInterFoam; - -startFrom latestTime; - -startTime 0; - -stopAt endTime; - -endTime 5000; - -deltaT 1; - -writeControl timeStep; - -writeInterval 200; - -purgeWrite 0; - -writeFormat ascii; - -writePrecision 6; - -writeCompression compressed; - -timeFormat general; - -timePrecision 6; - -runTimeModifiable yes; - -adjustTimeStep yes; -maxCo 0.5; -maxAlphaCo 0.5; -maxDeltaT 1; - -functions -{ - inletFlux - { - type faceSource; - functionObjectLibs ("libfieldFunctionObjects.so"); - outputControl timeStep; - log true; - // Output field values as well - valueOutput false; - source patch; - sourceName inlet; - operation sum; - - fields - ( - rhoPhi - ); - } - - outletFlux - { - $inletFlux; - sourceName outlet; - } - - atmosphereFlux - { - $inletFlux; - sourceName atmosphere; - } -} - -// ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/fvSchemes b/tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/fvSchemes deleted file mode 100644 index 3f3c6a73..00000000 --- a/tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/fvSchemes +++ /dev/null @@ -1,62 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "system"; - object fvSchemes; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -ddtSchemes -{ - default localEuler rDeltaT; -} - -gradSchemes -{ - default Gauss linear; -} - -divSchemes -{ - div(rhoPhi,U) Gauss linearUpwind grad(U); - div(phi,alpha) Gauss vanLeer; - div(phirb,alpha) Gauss linear; - div(phi,k) Gauss upwind; - div(phi,omega) Gauss upwind; - div((muEff*dev(T(grad(U))))) Gauss linear; -} - -laplacianSchemes -{ - default Gauss linear corrected; -} - -interpolationSchemes -{ - default linear; -} - -snGradSchemes -{ - default corrected; -} - -fluxRequired -{ - default no; - p_rgh; - pcorr; - alpha.water; -} - - -// ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/fvSolution b/tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/fvSolution deleted file mode 100644 index 2c16c63b..00000000 --- a/tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/fvSolution +++ /dev/null @@ -1,101 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "system"; - object fvSolution; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -solvers -{ - alpha.water - { - nAlphaCorr 1; - nAlphaSubCycles 3; - cAlpha 1; - } - - pcorr - { - solver PCG; - preconditioner - { - preconditioner GAMG; - tolerance 1e-05; - relTol 0; - smoother DICGaussSeidel; - nPreSweeps 0; - nPostSweeps 2; - nFinestSweeps 2; - cacheAgglomeration true; - nCellsInCoarsestLevel 10; - agglomerator faceAreaPair; - mergeLevels 1; - } - tolerance 1e-05; - relTol 0; - maxIter 100; - } - - p_rgh - { - $pcorr; - tolerance 1e-6; - relTol 0.01; - }; - - p_rghFinal - { - $p_rgh; - tolerance 1e-6; - relTol 0; - } - - "(U|k|omega).*" - { - solver smoothSolver; - - smoother GaussSeidel; - nSweeps 1; - - tolerance 1e-7; - relTol 0.1; - }; -} - -PIMPLE -{ - momentumPredictor no; - nCorrectors 2; - nNonOrthogonalCorrectors 0; - - maxCo 0.5; - maxAlphaCo 0.2; - nAlphaSweepIter 1; - - rDeltaTSmoothingCoeff 0.1; - rDeltaTDampingCoeff 1; - maxDeltaT 100; -} - -relaxationFactors -{ - fields - { - } - equations - { - } -} - - -// ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/setFieldsDict b/tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/setFieldsDict deleted file mode 100644 index 7d5af7e0..00000000 --- a/tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/setFieldsDict +++ /dev/null @@ -1,45 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "system"; - object setFieldsDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -defaultFieldValues -( - volScalarFieldValue alpha.water 0 -); - -regions -( - boxToCell - { - box (0 0 0) (50 130 27); - fieldValues - ( - volScalarFieldValue alpha.water 1 - ); - } - - boxToFace - { - box (0 0 0) (50 10.0001 24); - fieldValues - ( - volScalarFieldValue alpha.water 1 - ); - } -); - - -// ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/README b/tutorials/multiphase/interFoam/ras/waterChannel/README index 965538a7..470115a6 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/README +++ b/tutorials/multiphase/interFoam/ras/waterChannel/README @@ -1,5 +1,5 @@ - This case uses blockMesh and extrudeMesh to create a channel geometry. - - See Allrun script to generate geometry. + - See Allmesh script to generate geometry. - The case is set up to run with interFoam. - For running with LTSInterFoam, an alternative set of main files from system directory (controlDict, etc) are included in LTSInterFoam diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/constant/RASProperties b/tutorials/multiphase/interFoam/ras/waterChannel/constant/RASProperties index d9821c3e..6d4bff5a 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/constant/RASProperties +++ b/tutorials/multiphase/interFoam/ras/waterChannel/constant/RASProperties @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/constant/g b/tutorials/multiphase/interFoam/ras/waterChannel/constant/g index 632d5f03..98b3dbe3 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/constant/g +++ b/tutorials/multiphase/interFoam/ras/waterChannel/constant/g @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/constant/polyMesh/blockMeshDict b/tutorials/multiphase/interFoam/ras/waterChannel/constant/polyMesh/blockMeshDict index aefaa702..e01237e4 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/constant/polyMesh/blockMeshDict +++ b/tutorials/multiphase/interFoam/ras/waterChannel/constant/polyMesh/blockMeshDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/constant/transportProperties b/tutorials/multiphase/interFoam/ras/waterChannel/constant/transportProperties index 66ceb91b..065225d2 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/constant/transportProperties +++ b/tutorials/multiphase/interFoam/ras/waterChannel/constant/transportProperties @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/constant/turbulenceProperties b/tutorials/multiphase/interFoam/ras/waterChannel/constant/turbulenceProperties index 17a36ec3..ddf97c61 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/constant/turbulenceProperties +++ b/tutorials/multiphase/interFoam/ras/waterChannel/constant/turbulenceProperties @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/system/controlDict b/tutorials/multiphase/interFoam/ras/waterChannel/system/controlDict index b7718701..02a6164b 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/system/controlDict +++ b/tutorials/multiphase/interFoam/ras/waterChannel/system/controlDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -23,7 +23,7 @@ startTime 0; stopAt endTime; -endTime 100; +endTime 200; deltaT 0.1; diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/system/extrudeMeshDict b/tutorials/multiphase/interFoam/ras/waterChannel/system/extrudeMeshDict index 07ba8e25..5b35263b 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/system/extrudeMeshDict +++ b/tutorials/multiphase/interFoam/ras/waterChannel/system/extrudeMeshDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/system/extrudeMeshDict.1 b/tutorials/multiphase/interFoam/ras/waterChannel/system/extrudeMeshDict.1 index 3f2d837c..016b106e 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/system/extrudeMeshDict.1 +++ b/tutorials/multiphase/interFoam/ras/waterChannel/system/extrudeMeshDict.1 @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -28,7 +28,7 @@ expansionRatio 1.0; linearDirectionCoeffs { axisPt (0 0 0); - direction (1 0.2 -0.02); + direction (1 0.2 0.02); thickness 60; } diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/system/extrudeMeshDict.2 b/tutorials/multiphase/interFoam/ras/waterChannel/system/extrudeMeshDict.2 index 07ba8e25..2aa9e459 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/system/extrudeMeshDict.2 +++ b/tutorials/multiphase/interFoam/ras/waterChannel/system/extrudeMeshDict.2 @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -28,7 +28,7 @@ expansionRatio 1.0; linearDirectionCoeffs { axisPt (0 0 0); - direction (1 -0.2 -0.02); + direction (1 -0.2 -0.03); thickness 40; } diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/system/fvSchemes b/tutorials/multiphase/interFoam/ras/waterChannel/system/fvSchemes index 3adbcd6a..0735ff59 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/system/fvSchemes +++ b/tutorials/multiphase/interFoam/ras/waterChannel/system/fvSchemes @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/system/fvSolution b/tutorials/multiphase/interFoam/ras/waterChannel/system/fvSolution index c62b15ad..5a386842 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/system/fvSolution +++ b/tutorials/multiphase/interFoam/ras/waterChannel/system/fvSolution @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/system/setFieldsDict b/tutorials/multiphase/interFoam/ras/waterChannel/system/setFieldsDict index 6cf94073..61d556f5 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/system/setFieldsDict +++ b/tutorials/multiphase/interFoam/ras/waterChannel/system/setFieldsDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 2.3.0 | +| \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -24,7 +24,7 @@ regions ( boxToCell { - box (-10 -20 -10) (200 20 4); + box (-10 -20 -10) (50 20 2.2); fieldValues ( volScalarFieldValue alpha.water 1