diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Aw b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Aw index b1fadc15ce..ebfddffa10 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Aw +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Aw @@ -8052,9 +8052,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform 0; - value uniform 0; + type uniformInletOutlet; + uniformInletValue 0; + value uniform 0; } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/B b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/B index 36d82661f7..035bd2bac1 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/B +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/B @@ -8052,9 +8052,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform ( 0 0 0 0 0 0 ); - value uniform ( 0 0 0 0 0 0 ); + type uniformInletOutlet; + uniformInletValue ( 0 0 0 0 0 0 ); + value uniform ( 0 0 0 0 0 0 ); } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/CR b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/CR index d9467c2c04..61ebec7a6e 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/CR +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/CR @@ -8052,9 +8052,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform ( 0 0 0 0 0 0 ); - value uniform ( 0 0 0 0 0 0 ); + type uniformInletOutlet; + uniformInletValue ( 0 0 0 0 0 0 ); + value uniform ( 0 0 0 0 0 0 ); } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/CT b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/CT index 87e81e854c..51505ae127 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/CT +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/CT @@ -8052,9 +8052,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform ( 0 0 0 0 0 0 ); - value uniform ( 0 0 0 0 0 0 ); + type uniformInletOutlet; + uniformInletValue ( 0 0 0 0 0 0 ); + value uniform ( 0 0 0 0 0 0 ); } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Lobs b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Lobs index aed6568b3b..b33c7bd7ec 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Lobs +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Lobs @@ -8052,9 +8052,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform 0; - value uniform 0; + type uniformInletOutlet; + uniformInletValue 0; + value uniform 0; } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Nv b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Nv index d7a94bccad..d7a0451e7e 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Nv +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Nv @@ -8052,9 +8052,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform 0; - value uniform 0; + type uniformInletOutlet; + uniformInletValue 0; + value uniform 0; } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Su b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Su index 335225e802..2776c4cd1f 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Su +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Su @@ -23,9 +23,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform 0.5; - value uniform 0.5; + type uniformInletOutlet; + uniformInletValue 0.5; + value uniform 0.5; } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/T b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/T index fc5404f26d..9280aeafb2 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/T +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/T @@ -23,9 +23,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform 300; - value uniform 300; + type uniformInletOutlet; + uniformInletValue 300; + value uniform 300; } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Tu b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Tu index 2a560ab910..802612268c 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Tu +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Tu @@ -23,9 +23,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform 300; - value uniform 300; + type uniformInletOutlet; + uniformInletValue 300; + value uniform 300; } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/U b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/U index e35eaa8c8d..c13c56c121 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/U +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/U @@ -23,9 +23,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform ( 0 0 0 ); - value uniform ( 0 0 0 ); + type uniformInletOutlet; + uniformInletValue ( 0 0 0 ); + value uniform ( 0 0 0 ); } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Xi b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Xi index f6a6cd43da..0ba04cf8fa 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Xi +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/Xi @@ -23,9 +23,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform 1; - value uniform 1; + type uniformInletOutlet; + uniformInletValue 1; + value uniform 1; } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/b b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/b index eaeaba4deb..9a4f7880ff 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/b +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/b @@ -23,9 +23,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform 1; - value uniform 1; + type uniformInletOutlet; + uniformInletValue 1; + value uniform 1; } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/betav b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/betav index 5fe2c71640..8c1e73d089 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/betav +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/betav @@ -8052,9 +8052,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform 1; - value uniform 1; + type uniformInletOutlet; + uniformInletValue 1; + value uniform 1; } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/epsilon b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/epsilon index 17a7cc467c..8dc2a96f1c 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/epsilon +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/epsilon @@ -23,9 +23,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform 0.1; - value uniform 0.1; + type uniformInletOutlet; + uniformInletValue 0.1; + value uniform 0.1; } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/epsilon.old b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/epsilon.old deleted file mode 100644 index 3484208589..0000000000 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/epsilon.old +++ /dev/null @@ -1,56 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - location "0"; - object epsilon; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [ 0 2 -3 0 0 0 0 ]; - -internalField uniform 0.1; - -boundaryField -{ - outer - { - type inletOutlet; - inletValue uniform 0.1; - value uniform 0.1; - } - ground - { - type compressible::epsilonWallFunction; - value uniform 0.1; - } - blockedFaces - { - type compressible::epsilonWallFunction; - value uniform 0.1; - } - baffleWall - { - type compressible::epsilonWallFunction; - value uniform 1e-05; - } - baffleCyclic_half0 - { - type cyclic; - } - baffleCyclic_half1 - { - type cyclic; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/ft b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/ft index 102714e1d0..634eeeb1e1 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/ft +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/ft @@ -23,9 +23,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform 0.0623; - value uniform 0.0623; + type uniformInletOutlet; + uniformInletValue 0.0623; + value uniform 0.0623; } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/k b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/k index 633ae28d6d..4083303190 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/k +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/k @@ -23,9 +23,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform 1.5; - value uniform 1.5; + type uniformInletOutlet; + uniformInletValue 1.5; + value uniform 1.5; } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/k.old b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/k.old index 633ae28d6d..4083303190 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/k.old +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/k.old @@ -23,9 +23,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform 1.5; - value uniform 1.5; + type uniformInletOutlet; + uniformInletValue 1.5; + value uniform 1.5; } ground { diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/nsv b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/nsv index 1f641062f6..9bd26827fe 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/nsv +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/nsv @@ -8052,9 +8052,9 @@ boundaryField { outer { - type inletOutlet; - inletValue uniform ( 0 0 0 0 0 0 ); - value uniform ( 0 0 0 0 0 0 ); + type uniformInletOutlet; + uniformInletValue ( 0 0 0 0 0 0 ); + value uniform ( 0 0 0 0 0 0 ); } ground {