diff --git a/tutorials/MRFSimpleFoam/mixerVessel2D/constant/turbulenceProperties b/tutorials/MRFSimpleFoam/mixerVessel2D/constant/turbulenceProperties index ca792d9f451c0966497c8a8f53cd595775c53106..0caf7f3952c5a240c8ea03e54bbd500983677dce 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 ba6e807f82efb367ccef2f4bb4ed7d011ab10b22..0e59c3d7f65e08042182e8da6b5aa317472c65c0 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 21fc8a8a02e18e7247d1c05518a5e823ae4e3d3a..d7016db5007b33b03400b91210a9f6e4d05cae8b 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 21fc8a8a02e18e7247d1c05518a5e823ae4e3d3a..f3f94216e30623c2681507643f63e6311eca3d66 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 3e1e16755cd78eb227ff4700de29c7d47b2b7131..d859aae7f435e99f956390fd3b33f4630c666160 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 f979cb3a805ef289f0daae6ce6b93ba3d1a9657c..2c541c2155bc7e2f5c2b796f38dc828bde3018cf 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 df50c8641447b1621a4baad221d48ce5ab94ac04..681d37f289f027b34c5017e58b3d05d24d5ef046 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 7128f95ea12cf266e4b256d15915a4090286f1b7..28f4f604118688d64ee289dba15ae98604d34c58 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 7128f95ea12cf266e4b256d15915a4090286f1b7..28f4f604118688d64ee289dba15ae98604d34c58 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 7128f95ea12cf266e4b256d15915a4090286f1b7..28f4f604118688d64ee289dba15ae98604d34c58 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 ed4741ce5c47320a94bcbf5f4175247f754f8321..0000000000000000000000000000000000000000 --- 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 a839bb414556cfd80f93b8220328415fac144c1e..0000000000000000000000000000000000000000 --- 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 8fc4ace6f98e34775aed3460bf861a9b552b0d90..0000000000000000000000000000000000000000 --- 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 efcda64b295d23d1ef441d45e2099ad1e4f3b4f7..0000000000000000000000000000000000000000 --- 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 c825e1ae0f1ddc0890a04701b5cd4a5921e2da95..0000000000000000000000000000000000000000 --- 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 d69a1c03ee926bceddf0cacf931a832f6cb72f1c..0000000000000000000000000000000000000000 --- 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 91c35b984a4c65dc0700aff0cd438d0fc9cfbc9f..0000000000000000000000000000000000000000 --- 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 1c8ed2274f1322ddd4242dc192e6fbd4436344a3..0000000000000000000000000000000000000000 --- 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 ec945cbe4270395308c156421423963b6f3508eb..0000000000000000000000000000000000000000 --- 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 bbc9f1a2602cca25fa99d984c6f8a8a8c294fd83..0000000000000000000000000000000000000000 --- 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 b8b112168edec2f925d4f4b11cf4896fc7b01675..0000000000000000000000000000000000000000 --- 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 46f3139924009672b34b43016b4d4297796d0263..0000000000000000000000000000000000000000 --- 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 3478ac639cbfa776a736fab59821907affb82d7d..e4c8498ce7e61ea7de5f09cf5b5b28462b1fe090 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 21fc8a8a02e18e7247d1c05518a5e823ae4e3d3a..38f84693625e0050b401f9c0ec3ba8fe025f34f2 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 b14ec537167ebc2f271ccbf28c63b03f523376a6..ec87c01487efa0132333ddfc68e16719125c8ff0 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 68a30fe75161ca8de1602689716aa1a26cd01a55..1dd18e0cb50c79130ccc359a5b775f30393fdac4 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 c0e5f765839c50d2bb86e8bc92176fa487a080ca..06673cebae41aa86068d198085b2c0120679b736 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 47194248421159e8bf18ee866545b25cafcf01f3..b1a94d71a7427d4ddec8ee2950d3ad56b09ffb02 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 ce1b97ca73796c1b43ee1baeab345990d4d72fcd..a58f6765362b51d35cdccbbfbec186de7e65ba43 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 ce1b97ca73796c1b43ee1baeab345990d4d72fcd..a58f6765362b51d35cdccbbfbec186de7e65ba43 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 6f67a329b1ff71d1b5e9400504bc77f8d83daea7..b12af498024040cafaec90809bdc95e56adc5c76 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 a10685dcae233d1f3007cb009324e8fd48b1c46e..636a110eac6fb30a6626fa6a9bc7cc980bda6cae 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 a10685dcae233d1f3007cb009324e8fd48b1c46e..636a110eac6fb30a6626fa6a9bc7cc980bda6cae 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 aa269bc9b6832aa0f08126dff02a734b9eb5524f..51fa555354f680458bc127097e27afb113741166 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 038378f51127061fd9d237b063aa1bc19cfb2aeb..b920d56b89fc654fa429b8273ea72656b1fc3af8 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 e1c73326f9043290473b85cf8853302174eadabf..18e22ca33931f409e832be020b325e82a83febbf 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 e1c73326f9043290473b85cf8853302174eadabf..18e22ca33931f409e832be020b325e82a83febbf 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 283f8136c9273190802fdad09815576c0b1d9c3f..47a08d2f2a32e1feadded725c3f906e7c6ead113 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 283f8136c9273190802fdad09815576c0b1d9c3f..47a08d2f2a32e1feadded725c3f906e7c6ead113 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 4f812b18a78fbd1e9f614bd894c139582a8d21e3..16ce7eec7ef68efe94a7877fd22396c7122653f0 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 1e9b27636e0409a89cae1176bf5fd19e1b75cb91..76cc87613ccabb5f0cc13e85b8cc10821da0e14c 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 60c47b9acfa8a141560a4f774204ab786260ca1e..232967e8f1ff9c18c196cc83f988fc85de16b400 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 283f8136c9273190802fdad09815576c0b1d9c3f..47a08d2f2a32e1feadded725c3f906e7c6ead113 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 165657e27c2ade280118836e4f3b52ba559e72a6..b2483e1c0d37a3710abe6fd98370660fb3d3bd66 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 cbd29fd8360a1bcb8ec8494a54ad27f3d0975565..b2483e1c0d37a3710abe6fd98370660fb3d3bd66 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 0046e64aad4be6c7ba498810b36b508488e65a0d..511b65242bb9a9fb10c2d365ead739646fda203c 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 {