From 5552d5500b5e7b17e96177732db9f0278b55df45 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Fri, 13 Dec 2013 14:34:08 +0000 Subject: [PATCH] ENH: angledDuct: renamed wall to walls --- .../rhoPimpleFoam/ras/angledDuct/0/T | 2 +- .../rhoPimpleFoam/ras/angledDuct/0/U | 2 +- .../rhoPimpleFoam/ras/angledDuct/0/alphat | 2 +- .../rhoPimpleFoam/ras/angledDuct/0/epsilon | 2 +- .../rhoPimpleFoam/ras/angledDuct/0/k | 2 +- .../rhoPimpleFoam/ras/angledDuct/0/mut | 2 +- .../rhoPimpleFoam/ras/angledDuct/0/p | 2 +- .../constant/polyMesh/blockMeshDict.m4 | 2 +- .../rhoPimplecFoam/angledDuct/0/U | 2 +- .../rhoPimplecFoam/angledDuct/0/alphat | 2 +- .../rhoPimplecFoam/angledDuct/0/epsilon | 2 +- .../rhoPimplecFoam/angledDuct/0/k | 2 +- .../rhoPimplecFoam/angledDuct/0/mut | 2 +- .../rhoPimplecFoam/angledDuct/0/p | 2 +- .../constant/polyMesh/blockMeshDict.m4 | 2 +- .../angledDuct/constant/polyMesh/boundary | 58 ---------------- .../angledDuctImplicit/0/T | 2 +- .../angledDuctImplicit/0/U | 2 +- .../angledDuctImplicit/0/alphat | 2 +- .../angledDuctImplicit/0/epsilon | 2 +- .../angledDuctImplicit/0/k | 2 +- .../angledDuctImplicit/0/mut | 2 +- .../angledDuctImplicit/0/p | 2 +- .../constant/polyMesh/blockMeshDict.m4 | 2 +- .../angledDuctExplicitFixedCoeff/0/T | 2 +- .../angledDuctExplicitFixedCoeff/0/U | 2 +- .../angledDuctExplicitFixedCoeff/0/alphat | 2 +- .../angledDuctExplicitFixedCoeff/0/epsilon | 2 +- .../angledDuctExplicitFixedCoeff/0/k | 2 +- .../angledDuctExplicitFixedCoeff/0/mut | 2 +- .../angledDuctExplicitFixedCoeff/0/p | 2 +- .../constant/polyMesh/blockMeshDict.m4 | 2 +- .../constant/polyMesh/boundary | 2 +- .../constant/polyMesh/blockMeshDict | 1 - .../iglooWithFridges/system/snappyHexMeshDict | 2 - .../porousSimpleFoam/angledDuctImplicit/0/T | 2 +- .../porousSimpleFoam/angledDuctImplicit/0/U | 2 +- .../angledDuctImplicit/0/epsilon | 2 +- .../porousSimpleFoam/angledDuctImplicit/0/k | 2 +- .../porousSimpleFoam/angledDuctImplicit/0/nut | 2 +- .../porousSimpleFoam/angledDuctImplicit/0/p | 2 +- .../constant/polyMesh/blockMeshDict.m4 | 2 +- .../constant/polyMesh/boundary | 2 +- .../porousSimpleFoam/straightDuctImplicit/0/T | 2 +- .../porousSimpleFoam/straightDuctImplicit/0/U | 2 +- .../straightDuctImplicit/0/epsilon | 2 +- .../porousSimpleFoam/straightDuctImplicit/0/k | 2 +- .../straightDuctImplicit/0/nut | 2 +- .../porousSimpleFoam/straightDuctImplicit/0/p | 2 +- .../straightDuctImplicit/Allrun.pre | 2 +- .../system/meshDict.geometry | 2 +- .../incompressible/simpleFoam/airFoil2D/0/U | 2 +- .../simpleFoam/airFoil2D/0/nuTilda | 2 +- .../incompressible/simpleFoam/airFoil2D/0/nut | 2 +- .../incompressible/simpleFoam/airFoil2D/0/p | 2 +- .../airFoil2D/constant/polyMesh/boundary | 2 +- .../multiphase/interFoam/les/nozzleFlow2D/0/U | 2 +- .../interFoam/les/nozzleFlow2D/0/alpha.fuel | 2 +- .../multiphase/interFoam/les/nozzleFlow2D/0/k | 2 +- .../interFoam/les/nozzleFlow2D/0/nuSgs | 2 +- .../interFoam/les/nozzleFlow2D/0/nuTilda | 2 +- .../interFoam/les/nozzleFlow2D/0/p_rgh | 2 +- .../constant/polyMesh/blockMeshDict | 2 +- .../nozzleFlow2D/constant/polyMesh/boundary | 68 ------------------- .../constant/polyMesh/boundary.org | 68 ------------------- 65 files changed, 60 insertions(+), 257 deletions(-) delete mode 100644 tutorials/compressible/rhoPimplecFoam/angledDuct/constant/polyMesh/boundary delete mode 100644 tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/polyMesh/boundary delete mode 100644 tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/polyMesh/boundary.org diff --git a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/T b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/T index 561ca236be3..76e54ad382f 100644 --- a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/T +++ b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/T @@ -29,7 +29,7 @@ boundaryField { type zeroGradient; } - wall + walls { type zeroGradient; } diff --git a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/U b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/U index 713bdebe4a1..454300ab0e9 100644 --- a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/U +++ b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/U @@ -30,7 +30,7 @@ boundaryField type fixedValue; value uniform (0 0 0); } - wall + walls { type fixedValue; value uniform (0 0 0); diff --git a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/alphat b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/alphat index dc2104f83c5..33ecb425e27 100644 --- a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/alphat +++ b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/alphat @@ -31,7 +31,7 @@ boundaryField type compressible::alphatWallFunction; value uniform 0; } - wall + walls { type compressible::alphatWallFunction; value uniform 0; diff --git a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/epsilon b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/epsilon index e4dccfe5777..c6f28faeeaf 100644 --- a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/epsilon +++ b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/epsilon @@ -31,7 +31,7 @@ boundaryField type compressible::epsilonWallFunction; value uniform 200; } - wall + walls { type compressible::epsilonWallFunction; value uniform 200; diff --git a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/k b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/k index 655a91bb45e..b92ab42afed 100644 --- a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/k +++ b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/k @@ -31,7 +31,7 @@ boundaryField type compressible::kqRWallFunction; value uniform 1; } - wall + walls { type compressible::kqRWallFunction; value uniform 1; diff --git a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/mut b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/mut index 0cea2db2d2e..6f779fd4165 100644 --- a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/mut +++ b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/mut @@ -31,7 +31,7 @@ boundaryField type mutkWallFunction; value uniform 0; } - wall + walls { type mutkWallFunction; value uniform 0; diff --git a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/p b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/p index 21db04d6109..e3bdb75a7e4 100644 --- a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/p +++ b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/0/p @@ -28,7 +28,7 @@ boundaryField { type zeroGradient; } - wall + walls { type zeroGradient; } diff --git a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/constant/polyMesh/blockMeshDict.m4 b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/constant/polyMesh/blockMeshDict.m4 index 2e865a7856a..ce48c809962 100644 --- a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/constant/polyMesh/blockMeshDict.m4 +++ b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/constant/polyMesh/blockMeshDict.m4 @@ -134,7 +134,7 @@ boundary ); } - wall + walls { type wall; faces diff --git a/tutorials/compressible/rhoPimplecFoam/angledDuct/0/U b/tutorials/compressible/rhoPimplecFoam/angledDuct/0/U index 1105ba84b0d..590ae2411e1 100644 --- a/tutorials/compressible/rhoPimplecFoam/angledDuct/0/U +++ b/tutorials/compressible/rhoPimplecFoam/angledDuct/0/U @@ -30,7 +30,7 @@ boundaryField type fixedValue; value uniform (0 0 0); } - wall + walls { type fixedValue; value uniform (0 0 0); diff --git a/tutorials/compressible/rhoPimplecFoam/angledDuct/0/alphat b/tutorials/compressible/rhoPimplecFoam/angledDuct/0/alphat index dc2104f83c5..33ecb425e27 100644 --- a/tutorials/compressible/rhoPimplecFoam/angledDuct/0/alphat +++ b/tutorials/compressible/rhoPimplecFoam/angledDuct/0/alphat @@ -31,7 +31,7 @@ boundaryField type compressible::alphatWallFunction; value uniform 0; } - wall + walls { type compressible::alphatWallFunction; value uniform 0; diff --git a/tutorials/compressible/rhoPimplecFoam/angledDuct/0/epsilon b/tutorials/compressible/rhoPimplecFoam/angledDuct/0/epsilon index e4dccfe5777..c6f28faeeaf 100644 --- a/tutorials/compressible/rhoPimplecFoam/angledDuct/0/epsilon +++ b/tutorials/compressible/rhoPimplecFoam/angledDuct/0/epsilon @@ -31,7 +31,7 @@ boundaryField type compressible::epsilonWallFunction; value uniform 200; } - wall + walls { type compressible::epsilonWallFunction; value uniform 200; diff --git a/tutorials/compressible/rhoPimplecFoam/angledDuct/0/k b/tutorials/compressible/rhoPimplecFoam/angledDuct/0/k index 655a91bb45e..b92ab42afed 100644 --- a/tutorials/compressible/rhoPimplecFoam/angledDuct/0/k +++ b/tutorials/compressible/rhoPimplecFoam/angledDuct/0/k @@ -31,7 +31,7 @@ boundaryField type compressible::kqRWallFunction; value uniform 1; } - wall + walls { type compressible::kqRWallFunction; value uniform 1; diff --git a/tutorials/compressible/rhoPimplecFoam/angledDuct/0/mut b/tutorials/compressible/rhoPimplecFoam/angledDuct/0/mut index 0cea2db2d2e..6f779fd4165 100644 --- a/tutorials/compressible/rhoPimplecFoam/angledDuct/0/mut +++ b/tutorials/compressible/rhoPimplecFoam/angledDuct/0/mut @@ -31,7 +31,7 @@ boundaryField type mutkWallFunction; value uniform 0; } - wall + walls { type mutkWallFunction; value uniform 0; diff --git a/tutorials/compressible/rhoPimplecFoam/angledDuct/0/p b/tutorials/compressible/rhoPimplecFoam/angledDuct/0/p index 21db04d6109..e3bdb75a7e4 100644 --- a/tutorials/compressible/rhoPimplecFoam/angledDuct/0/p +++ b/tutorials/compressible/rhoPimplecFoam/angledDuct/0/p @@ -28,7 +28,7 @@ boundaryField { type zeroGradient; } - wall + walls { type zeroGradient; } diff --git a/tutorials/compressible/rhoPimplecFoam/angledDuct/constant/polyMesh/blockMeshDict.m4 b/tutorials/compressible/rhoPimplecFoam/angledDuct/constant/polyMesh/blockMeshDict.m4 index 2e865a7856a..ce48c809962 100644 --- a/tutorials/compressible/rhoPimplecFoam/angledDuct/constant/polyMesh/blockMeshDict.m4 +++ b/tutorials/compressible/rhoPimplecFoam/angledDuct/constant/polyMesh/blockMeshDict.m4 @@ -134,7 +134,7 @@ boundary ); } - wall + walls { type wall; faces diff --git a/tutorials/compressible/rhoPimplecFoam/angledDuct/constant/polyMesh/boundary b/tutorials/compressible/rhoPimplecFoam/angledDuct/constant/polyMesh/boundary deleted file mode 100644 index 0abd1608aba..00000000000 --- a/tutorials/compressible/rhoPimplecFoam/angledDuct/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: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class polyBoundaryMesh; - location "constant/polyMesh"; - object boundary; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -6 -( - front - { - type wall; - nFaces 700; - startFace 63400; - } - back - { - type wall; - nFaces 700; - startFace 64100; - } - wall - { - type wall; - nFaces 1400; - startFace 64800; - } - porosityWall - { - type wall; - nFaces 1600; - startFace 66200; - } - inlet - { - type patch; - nFaces 400; - startFace 67800; - } - outlet - { - type patch; - nFaces 400; - startFace 68200; - } -) - -// ************************************************************************* // diff --git a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/T b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/T index 561ca236be3..76e54ad382f 100644 --- a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/T +++ b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/T @@ -29,7 +29,7 @@ boundaryField { type zeroGradient; } - wall + walls { type zeroGradient; } diff --git a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/U b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/U index 20e25d12a8c..e121b9c3c15 100644 --- a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/U +++ b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/U @@ -30,7 +30,7 @@ boundaryField type fixedValue; value uniform (0 0 0); } - wall + walls { type fixedValue; value uniform (0 0 0); diff --git a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/alphat b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/alphat index dc2104f83c5..33ecb425e27 100644 --- a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/alphat +++ b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/alphat @@ -31,7 +31,7 @@ boundaryField type compressible::alphatWallFunction; value uniform 0; } - wall + walls { type compressible::alphatWallFunction; value uniform 0; diff --git a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/epsilon b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/epsilon index 7588e13063f..12c9b362e35 100644 --- a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/epsilon +++ b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/epsilon @@ -33,7 +33,7 @@ boundaryField value uniform 200; } - wall + walls { type compressible::epsilonWallFunction; value uniform 200; diff --git a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/k b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/k index 85df9b83c3b..3dbe46f030c 100644 --- a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/k +++ b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/k @@ -33,7 +33,7 @@ boundaryField value uniform 1; } - wall + walls { type compressible::kqRWallFunction; value uniform 1; diff --git a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/mut b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/mut index 2ba718d5b53..a01a5a0eed8 100644 --- a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/mut +++ b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/mut @@ -33,7 +33,7 @@ boundaryField value uniform 0; } - wall + walls { type mutkWallFunction; value uniform 0; diff --git a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/p b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/p index 21db04d6109..e3bdb75a7e4 100644 --- a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/p +++ b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/p @@ -28,7 +28,7 @@ boundaryField { type zeroGradient; } - wall + walls { type zeroGradient; } diff --git a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/constant/polyMesh/blockMeshDict.m4 b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/constant/polyMesh/blockMeshDict.m4 index 79da11e10ac..09a4670392e 100644 --- a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/constant/polyMesh/blockMeshDict.m4 +++ b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/constant/polyMesh/blockMeshDict.m4 @@ -126,7 +126,7 @@ patches backQuad(poro1, out1, out2, poro2) ) - wall wall + wall walls ( // inlet block quad2D(in1, join1) diff --git a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/T b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/T index 561ca236be3..76e54ad382f 100644 --- a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/T +++ b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/T @@ -29,7 +29,7 @@ boundaryField { type zeroGradient; } - wall + walls { type zeroGradient; } diff --git a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/U b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/U index 20e25d12a8c..e121b9c3c15 100644 --- a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/U +++ b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/U @@ -30,7 +30,7 @@ boundaryField type fixedValue; value uniform (0 0 0); } - wall + walls { type fixedValue; value uniform (0 0 0); diff --git a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/alphat b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/alphat index dc2104f83c5..33ecb425e27 100644 --- a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/alphat +++ b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/alphat @@ -31,7 +31,7 @@ boundaryField type compressible::alphatWallFunction; value uniform 0; } - wall + walls { type compressible::alphatWallFunction; value uniform 0; diff --git a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/epsilon b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/epsilon index 7588e13063f..12c9b362e35 100644 --- a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/epsilon +++ b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/epsilon @@ -33,7 +33,7 @@ boundaryField value uniform 200; } - wall + walls { type compressible::epsilonWallFunction; value uniform 200; diff --git a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/k b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/k index 85df9b83c3b..3dbe46f030c 100644 --- a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/k +++ b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/k @@ -33,7 +33,7 @@ boundaryField value uniform 1; } - wall + walls { type compressible::kqRWallFunction; value uniform 1; diff --git a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/mut b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/mut index 2ba718d5b53..a01a5a0eed8 100644 --- a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/mut +++ b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/mut @@ -33,7 +33,7 @@ boundaryField value uniform 0; } - wall + walls { type mutkWallFunction; value uniform 0; diff --git a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/p b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/p index 21db04d6109..e3bdb75a7e4 100644 --- a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/p +++ b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/0/p @@ -28,7 +28,7 @@ boundaryField { type zeroGradient; } - wall + walls { type zeroGradient; } diff --git a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/constant/polyMesh/blockMeshDict.m4 b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/constant/polyMesh/blockMeshDict.m4 index 79da11e10ac..09a4670392e 100644 --- a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/constant/polyMesh/blockMeshDict.m4 +++ b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/constant/polyMesh/blockMeshDict.m4 @@ -126,7 +126,7 @@ patches backQuad(poro1, out1, out2, poro2) ) - wall wall + wall walls ( // inlet block quad2D(in1, join1) diff --git a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/constant/polyMesh/boundary b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/constant/polyMesh/boundary index 0abd1608aba..76e163242f2 100644 --- a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/constant/polyMesh/boundary +++ b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/constant/polyMesh/boundary @@ -29,7 +29,7 @@ FoamFile nFaces 700; startFace 64100; } - wall + walls { type wall; nFaces 1400; diff --git a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/polyMesh/blockMeshDict b/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/polyMesh/blockMeshDict index c854ce532d4..265f4083449 100644 --- a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/polyMesh/blockMeshDict +++ b/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/polyMesh/blockMeshDict @@ -79,7 +79,6 @@ boundary ground { type wall; - inGroups (wall); faces ( (0 3 2 1) diff --git a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/snappyHexMeshDict b/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/snappyHexMeshDict index a6e206d5256..ff6504711bb 100644 --- a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/snappyHexMeshDict +++ b/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/snappyHexMeshDict @@ -168,7 +168,6 @@ castellatedMeshControls patchInfo { type wall; - inGroups (wall); } } @@ -182,7 +181,6 @@ castellatedMeshControls patchInfo { type wall; - inGroups (wall); } } } diff --git a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/T b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/T index 561ca236be3..76e54ad382f 100644 --- a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/T +++ b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/T @@ -29,7 +29,7 @@ boundaryField { type zeroGradient; } - wall + walls { type zeroGradient; } diff --git a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/U b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/U index ad11b09e1e8..fe2432b8aa3 100644 --- a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/U +++ b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/U @@ -30,7 +30,7 @@ boundaryField type fixedValue; value uniform (0 0 0); } - wall + walls { type fixedValue; value uniform (0 0 0); diff --git a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/epsilon b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/epsilon index 6d30851be3c..21b1e98ef91 100644 --- a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/epsilon +++ b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/epsilon @@ -33,7 +33,7 @@ boundaryField value uniform 200; } - wall + walls { type epsilonWallFunction; value uniform 200; diff --git a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/k b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/k index 673cfc8310e..cd7aa310966 100644 --- a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/k +++ b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/k @@ -33,7 +33,7 @@ boundaryField value uniform 1; } - wall + walls { type kqRWallFunction; value uniform 1; diff --git a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/nut b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/nut index 5db002b34bb..fcb2bc9b008 100644 --- a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/nut +++ b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/nut @@ -33,7 +33,7 @@ boundaryField value uniform 0; } - wall + walls { type nutkWallFunction; value uniform 0; diff --git a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/p b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/p index 865e81e29f9..dd95d3a8eb3 100644 --- a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/p +++ b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/0/p @@ -28,7 +28,7 @@ boundaryField { type zeroGradient; } - wall + walls { type zeroGradient; } diff --git a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/constant/polyMesh/blockMeshDict.m4 b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/constant/polyMesh/blockMeshDict.m4 index 79da11e10ac..09a4670392e 100644 --- a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/constant/polyMesh/blockMeshDict.m4 +++ b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/constant/polyMesh/blockMeshDict.m4 @@ -126,7 +126,7 @@ patches backQuad(poro1, out1, out2, poro2) ) - wall wall + wall walls ( // inlet block quad2D(in1, join1) diff --git a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/constant/polyMesh/boundary b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/constant/polyMesh/boundary index a664893343e..1e23642ed6c 100644 --- a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/constant/polyMesh/boundary +++ b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/constant/polyMesh/boundary @@ -29,7 +29,7 @@ FoamFile nFaces 700; startFace 64100; } - wall + walls { type wall; nFaces 1400; diff --git a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/T b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/T index 52286928be7..0b87371528b 100644 --- a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/T +++ b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/T @@ -29,7 +29,7 @@ boundaryField { type zeroGradient; } - wall + walls { type zeroGradient; } diff --git a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/U b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/U index c411935183e..155713c25c4 100644 --- a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/U +++ b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/U @@ -30,7 +30,7 @@ boundaryField type fixedValue; value uniform (0 0 0); } - wall + walls { type fixedValue; value uniform (0 0 0); diff --git a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/epsilon b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/epsilon index fc7c3ed3493..1d7a756c5c6 100644 --- a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/epsilon +++ b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/epsilon @@ -33,7 +33,7 @@ boundaryField value uniform 200; } - wall + walls { type epsilonWallFunction; value uniform 200; diff --git a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/k b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/k index 13f51bec6b7..1626050988f 100644 --- a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/k +++ b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/k @@ -33,7 +33,7 @@ boundaryField value uniform 1; } - wall + walls { type kqRWallFunction; value uniform 1; diff --git a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/nut b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/nut index 6f819a78912..86f8c112857 100644 --- a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/nut +++ b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/nut @@ -33,7 +33,7 @@ boundaryField value uniform 0; } - wall + walls { type nutkWallFunction; value uniform 0; diff --git a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/p b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/p index 682ac792a89..0d408ac6316 100644 --- a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/p +++ b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/0/p @@ -28,7 +28,7 @@ boundaryField { type zeroGradient; } - wall + walls { type zeroGradient; } diff --git a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/Allrun.pre b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/Allrun.pre index 3a02370217e..14f681a614d 100755 --- a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/Allrun.pre +++ b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/Allrun.pre @@ -22,7 +22,7 @@ runApplication checkMesh -allTopology -allGeometry -latestTime latestTime=`foamInfoExec -latestTime` # Move the mesh into polyMesh -\rm -r constant/polyMesh +\rm -rf constant/polyMesh \mv "${latestTime}"/polyMesh constant # Clean up intermediate meshes diff --git a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/system/meshDict.geometry b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/system/meshDict.geometry index b3d5aa61281..83061a79752 100644 --- a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/system/meshDict.geometry +++ b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/system/meshDict.geometry @@ -23,7 +23,7 @@ straightDuct.stl { wall { - name wall; + name walls; } porosityWall { diff --git a/tutorials/incompressible/simpleFoam/airFoil2D/0/U b/tutorials/incompressible/simpleFoam/airFoil2D/0/U index 0f4b7d581b3..3fa0d8ab8ba 100644 --- a/tutorials/incompressible/simpleFoam/airFoil2D/0/U +++ b/tutorials/incompressible/simpleFoam/airFoil2D/0/U @@ -32,7 +32,7 @@ boundaryField freestreamValue uniform (25.75 3.62 0); } - wall + walls { type fixedValue; value uniform (0 0 0); diff --git a/tutorials/incompressible/simpleFoam/airFoil2D/0/nuTilda b/tutorials/incompressible/simpleFoam/airFoil2D/0/nuTilda index 90565ca85a1..42e1dccd972 100644 --- a/tutorials/incompressible/simpleFoam/airFoil2D/0/nuTilda +++ b/tutorials/incompressible/simpleFoam/airFoil2D/0/nuTilda @@ -32,7 +32,7 @@ boundaryField freestreamValue uniform 0.14; } - wall + walls { type fixedValue; value uniform 0; diff --git a/tutorials/incompressible/simpleFoam/airFoil2D/0/nut b/tutorials/incompressible/simpleFoam/airFoil2D/0/nut index 688ffe90ffa..1e2a80af91c 100644 --- a/tutorials/incompressible/simpleFoam/airFoil2D/0/nut +++ b/tutorials/incompressible/simpleFoam/airFoil2D/0/nut @@ -32,7 +32,7 @@ boundaryField freestreamValue uniform 0.14; } - wall + walls { type nutUSpaldingWallFunction; value uniform 0; diff --git a/tutorials/incompressible/simpleFoam/airFoil2D/0/p b/tutorials/incompressible/simpleFoam/airFoil2D/0/p index 76d0d89ff59..5e451816728 100644 --- a/tutorials/incompressible/simpleFoam/airFoil2D/0/p +++ b/tutorials/incompressible/simpleFoam/airFoil2D/0/p @@ -30,7 +30,7 @@ boundaryField type freestreamPressure; } - wall + walls { type zeroGradient; } diff --git a/tutorials/incompressible/simpleFoam/airFoil2D/constant/polyMesh/boundary b/tutorials/incompressible/simpleFoam/airFoil2D/constant/polyMesh/boundary index 5bca16c74ec..34e79da6d3e 100644 --- a/tutorials/incompressible/simpleFoam/airFoil2D/constant/polyMesh/boundary +++ b/tutorials/incompressible/simpleFoam/airFoil2D/constant/polyMesh/boundary @@ -31,7 +31,7 @@ outlet startFace 21388; } -wall +walls { type wall; physicalType wall; diff --git a/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/U b/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/U index 37356191299..8b03633eb9c 100644 --- a/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/U +++ b/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/U @@ -31,7 +31,7 @@ boundaryField value uniform (460 0 0); } - wall + walls { type fixedValue; value uniform (0 0 0); diff --git a/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/alpha.fuel b/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/alpha.fuel index baf41e0bb39..b6b34155c19 100644 --- a/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/alpha.fuel +++ b/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/alpha.fuel @@ -31,7 +31,7 @@ boundaryField value uniform 1; } - wall + walls { type zeroGradient; } diff --git a/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/k b/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/k index b42409456a9..948e99914a9 100644 --- a/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/k +++ b/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/k @@ -31,7 +31,7 @@ boundaryField value uniform 1e-05; } - wall + walls { type fixedValue; value uniform 1e-11; diff --git a/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/nuSgs b/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/nuSgs index 202a0d92076..95e02c374ea 100644 --- a/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/nuSgs +++ b/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/nuSgs @@ -30,7 +30,7 @@ boundaryField type zeroGradient; } - wall + walls { type zeroGradient; } diff --git a/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/nuTilda b/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/nuTilda index 56a11e4e710..bbbcc3b281a 100644 --- a/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/nuTilda +++ b/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/nuTilda @@ -31,7 +31,7 @@ boundaryField value uniform 0; } - wall + walls { type fixedValue; value uniform 0; diff --git a/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/p_rgh b/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/p_rgh index 120a41b9109..7590b3df5d5 100644 --- a/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/p_rgh +++ b/tutorials/multiphase/interFoam/les/nozzleFlow2D/0/p_rgh @@ -30,7 +30,7 @@ boundaryField type zeroGradient; } - wall + walls { type zeroGradient; } diff --git a/tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/polyMesh/blockMeshDict b/tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/polyMesh/blockMeshDict index 07136745bfa..a0f3c09a37c 100644 --- a/tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/polyMesh/blockMeshDict +++ b/tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/polyMesh/blockMeshDict @@ -82,7 +82,7 @@ boundary ); } - wall + walls { type wall; faces diff --git a/tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/polyMesh/boundary b/tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/polyMesh/boundary deleted file mode 100644 index 0b4b7a6a88e..00000000000 --- a/tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/polyMesh/boundary +++ /dev/null @@ -1,68 +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 polyBoundaryMesh; - object boundary; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -6 -( -axis -{ - type empty; - physicalType empty; - nFaces 0; - startFace 41031; -} - -inlet -{ - type patch; - physicalType inlet; - nFaces 30; - startFace 41031; -} - -wall -{ - type wall; - physicalType wall; - nFaces 70; - startFace 41061; -} - -atmosphere -{ - type patch; - physicalType atmosphere; - nFaces 175; - startFace 41131; -} - -front -{ - type wedge; - physicalType wedge; - nFaces 20603; - startFace 41306; -} - -back -{ - type wedge; - physicalType wedge; - nFaces 20603; - startFace 61909; -} -) - -// ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/polyMesh/boundary.org b/tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/polyMesh/boundary.org deleted file mode 100644 index 0b4b7a6a88e..00000000000 --- a/tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/polyMesh/boundary.org +++ /dev/null @@ -1,68 +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 polyBoundaryMesh; - object boundary; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -6 -( -axis -{ - type empty; - physicalType empty; - nFaces 0; - startFace 41031; -} - -inlet -{ - type patch; - physicalType inlet; - nFaces 30; - startFace 41031; -} - -wall -{ - type wall; - physicalType wall; - nFaces 70; - startFace 41061; -} - -atmosphere -{ - type patch; - physicalType atmosphere; - nFaces 175; - startFace 41131; -} - -front -{ - type wedge; - physicalType wedge; - nFaces 20603; - startFace 41306; -} - -back -{ - type wedge; - physicalType wedge; - nFaces 20603; - startFace 61909; -} -) - -// ************************************************************************* // -- GitLab