diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kEpsilon/U b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kEpsilon/U deleted file mode 100644 index 723094d748b671f2d0557efc8be44f340a133a84..0000000000000000000000000000000000000000 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kEpsilon/U +++ /dev/null @@ -1,56 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volVectorField; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform (69.4 0 0); - -boundaryField -{ - inlet - { - type fixedValue; - value $internalField; - } - - outlet - { - type zeroGradient; - } - - topWall - { - type slip; - } - - bottomWall - { - type fixedValue; - value uniform (0 0 0); - } - - symmetry - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kEpsilon/epsilon b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kEpsilon/epsilon deleted file mode 100644 index 3c4c982df8b836883a0d1f5a2ff175c499bd5789..0000000000000000000000000000000000000000 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kEpsilon/epsilon +++ /dev/null @@ -1,57 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object epsilon; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -3 0 0 0 0]; - -internalField uniform 0.84321; // from kOmega model epsilon=omega*k*Cmu - -boundaryField -{ - inlet - { - type fixedValue; - value $internalField; - } - - outlet - { - type zeroGradient; - } - - topWall - { - type zeroGradient; - } - - bottomWall - { - type epsilonWallFunction; - lowReCorrection on; - value $internalField; - } - - symmetry - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kEpsilon/k b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kEpsilon/k deleted file mode 100644 index e2c4d9484fa5655398365d74db3ab02d5d0596a1..0000000000000000000000000000000000000000 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kEpsilon/k +++ /dev/null @@ -1,59 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object k; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform 1.08e-3; // 1.08e-3 = 1.125*(69.4)^2/5e6 // 11=3.9% 18.1=5%; - -boundaryField -{ - inlet - { - type fixedValue; - -// type turbulentIntensityKineticEnergyInlet; -// intensity 0.05; // 5% turbulence - value $internalField; - } - - outlet - { - type zeroGradient; - } - - topWall - { - type zeroGradient; - } - - bottomWall - { - type kqRWallFunction; - value $internalField; - } - - symmetry - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kEpsilon/nut b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kEpsilon/nut deleted file mode 100644 index 6ad6d322f951e72799929a913a633fe07cf8b9f0..0000000000000000000000000000000000000000 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kEpsilon/nut +++ /dev/null @@ -1,60 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - location "0"; - object nut; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -1 0 0 0 0]; - -internalField uniform 1.25e-7; - -boundaryField -{ - inlet - { - type calculated; - value $internalField; - } - - outlet - { - type calculated; - value $internalField; - } - - topWall - { - type calculated; - value $internalField; - } - - bottomWall - { - type nutkWallFunction; - value $internalField; - } - - symmetry - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - - -// ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kEpsilon/p b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kEpsilon/p deleted file mode 100644 index 21d3f0ab96b44c1fcd4d0a34c5a73b93ff8ee21b..0000000000000000000000000000000000000000 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kEpsilon/p +++ /dev/null @@ -1,66 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object p; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - inlet - { - type zeroGradient; -/* - type totalPressure; - rho none; - psi none; - p0 uniform 1.02828; - value uniform 1.02828; -*/ - } - - outlet - { - type fixedValue; - value uniform 0; -/* - type fixedValue; - value uniform 1; -*/ - } - - topWall - { - type zeroGradient; - } - - bottomWall - { - type zeroGradient; - } - - symmetry - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kOmegaSST/U b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kOmegaSST/U deleted file mode 100644 index 723094d748b671f2d0557efc8be44f340a133a84..0000000000000000000000000000000000000000 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kOmegaSST/U +++ /dev/null @@ -1,56 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volVectorField; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform (69.4 0 0); - -boundaryField -{ - inlet - { - type fixedValue; - value $internalField; - } - - outlet - { - type zeroGradient; - } - - topWall - { - type slip; - } - - bottomWall - { - type fixedValue; - value uniform (0 0 0); - } - - symmetry - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kOmegaSST/k b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kOmegaSST/k deleted file mode 100644 index e2c4d9484fa5655398365d74db3ab02d5d0596a1..0000000000000000000000000000000000000000 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kOmegaSST/k +++ /dev/null @@ -1,59 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object k; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform 1.08e-3; // 1.08e-3 = 1.125*(69.4)^2/5e6 // 11=3.9% 18.1=5%; - -boundaryField -{ - inlet - { - type fixedValue; - -// type turbulentIntensityKineticEnergyInlet; -// intensity 0.05; // 5% turbulence - value $internalField; - } - - outlet - { - type zeroGradient; - } - - topWall - { - type zeroGradient; - } - - bottomWall - { - type kqRWallFunction; - value $internalField; - } - - symmetry - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kOmegaSST/nut b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kOmegaSST/nut deleted file mode 100644 index 7d40971a794c9f1d3df87d997780af307ecfbc38..0000000000000000000000000000000000000000 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kOmegaSST/nut +++ /dev/null @@ -1,60 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - location "0"; - object nut; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -1 0 0 0 0]; - -internalField uniform 1.25e-7; - -boundaryField -{ - inlet - { - type calculated; - value $internalField; - } - - outlet - { - type calculated; - value $internalField; - } - - topWall - { - type calculated; - value $internalField; - } - - bottomWall - { - type nutUSpaldingWallFunction; - value $internalField; - } - - symmetry - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - - -// ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kOmegaSST/omega b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kOmegaSST/omega deleted file mode 100644 index 0547e8975e446ca9fd98fd79f86181393998754c..0000000000000000000000000000000000000000 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kOmegaSST/omega +++ /dev/null @@ -1,60 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object omega; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 -1 0 0 0 0]; - -internalField uniform 8675; // 8675=125*69.4/1 ; // 0.011; - -boundaryField -{ - inlet - { - type fixedValue; - -// type turbulentMixingLengthFrequencyInlet; -// mixingLength 1; - value $internalField; - } - - outlet - { - type zeroGradient; - } - - topWall - { - type zeroGradient; - } - - bottomWall - { - type omegaWallFunction; - blended true; - value $internalField; - } - - symmetry - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kOmegaSST/p b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kOmegaSST/p deleted file mode 100644 index 21d3f0ab96b44c1fcd4d0a34c5a73b93ff8ee21b..0000000000000000000000000000000000000000 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/0.kOmegaSST/p +++ /dev/null @@ -1,66 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object p; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - inlet - { - type zeroGradient; -/* - type totalPressure; - rho none; - psi none; - p0 uniform 1.02828; - value uniform 1.02828; -*/ - } - - outlet - { - type fixedValue; - value uniform 0; -/* - type fixedValue; - value uniform 1; -*/ - } - - topWall - { - type zeroGradient; - } - - bottomWall - { - type zeroGradient; - } - - symmetry - { - type symmetryPlane; - } - - frontAndBack - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/constant/turbulenceProperties-kEpsilon b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/constant/turbulenceProperties-kEpsilon deleted file mode 100644 index f5bc40d0eea0388e46cb111eae2608a61f0af2e4..0000000000000000000000000000000000000000 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/constant/turbulenceProperties-kEpsilon +++ /dev/null @@ -1,30 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "constant"; - object turbulenceProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -simulationType RAS; - -RAS -{ - RASModel kEpsilon; - - turbulence on; - - printCoeffs on; -} - - -// ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/constant/turbulenceProperties-kOmegaSST b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/constant/turbulenceProperties-kOmegaSST deleted file mode 100644 index b7139597ef410c0d5f21b24a14835dbb49d7b7f9..0000000000000000000000000000000000000000 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/constant/turbulenceProperties-kOmegaSST +++ /dev/null @@ -1,30 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "constant"; - object turbulenceProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -simulationType RAS; - -RAS -{ - RASModel kOmegaSST; - - turbulence on; - - printCoeffs on; -} - - -// ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/system/blockMeshDict b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/system/blockMeshDict deleted file mode 100644 index f8a0c487c04d1a10ed15214e555bdc0fa5631988..0000000000000000000000000000000000000000 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/system/blockMeshDict +++ /dev/null @@ -1,133 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object blockMeshDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -scale 0.333333333333333; - -vertices -( - (-1 0 0.3) - (0 0 0.3) - (6 0 0.3) - (6 3 0.3) - (0 3 0.3) - (-1 3 0.3) - - (-1 0 0) - (0 0 0) - (6 0 0) - (6 3 0) - (0 3 0) - (-1 3 0) -); - -blocks -( -// //5 patch bottomWall y+ : min = 0.045097146, max = 0.13949865, average = 0.052922426 - hex (6 7 10 11 0 1 4 5) ( 96 385 1) simpleGrading (((1 9 0.15)(0.1 3 0.9)) 950 1) - hex (7 8 9 10 1 2 3 4) (449 385 1) simpleGrading (((0.1 22 1.5)(0.35 23 7)(0.515 12 1)) 950 1) - -// 3 -// hex (6 7 10 11 0 1 4 5) ( 24 97 1) simpleGrading (((1 9 0.15)(0.1 3 0.9)) 950 1) -// hex (7 8 9 10 1 2 3 4) (113 97 1) simpleGrading (((0.1 22 1.5)(0.35 23 7)(0.515 12 1)) 950 1) - -//------------------------------------------------------------------- -// -// // 1 min = 0.60914299, max = 1.0197701, average = 0.71020364 -// hex (6 7 10 11 0 1 4 5) (6 25 1) simpleGrading (((1 9 0.15)(0.1 3 0.9)) 50000 1) -// hex (7 8 9 10 1 2 3 4) (29 25 1) simpleGrading (((0.1 22 1.5)(0.35 23 7)(0.515 12 1)) 50000 1) -// -// // 2 -// hex (6 7 10 11 0 1 4 5) (12 49 1) simpleGrading (((1 9 0.15)(0.1 3 0.9)) 50000 1) -// hex (7 8 9 10 1 2 3 4) (57 49 1) simpleGrading (((0.1 22 1.5)(0.35 23 7)(0.515 12 1)) 50000 1) -// -// // 3 patch bottomWall y+ : min = 0.18489745, max = 0.38018561, average = 0.21587743 -// hex (6 7 10 11 0 1 4 5) ( 24 97 1) simpleGrading (((1 9 0.15)(0.1 3 0.9)) 50000 1) -// hex (7 8 9 10 1 2 3 4) (113 97 1) simpleGrading (((0.1 22 1.5)(0.35 23 7)(0.515 12 1)) 50000 1) -// -// // 4 -// hex (6 7 10 11 0 1 4 5) ( 48 193 1) simpleGrading (((1 9 0.15)(0.1 3 0.9)) 50000 1) -// hex (7 8 9 10 1 2 3 4) (225 193 1) simpleGrading (((0.1 22 1.5)(0.35 23 7)(0.515 12 1)) 50000 1) - -// //5 patch bottomWall y+ : min = 0.045097146, max = 0.13949865, average = 0.052922426 -// hex (6 7 10 11 0 1 4 5) ( 96 385 1) simpleGrading (((1 9 0.15)(0.1 3 0.9)) 50000 1) -// hex (7 8 9 10 1 2 3 4) (449 385 1) simpleGrading (((0.1 22 1.5)(0.35 23 7)(0.515 12 1)) 50000 1) -); - -edges -( -); - -boundary -( - inlet - { - type patch; - faces - ( - (6 0 5 11) - ); - } - outlet - { - type patch; - faces - ( - (8 9 3 2) - ); - } - topWall - { - type wall; - faces - ( - (11 5 4 10) - (10 4 3 9) - ); - } - bottomWall - { - type wall; - faces - ( - (7 8 2 1) - ); - } - symmetry - { - type symmetryPlane; - faces - ( - (6 7 1 0) - ); - } - frontAndBack - { - type empty; - faces - ( - (0 1 4 5) - (1 2 3 4) - (6 11 10 7) - (7 10 9 8) - ); - } -); - -mergePatchPairs -( -); - -// ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/system/fvSchemes b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/system/fvSchemes deleted file mode 100644 index 9a519f2ba6d5f5eb0433746d0f4b587a5a9b5f74..0000000000000000000000000000000000000000 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/system/fvSchemes +++ /dev/null @@ -1,60 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "system"; - object fvSchemes; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -ddtSchemes -{ - default steadyState; -} - -gradSchemes -{ - default Gauss linear; -} - -divSchemes -{ - default none; - div(phi,U) bounded Gauss linearUpwind grad(U); - div(phi,k) bounded Gauss limitedLinear 1; - div(phi,epsilon) bounded Gauss limitedLinear 1; - div(phi,omega) bounded Gauss limitedLinear 1; - div((nuEff*dev2(T(grad(U))))) Gauss linear; -} - -laplacianSchemes -{ - default Gauss linear uncorrected; - laplacian(DomegaEff,omega) Gauss linear uncorrected; -} - -interpolationSchemes -{ - default linear; -} - -snGradSchemes -{ - default uncorrected; -} - -wallDist -{ - method meshWave; -} - - -// ************************************************************************* //