From 5552d5500b5e7b17e96177732db9f0278b55df45 Mon Sep 17 00:00:00 2001 From: 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 561ca236be..76e54ad382 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 713bdebe4a..454300ab0e 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 dc2104f83c..33ecb425e2 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 e4dccfe577..c6f28faeea 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 655a91bb45..b92ab42afe 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 0cea2db2d2..6f779fd416 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 21db04d610..e3bdb75a7e 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 2e865a7856..ce48c80996 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 1105ba84b0..590ae2411e 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 dc2104f83c..33ecb425e2 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 e4dccfe577..c6f28faeea 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 655a91bb45..b92ab42afe 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 0cea2db2d2..6f779fd416 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 21db04d610..e3bdb75a7e 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 2e865a7856..ce48c80996 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 0abd1608ab..0000000000 --- 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 561ca236be..76e54ad382 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 20e25d12a8..e121b9c3c1 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 dc2104f83c..33ecb425e2 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 7588e13063..12c9b362e3 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 85df9b83c3..3dbe46f030 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 2ba718d5b5..a01a5a0eed 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 21db04d610..e3bdb75a7e 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 79da11e10a..09a4670392 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 561ca236be..76e54ad382 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 20e25d12a8..e121b9c3c1 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 dc2104f83c..33ecb425e2 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 7588e13063..12c9b362e3 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 85df9b83c3..3dbe46f030 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 2ba718d5b5..a01a5a0eed 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 21db04d610..e3bdb75a7e 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 79da11e10a..09a4670392 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 0abd1608ab..76e163242f 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 c854ce532d..265f408344 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 a6e206d525..ff6504711b 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 561ca236be..76e54ad382 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 ad11b09e1e..fe2432b8aa 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 6d30851be3..21b1e98ef9 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 673cfc8310..cd7aa31096 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 5db002b34b..fcb2bc9b00 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 865e81e29f..dd95d3a8eb 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 79da11e10a..09a4670392 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 a664893343..1e23642ed6 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 52286928be..0b87371528 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 c411935183..155713c25c 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 fc7c3ed349..1d7a756c5c 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 13f51bec6b..1626050988 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 6f819a7891..86f8c11285 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 682ac792a8..0d408ac631 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 3a02370217..14f681a614 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 b3d5aa6128..83061a7975 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 0f4b7d581b..3fa0d8ab8b 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 90565ca85a..42e1dccd97 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 688ffe90ff..1e2a80af91 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 76d0d89ff5..5e45181672 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 5bca16c74e..34e79da6d3 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 3735619129..8b03633eb9 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 baf41e0bb3..b6b34155c1 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 b42409456a..948e99914a 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 202a0d9207..95e02c374e 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 56a11e4e71..bbbcc3b281 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 120a41b910..7590b3df5d 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 07136745bf..a0f3c09a37 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 0b4b7a6a88..0000000000 --- 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 0b4b7a6a88..0000000000 --- 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; -} -) - -// ************************************************************************* //