From 196b52263a67b10a1349ded43a8e8eee3743c3e9 Mon Sep 17 00:00:00 2001 From: andy <a.heather@opencfd.co.uk> Date: Wed, 18 Jun 2008 18:29:11 +0100 Subject: [PATCH] added printCoeffs option to turbulenceProperties --- .../constant/turbulenceProperties | 4 +- .../constant/turbulenceProperties | 4 +- .../pitzDaily/constant/turbulenceProperties | 9 +- .../pitzDaily3D/constant/turbulenceProperties | 7 +- .../constant/turbulenceProperties | 4 +- .../constant/turbulenceProperties | 4 +- .../constant/turbulenceProperties | 4 +- .../hotRoom/constant/turbulenceProperties | 4 +- .../hotRoom/constant/turbulenceProperties | 4 +- .../constant/turbulenceProperties | 4 +- tutorials/cavitatingFoam/nozzle2D/0/T | 63 -------- tutorials/cavitatingFoam/nozzle2D/0/U | 62 -------- tutorials/cavitatingFoam/nozzle2D/0/gamma | 62 -------- tutorials/cavitatingFoam/nozzle2D/0/p | 67 --------- tutorials/cavitatingFoam/nozzle2D/0/rho | 63 -------- .../nozzle2D/constant/polyMesh/blockMeshDict | 134 ------------------ .../nozzle2D/constant/polyMesh/boundary | 58 -------- .../nozzle2D/constant/thermodynamicProperties | 36 ----- .../nozzle2D/constant/transportProperties | 28 ---- .../nozzle2D/system/controlDict | 52 ------- .../cavitatingFoam/nozzle2D/system/fvSchemes | 73 ---------- .../cavitatingFoam/nozzle2D/system/fvSolution | 59 -------- .../channel395/constant/turbulenceProperties | 6 +- .../pitzDaily/constant/turbulenceProperties | 6 +- .../aachenBomb/constant/turbulenceProperties | 6 +- .../kivaTest/constant/turbulenceProperties | 4 +- .../constant/turbulenceProperties | 4 +- .../constant/turbulenceProperties | 6 +- .../pitzDaily/constant/turbulenceProperties | 6 +- .../constant/turbulenceProperties | 6 +- .../damBreak/constant/turbulenceProperties | 4 +- .../angledDuct/constant/turbulenceProperties | 5 +- .../constant/turbulenceProperties | 5 +- .../cavity/constant/turbulenceProperties | 4 +- .../constant/turbulenceProperties | 4 +- .../dahl/constant/turbulenceProperties | 4 +- .../tank3D/constant/turbulenceProperties | 4 +- .../pitzDaily/constant/turbulenceProperties | 4 +- .../constant/turbulenceProperties | 4 +- .../mixer/constant/turbulenceProperties | 4 +- .../nacaAirfoil/constant/turbulenceProperties | 4 +- .../prism/constant/turbulenceProperties | 4 +- .../cavity/constant/turbulenceProperties | 4 +- .../bed/constant/turbulenceProperties | 4 +- .../bed2/constant/turbulenceProperties | 4 +- .../constant/turbulenceProperties | 4 +- 46 files changed, 115 insertions(+), 800 deletions(-) delete mode 100644 tutorials/cavitatingFoam/nozzle2D/0/T delete mode 100644 tutorials/cavitatingFoam/nozzle2D/0/U delete mode 100644 tutorials/cavitatingFoam/nozzle2D/0/gamma delete mode 100644 tutorials/cavitatingFoam/nozzle2D/0/p delete mode 100644 tutorials/cavitatingFoam/nozzle2D/0/rho delete mode 100644 tutorials/cavitatingFoam/nozzle2D/constant/polyMesh/blockMeshDict delete mode 100644 tutorials/cavitatingFoam/nozzle2D/constant/polyMesh/boundary delete mode 100644 tutorials/cavitatingFoam/nozzle2D/constant/thermodynamicProperties delete mode 100644 tutorials/cavitatingFoam/nozzle2D/constant/transportProperties delete mode 100644 tutorials/cavitatingFoam/nozzle2D/system/controlDict delete mode 100644 tutorials/cavitatingFoam/nozzle2D/system/fvSchemes delete mode 100644 tutorials/cavitatingFoam/nozzle2D/system/fvSolution diff --git a/tutorials/MRFSimpleFoam/mixerVessel2D/constant/turbulenceProperties b/tutorials/MRFSimpleFoam/mixerVessel2D/constant/turbulenceProperties index ca792d9f451..0caf7f3952c 100644 --- a/tutorials/MRFSimpleFoam/mixerVessel2D/constant/turbulenceProperties +++ b/tutorials/MRFSimpleFoam/mixerVessel2D/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel kEpsilon; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/XiFoam/moriyoshiHomogeneous/constant/turbulenceProperties b/tutorials/XiFoam/moriyoshiHomogeneous/constant/turbulenceProperties index ba6e807f82e..0e59c3d7f65 100644 --- a/tutorials/XiFoam/moriyoshiHomogeneous/constant/turbulenceProperties +++ b/tutorials/XiFoam/moriyoshiHomogeneous/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel LaunderSharmaKE; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/Xoodles/pitzDaily/constant/turbulenceProperties b/tutorials/Xoodles/pitzDaily/constant/turbulenceProperties index 21fc8a8a02e..d7016db5007 100644 --- a/tutorials/Xoodles/pitzDaily/constant/turbulenceProperties +++ b/tutorials/Xoodles/pitzDaily/constant/turbulenceProperties @@ -22,9 +22,12 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -LESmodel oneEqEddy; +LESmodel oneEqEddy; -delta cubeRootVol; +delta cubeRootVol; + + +printCoeffs on; laminarCoeffs { @@ -39,7 +42,7 @@ oneEqEddyCoeffs dynOneEqEddyCoeffs { ce 1.05; - filter simple; + filter simple; } lowReOneEqEddyCoeffs diff --git a/tutorials/Xoodles/pitzDaily3D/constant/turbulenceProperties b/tutorials/Xoodles/pitzDaily3D/constant/turbulenceProperties index 21fc8a8a02e..f3f94216e30 100644 --- a/tutorials/Xoodles/pitzDaily3D/constant/turbulenceProperties +++ b/tutorials/Xoodles/pitzDaily3D/constant/turbulenceProperties @@ -22,9 +22,12 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -LESmodel oneEqEddy; +LESmodel oneEqEddy; -delta cubeRootVol; +delta cubeRootVol; + + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/boundaryFoam/boundaryLaunderSharma/constant/turbulenceProperties b/tutorials/boundaryFoam/boundaryLaunderSharma/constant/turbulenceProperties index 3e1e16755cd..d859aae7f43 100644 --- a/tutorials/boundaryFoam/boundaryLaunderSharma/constant/turbulenceProperties +++ b/tutorials/boundaryFoam/boundaryLaunderSharma/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel LaunderSharmaKE; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/boundaryFoam/boundaryWallFunctions/constant/turbulenceProperties b/tutorials/boundaryFoam/boundaryWallFunctions/constant/turbulenceProperties index f979cb3a805..2c541c2155b 100644 --- a/tutorials/boundaryFoam/boundaryWallFunctions/constant/turbulenceProperties +++ b/tutorials/boundaryFoam/boundaryWallFunctions/constant/turbulenceProperties @@ -27,7 +27,9 @@ FoamFile RASmodel kEpsilon; // Do you wish to calculate turbulence? -turbulence on; +turbulence on; + +printCoeffs on; // Laminar model coefficients laminarCoeffs diff --git a/tutorials/bubbleFoam/bubbleColumn/constant/turbulenceProperties b/tutorials/bubbleFoam/bubbleColumn/constant/turbulenceProperties index df50c864144..681d37f289f 100644 --- a/tutorials/bubbleFoam/bubbleColumn/constant/turbulenceProperties +++ b/tutorials/bubbleFoam/bubbleColumn/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel laminar; -turbulence off; +turbulence off; + +printCoeffs off; laminarCoeffs { diff --git a/tutorials/buoyantFoam/hotRoom/constant/turbulenceProperties b/tutorials/buoyantFoam/hotRoom/constant/turbulenceProperties index 7128f95ea12..28f4f604118 100644 --- a/tutorials/buoyantFoam/hotRoom/constant/turbulenceProperties +++ b/tutorials/buoyantFoam/hotRoom/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel kEpsilon; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/buoyantSimpleFoam/hotRoom/constant/turbulenceProperties b/tutorials/buoyantSimpleFoam/hotRoom/constant/turbulenceProperties index 7128f95ea12..28f4f604118 100644 --- a/tutorials/buoyantSimpleFoam/hotRoom/constant/turbulenceProperties +++ b/tutorials/buoyantSimpleFoam/hotRoom/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel kEpsilon; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/buoyantSimpleRadiationFoam/hotRadiationRoom/constant/turbulenceProperties b/tutorials/buoyantSimpleRadiationFoam/hotRadiationRoom/constant/turbulenceProperties index 7128f95ea12..28f4f604118 100644 --- a/tutorials/buoyantSimpleRadiationFoam/hotRadiationRoom/constant/turbulenceProperties +++ b/tutorials/buoyantSimpleRadiationFoam/hotRadiationRoom/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel kEpsilon; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/cavitatingFoam/nozzle2D/0/T b/tutorials/cavitatingFoam/nozzle2D/0/T deleted file mode 100644 index ed4741ce5c4..00000000000 --- a/tutorials/cavitatingFoam/nozzle2D/0/T +++ /dev/null @@ -1,63 +0,0 @@ -/*---------------------------------------------------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.4 | -| \\ / A nd | Web: http://www.openfoam.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ - -FoamFile -{ - version 2.0; - format ascii; - - root ""; - case ""; - instance ""; - local ""; - - class volScalarField; - object rho; -} - -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - - -dimensions [0 0 0 1 0]; - -internalField uniform 300; - -boundaryField -{ - inlet - { - type fixedValue; //inletOutlet; - value uniform 300; - inletValue uniform 300; - } - - outlet - { - type zeroGradient; //inletOutlet; - value uniform 300; - inletValue uniform 300; - } - - wall - { - type zeroGradient; - } - - back - { - type wedge; - } - - front - { - type wedge; - } -} - - -// ************************************************************************* // diff --git a/tutorials/cavitatingFoam/nozzle2D/0/U b/tutorials/cavitatingFoam/nozzle2D/0/U deleted file mode 100644 index a839bb41455..00000000000 --- a/tutorials/cavitatingFoam/nozzle2D/0/U +++ /dev/null @@ -1,62 +0,0 @@ -/*---------------------------------------------------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.4 | -| \\ / A nd | Web: http://www.openfoam.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ - -FoamFile -{ - version 2.0; - format ascii; - - root ""; - case ""; - instance ""; - local ""; - - class volVectorField; - object U; -} - -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - - -dimensions [0 1 -1 0 0]; - -internalField uniform (0 0 0); - -boundaryField -{ - inlet - { - type zeroGradient; //pressureInletOutletVelocity; - value uniform (0 0 0); - } - - outlet - { - type zeroGradient; //inletOutlet; - value uniform (0 0 0); - inletValue uniform (0 0 0); - } - - wall - { - type slip; - } - - back - { - type wedge; - } - - front - { - type wedge; - } -} - - -// ************************************************************************* // diff --git a/tutorials/cavitatingFoam/nozzle2D/0/gamma b/tutorials/cavitatingFoam/nozzle2D/0/gamma deleted file mode 100644 index 8fc4ace6f98..00000000000 --- a/tutorials/cavitatingFoam/nozzle2D/0/gamma +++ /dev/null @@ -1,62 +0,0 @@ -/*---------------------------------------------------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.4 | -| \\ / A nd | Web: http://www.openfoam.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ - -FoamFile -{ - version 2.0; - format ascii; - - root ""; - case ""; - instance ""; - local ""; - - class volScalarField; - object gamma; -} - -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - - -dimensions [0 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - inlet - { - type calculated; - value uniform 0; - } - - outlet - { - type calculated; - value uniform 0; - } - - wall - { - type calculated; - value uniform 0; - } - - back - { - type wedge; - } - - front - { - type wedge; - } -} - - -// ************************************************************************* // diff --git a/tutorials/cavitatingFoam/nozzle2D/0/p b/tutorials/cavitatingFoam/nozzle2D/0/p deleted file mode 100644 index efcda64b295..00000000000 --- a/tutorials/cavitatingFoam/nozzle2D/0/p +++ /dev/null @@ -1,67 +0,0 @@ -/*---------------------------------------------------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.4 | -| \\ / A nd | Web: http://www.openfoam.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ - -FoamFile -{ - version 2.0; - format ascii; - - root ""; - case ""; - instance ""; - local ""; - - class volScalarField; - object p; -} - -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - - -dimensions [1 -1 -2 0 0]; - -internalField uniform 5e5; - -boundaryField -{ - inlet - { - type totalPressure; - U U; - phi phiv; - rho rho; - psi none; - gamma 1; - p0 uniform 100e5; - //p0 uniform 15e5; - } - - outlet - { - type fixedValue; - value uniform 5e5; - } - - wall - { - type zeroGradient; - } - - back - { - type wedge; - } - - front - { - type wedge; - } -} - - -// ************************************************************************* // diff --git a/tutorials/cavitatingFoam/nozzle2D/0/rho b/tutorials/cavitatingFoam/nozzle2D/0/rho deleted file mode 100644 index c825e1ae0f1..00000000000 --- a/tutorials/cavitatingFoam/nozzle2D/0/rho +++ /dev/null @@ -1,63 +0,0 @@ -/*---------------------------------------------------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.4 | -| \\ / A nd | Web: http://www.openfoam.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ - -FoamFile -{ - version 2.0; - format ascii; - - root ""; - case ""; - instance ""; - local ""; - - class volScalarField; - object gamma; -} - -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - - -dimensions [1 -3 0 0 0]; - -internalField uniform 828.23621; - -boundaryField -{ - inlet - { - type fixedValue; - value uniform 832.75441; - //value uniform 828.7118; - } - - outlet - { - type fixedValue; //inletOutlet; - value uniform 828.23621; - inletValue uniform 828.23621; - } - - wall - { - type zeroGradient; - } - - back - { - type wedge; - } - - front - { - type wedge; - } -} - - -// ************************************************************************* // diff --git a/tutorials/cavitatingFoam/nozzle2D/constant/polyMesh/blockMeshDict b/tutorials/cavitatingFoam/nozzle2D/constant/polyMesh/blockMeshDict deleted file mode 100644 index d69a1c03ee9..00000000000 --- a/tutorials/cavitatingFoam/nozzle2D/constant/polyMesh/blockMeshDict +++ /dev/null @@ -1,134 +0,0 @@ -/*---------------------------------------------------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.4 | -| \\ / A nd | Web: http://www.openfoam.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ - -FoamFile -{ - version 2.0; - format ascii; - - root ""; - case ""; - instance ""; - local ""; - - class dictionary; - object blockMeshDict; -} - -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -convertToMeters 1.0e-03; - -vertices -( - (0 0 0) - (4 0 0) - (5 0 0) - (10 0 0) - - (0 0.167 -7.2913e-3) - (4 0.167 -7.2913e-3) - (5 0.167 -7.2913e-3) - (10 0.167 -7.2913e-3) - - (0 0.5 -2.183e-2) - (4 0.5 -2.183e-2) - (5 0.5 -2.183e-2) - (10 0.5 -2.183e-2) - - (0 0 0) - (4 0 0) - (5 0 0) - (10 0 0) - - (0 0.167 7.2913e-3) - (4 0.167 7.2913e-3) - (5 0.167 7.2913e-3) - (10 0.167 7.2913e-3) - - (0 0.5 2.183e-2) - (4 0.5 2.183e-2) - (5 0.5 2.183e-2) - (10 0.5 2.183e-2) -); - - -blocks -( - // block 0 - hex (0 1 5 4 12 13 17 16) - (40 10 1) - (0.167 1 1) - - // block 1 - hex (1 2 6 5 13 14 18 17) - (30 10 1) - (1 1 1) - - // block 2 - hex (2 3 7 6 14 15 19 18) - (50 10 1) - (6 1 1) - - // block 3 - hex (4 5 9 8 16 17 21 20) - (40 20 1) - (0.167 1 1) - - // block 4 - hex (6 7 11 10 18 19 23 22) - (50 20 1) - (6 1 1) -); - - -patches -( - patch inlet - ( - (0 12 16 4) - (4 16 20 8) - ) - - patch outlet - ( - (3 7 19 15) - (7 11 23 19) - ) - - wall wall - ( - (8 20 21 9) - (5 9 21 17) - (6 5 17 18) - (10 6 18 22) - (11 10 22 23) - ) - - wedge back - ( - (0 4 5 1) - (1 5 6 2) - (2 6 7 3) - (4 8 9 5) - (6 10 11 7) - ) - - wedge front - ( - (12 13 17 16) - (13 14 18 17) - (14 15 19 18) - (16 17 21 20) - (18 19 23 22) - ) -); - - -// ************************************************************************* // - diff --git a/tutorials/cavitatingFoam/nozzle2D/constant/polyMesh/boundary b/tutorials/cavitatingFoam/nozzle2D/constant/polyMesh/boundary deleted file mode 100644 index 91c35b984a4..00000000000 --- a/tutorials/cavitatingFoam/nozzle2D/constant/polyMesh/boundary +++ /dev/null @@ -1,58 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: http://www.openfoam.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class polyBoundaryMesh; - object boundary; - location "constant/polyMesh"; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -6 -( - inlet - { - type patch; - nFaces 30; - startFace 5830; - } - outlet - { - type patch; - nFaces 30; - startFace 5860; - } - wall - { - type wall; - nFaces 160; - startFace 5890; - } - back - { - type wedge; - nFaces 3000; - startFace 6050; - } - front - { - type wedge; - nFaces 3000; - startFace 9050; - } - defaultFaces - { - type empty; - nFaces 0; - startFace 12050; - } -) - -// ************************************************************************* // diff --git a/tutorials/cavitatingFoam/nozzle2D/constant/thermodynamicProperties b/tutorials/cavitatingFoam/nozzle2D/constant/thermodynamicProperties deleted file mode 100644 index 1c8ed2274f1..00000000000 --- a/tutorials/cavitatingFoam/nozzle2D/constant/thermodynamicProperties +++ /dev/null @@ -1,36 +0,0 @@ -/*---------------------------------------------------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.4 | -| \\ / A nd | Web: http://www.openfoam.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ - -FoamFile -{ - version 2.0; - format ascii; - - root ""; - case ""; - instance ""; - local ""; - - class dictionary; - object thermodynamicProperties; -} - -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -compressibilityModel linear; //Chung; - -psiv psiv [0 -2 2 0 0] 4.662e-5; - -rholSat rholSat [1 -3 0 0 0] 828; -psil psil [0 -2 2 0 0] 4.756e-7; - -pSat pSat [1 -1 -2 0 0] 3325; - -rhoMin rhoMin [1 -3 0 0 0] 0.001; - -// ************************************************************************* // diff --git a/tutorials/cavitatingFoam/nozzle2D/constant/transportProperties b/tutorials/cavitatingFoam/nozzle2D/constant/transportProperties deleted file mode 100644 index ec945cbe427..00000000000 --- a/tutorials/cavitatingFoam/nozzle2D/constant/transportProperties +++ /dev/null @@ -1,28 +0,0 @@ -/*---------------------------------------------------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.4 | -| \\ / A nd | Web: http://www.openfoam.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ - -FoamFile -{ - version 2.0; - format ascii; - - root ""; - case ""; - instance ""; - local ""; - - class dictionary; - object transportProperties; -} - -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -mul mul [1 -1 -1 0 0] 3.877e-3; -muv muv [1 -1 -1 0 0] 1.207e-4; - -// ************************************************************************* // diff --git a/tutorials/cavitatingFoam/nozzle2D/system/controlDict b/tutorials/cavitatingFoam/nozzle2D/system/controlDict deleted file mode 100644 index bbc9f1a2602..00000000000 --- a/tutorials/cavitatingFoam/nozzle2D/system/controlDict +++ /dev/null @@ -1,52 +0,0 @@ -/*---------------------------------------------------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.4 | -| \\ / A nd | Web: http://www.openfoam.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ - -FoamFile -{ - version 2.0; - format ascii; - - root ""; - case ""; - instance ""; - local ""; - - class dictionary; - object controlDict; -} - -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -startFrom latestTime; -startTime 0; - -stopAt endTime; -endTime 1e-3; - -deltaT 1e-8; - -writeControl adjustableRunTime; - -writeInterval 1e-5; - -purgeWrite 0; - -writeFormat ascii; -writePrecision 6; -writeCompression uncompressed; - -timeFormat general; - -runTimeModifiable yes; - -adjustTimeStep on; - -maxCo 0.5; -maxAcousticCo 50.0; - -// ************************************************************************* // diff --git a/tutorials/cavitatingFoam/nozzle2D/system/fvSchemes b/tutorials/cavitatingFoam/nozzle2D/system/fvSchemes deleted file mode 100644 index b8b112168ed..00000000000 --- a/tutorials/cavitatingFoam/nozzle2D/system/fvSchemes +++ /dev/null @@ -1,73 +0,0 @@ -/*---------------------------------------------------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.4 | -| \\ / A nd | Web: http://www.openfoam.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ - -FoamFile -{ - version 2.0; - format ascii; - - root ""; - case ""; - instance ""; - local ""; - - class dictionary; - object fvSchemes; -} - -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -ddtSchemes -{ - default Euler; -} - -interpolationSchemes -{ - default linear; -} - -divSchemes -{ - default none; - - div(phiv,rho) Gauss upwind; - div(phi,U) Gauss upwind; -} - -gradSchemes -{ - default Gauss; -} - -laplacianSchemes -{ - default none; - - laplacian(nuf,rhoU) Gauss linear corrected; - laplacian(muf,U) Gauss linear corrected; - laplacian(rrhoUAf,p) Gauss linear corrected; - laplacian(rUAf,p) Gauss linear corrected; -} - -snGradSchemes -{ - default none; - - snGrad(p) corrected; -} - -fluxRequired -{ - default none; - p; - rho; -} - - -// ************************************************************************* // diff --git a/tutorials/cavitatingFoam/nozzle2D/system/fvSolution b/tutorials/cavitatingFoam/nozzle2D/system/fvSolution deleted file mode 100644 index 46f31399240..00000000000 --- a/tutorials/cavitatingFoam/nozzle2D/system/fvSolution +++ /dev/null @@ -1,59 +0,0 @@ -/*---------------------------------------------------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.4 | -| \\ / A nd | Web: http://www.openfoam.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ - -FoamFile -{ - version 2.0; - format ascii; - - root ""; - case ""; - instance ""; - local ""; - - class dictionary; - object fvSolution; -} - -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -solvers -{ - rho smoothSolver - { - smoother GaussSeidel; - tolerance 1e-8; - relTol 0; - nSweeps 1; - }; - - U smoothSolver - { - smoother GaussSeidel; - tolerance 1e-8; - relTol 0; - nSweeps 1; - }; - - p PCG - { - preconditioner DIC; - tolerance 1e-10; - relTol 0; - }; -} - -PISO -{ - nCorrectors 2; - nNonOrthogonalCorrectors 0; - - removeSwirl 2; -} - -// ************************************************************************* // diff --git a/tutorials/channelOodles/channel395/constant/turbulenceProperties b/tutorials/channelOodles/channel395/constant/turbulenceProperties index 3478ac639cb..e4c8498ce7e 100644 --- a/tutorials/channelOodles/channel395/constant/turbulenceProperties +++ b/tutorials/channelOodles/channel395/constant/turbulenceProperties @@ -22,9 +22,11 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -LESmodel oneEqEddy; +LESmodel oneEqEddy; -delta vanDriest; +printCoeffs on; + +delta vanDriest; laminarCoeffs { diff --git a/tutorials/coodles/pitzDaily/constant/turbulenceProperties b/tutorials/coodles/pitzDaily/constant/turbulenceProperties index 21fc8a8a02e..38f84693625 100644 --- a/tutorials/coodles/pitzDaily/constant/turbulenceProperties +++ b/tutorials/coodles/pitzDaily/constant/turbulenceProperties @@ -22,9 +22,11 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -LESmodel oneEqEddy; +LESmodel oneEqEddy; -delta cubeRootVol; +printCoeffs on; + +delta cubeRootVol; laminarCoeffs { diff --git a/tutorials/dieselFoam/aachenBomb/constant/turbulenceProperties b/tutorials/dieselFoam/aachenBomb/constant/turbulenceProperties index b14ec537167..ec87c01487e 100644 --- a/tutorials/dieselFoam/aachenBomb/constant/turbulenceProperties +++ b/tutorials/dieselFoam/aachenBomb/constant/turbulenceProperties @@ -18,7 +18,9 @@ FoamFile RASmodel kEpsilon; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { @@ -35,7 +37,7 @@ kEpsilonCoeffs alphaEps 0.76923; muLimiter on; Lsgs 0.0002; - + } RNGkEpsilonCoeffs diff --git a/tutorials/engineFoam/kivaTest/constant/turbulenceProperties b/tutorials/engineFoam/kivaTest/constant/turbulenceProperties index 68a30fe7516..1dd18e0cb50 100644 --- a/tutorials/engineFoam/kivaTest/constant/turbulenceProperties +++ b/tutorials/engineFoam/kivaTest/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel kEpsilon; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/interDyMFoam/damBreakWithObstacle/constant/turbulenceProperties b/tutorials/interDyMFoam/damBreakWithObstacle/constant/turbulenceProperties index c0e5f765839..06673cebae4 100644 --- a/tutorials/interDyMFoam/damBreakWithObstacle/constant/turbulenceProperties +++ b/tutorials/interDyMFoam/damBreakWithObstacle/constant/turbulenceProperties @@ -25,7 +25,9 @@ FoamFile // RASmodel kEpsilon; RASmodel laminar; -turbulence off; +turbulence on; + +printCoeffs off; laminarCoeffs { diff --git a/tutorials/lesInterFoam/nozzleFlow2D/constant/turbulenceProperties b/tutorials/lesInterFoam/nozzleFlow2D/constant/turbulenceProperties index 47194248421..b1a94d71a74 100644 --- a/tutorials/lesInterFoam/nozzleFlow2D/constant/turbulenceProperties +++ b/tutorials/lesInterFoam/nozzleFlow2D/constant/turbulenceProperties @@ -22,9 +22,11 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -LESmodel oneEqEddy; +LESmodel oneEqEddy; -delta smooth; +delta smooth; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/oodles/pitzDaily/constant/turbulenceProperties b/tutorials/oodles/pitzDaily/constant/turbulenceProperties index ce1b97ca737..a58f6765362 100644 --- a/tutorials/oodles/pitzDaily/constant/turbulenceProperties +++ b/tutorials/oodles/pitzDaily/constant/turbulenceProperties @@ -22,9 +22,11 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -LESmodel oneEqEddy; +LESmodel oneEqEddy; -delta cubeRootVol; +delta cubeRootVol; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/oodles/pitzDailyDirectMapped/constant/turbulenceProperties b/tutorials/oodles/pitzDailyDirectMapped/constant/turbulenceProperties index ce1b97ca737..a58f6765362 100644 --- a/tutorials/oodles/pitzDailyDirectMapped/constant/turbulenceProperties +++ b/tutorials/oodles/pitzDailyDirectMapped/constant/turbulenceProperties @@ -22,9 +22,11 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -LESmodel oneEqEddy; +LESmodel oneEqEddy; -delta cubeRootVol; +delta cubeRootVol; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/rasInterFoam/damBreak/constant/turbulenceProperties b/tutorials/rasInterFoam/damBreak/constant/turbulenceProperties index 6f67a329b1f..b12af498024 100644 --- a/tutorials/rasInterFoam/damBreak/constant/turbulenceProperties +++ b/tutorials/rasInterFoam/damBreak/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel kEpsilon; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/rhoPimpleFoam/angledDuct/constant/turbulenceProperties b/tutorials/rhoPimpleFoam/angledDuct/constant/turbulenceProperties index a10685dcae2..636a110eac6 100644 --- a/tutorials/rhoPimpleFoam/angledDuct/constant/turbulenceProperties +++ b/tutorials/rhoPimpleFoam/angledDuct/constant/turbulenceProperties @@ -17,7 +17,10 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // RASmodel kEpsilon; -turbulence on; + +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/rhoPorousSimpleFoam/angledDuctImplicit/constant/turbulenceProperties b/tutorials/rhoPorousSimpleFoam/angledDuctImplicit/constant/turbulenceProperties index a10685dcae2..636a110eac6 100644 --- a/tutorials/rhoPorousSimpleFoam/angledDuctImplicit/constant/turbulenceProperties +++ b/tutorials/rhoPorousSimpleFoam/angledDuctImplicit/constant/turbulenceProperties @@ -17,7 +17,10 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // RASmodel kEpsilon; -turbulence on; + +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/rhoTurbFoam/cavity/constant/turbulenceProperties b/tutorials/rhoTurbFoam/cavity/constant/turbulenceProperties index aa269bc9b68..51fa555354f 100644 --- a/tutorials/rhoTurbFoam/cavity/constant/turbulenceProperties +++ b/tutorials/rhoTurbFoam/cavity/constant/turbulenceProperties @@ -27,7 +27,9 @@ FoamFile RASmodel kOmegaSST; //kEpsilon; // Do you wish to calculate turbulence? -turbulence on; +turbulence on; + +printCoeffs on; // Laminar model coefficients laminarCoeffs diff --git a/tutorials/rhoTurbTwinParcelFoam/simplifiedSiwek/constant/turbulenceProperties b/tutorials/rhoTurbTwinParcelFoam/simplifiedSiwek/constant/turbulenceProperties index 038378f5112..b920d56b89f 100644 --- a/tutorials/rhoTurbTwinParcelFoam/simplifiedSiwek/constant/turbulenceProperties +++ b/tutorials/rhoTurbTwinParcelFoam/simplifiedSiwek/constant/turbulenceProperties @@ -27,7 +27,9 @@ FoamFile RASmodel kEpsilon; // Do you wish to calculate turbulence? -turbulence on; +turbulence on; + +printCoeffs on; // Laminar model coefficients laminarCoeffs diff --git a/tutorials/settlingFoam/dahl/constant/turbulenceProperties b/tutorials/settlingFoam/dahl/constant/turbulenceProperties index e1c73326f90..18e22ca3393 100644 --- a/tutorials/settlingFoam/dahl/constant/turbulenceProperties +++ b/tutorials/settlingFoam/dahl/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel kEpsilon; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/settlingFoam/tank3D/constant/turbulenceProperties b/tutorials/settlingFoam/tank3D/constant/turbulenceProperties index e1c73326f90..18e22ca3393 100644 --- a/tutorials/settlingFoam/tank3D/constant/turbulenceProperties +++ b/tutorials/settlingFoam/tank3D/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel kEpsilon; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/simpleFoam/pitzDaily/constant/turbulenceProperties b/tutorials/simpleFoam/pitzDaily/constant/turbulenceProperties index 283f8136c92..47a08d2f2a3 100644 --- a/tutorials/simpleFoam/pitzDaily/constant/turbulenceProperties +++ b/tutorials/simpleFoam/pitzDaily/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel kEpsilon; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/simpleFoam/pitzDailyExptInlet/constant/turbulenceProperties b/tutorials/simpleFoam/pitzDailyExptInlet/constant/turbulenceProperties index 283f8136c92..47a08d2f2a3 100644 --- a/tutorials/simpleFoam/pitzDailyExptInlet/constant/turbulenceProperties +++ b/tutorials/simpleFoam/pitzDailyExptInlet/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel kEpsilon; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/simpleSRFFoam/mixer/constant/turbulenceProperties b/tutorials/simpleSRFFoam/mixer/constant/turbulenceProperties index 4f812b18a78..16ce7eec7ef 100644 --- a/tutorials/simpleSRFFoam/mixer/constant/turbulenceProperties +++ b/tutorials/simpleSRFFoam/mixer/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel kOmegaSST; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/sonicTurbFoam/nacaAirfoil/constant/turbulenceProperties b/tutorials/sonicTurbFoam/nacaAirfoil/constant/turbulenceProperties index 1e9b27636e0..76cc87613cc 100644 --- a/tutorials/sonicTurbFoam/nacaAirfoil/constant/turbulenceProperties +++ b/tutorials/sonicTurbFoam/nacaAirfoil/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel LaunderSharmaKE; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/sonicTurbFoam/prism/constant/turbulenceProperties b/tutorials/sonicTurbFoam/prism/constant/turbulenceProperties index 60c47b9acfa..232967e8f1f 100644 --- a/tutorials/sonicTurbFoam/prism/constant/turbulenceProperties +++ b/tutorials/sonicTurbFoam/prism/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel kEpsilon; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/turbFoam/cavity/constant/turbulenceProperties b/tutorials/turbFoam/cavity/constant/turbulenceProperties index 283f8136c92..47a08d2f2a3 100644 --- a/tutorials/turbFoam/cavity/constant/turbulenceProperties +++ b/tutorials/turbFoam/cavity/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel kEpsilon; -turbulence on; +turbulence on; + +printCoeffs on; laminarCoeffs { diff --git a/tutorials/twoPhaseEulerFoam/bed/constant/turbulenceProperties b/tutorials/twoPhaseEulerFoam/bed/constant/turbulenceProperties index 165657e27c2..b2483e1c0d3 100644 --- a/tutorials/twoPhaseEulerFoam/bed/constant/turbulenceProperties +++ b/tutorials/twoPhaseEulerFoam/bed/constant/turbulenceProperties @@ -26,7 +26,9 @@ FoamFile // Switch turbulence model on or off -turbulence on; +turbulence on; + +printCoeffs on; // Standard k-epsilon model coefficients diff --git a/tutorials/twoPhaseEulerFoam/bed2/constant/turbulenceProperties b/tutorials/twoPhaseEulerFoam/bed2/constant/turbulenceProperties index cbd29fd8360..b2483e1c0d3 100644 --- a/tutorials/twoPhaseEulerFoam/bed2/constant/turbulenceProperties +++ b/tutorials/twoPhaseEulerFoam/bed2/constant/turbulenceProperties @@ -26,7 +26,9 @@ FoamFile // Switch turbulence model on or off -turbulence off; +turbulence on; + +printCoeffs on; // Standard k-epsilon model coefficients diff --git a/tutorials/twoPhaseEulerFoam/bubbleColumn/constant/turbulenceProperties b/tutorials/twoPhaseEulerFoam/bubbleColumn/constant/turbulenceProperties index 0046e64aad4..511b65242bb 100644 --- a/tutorials/twoPhaseEulerFoam/bubbleColumn/constant/turbulenceProperties +++ b/tutorials/twoPhaseEulerFoam/bubbleColumn/constant/turbulenceProperties @@ -24,7 +24,9 @@ FoamFile RASmodel kEpsilon; -turbulence off; +turbulence off; + +printCoeffs off; kEpsilonCoeffs { -- GitLab