From 9d2e472a5aab610eb6f83e516f58bf1975e15b4b Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 13 Dec 2013 13:09:31 +0000 Subject: [PATCH] ENH: angledDuct: renamed wall to walls --- tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/T | 2 +- tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/U | 2 +- tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/alphat | 2 +- .../compressible/rhoLTSPimpleFoam/angledDuct/0/epsilon | 2 +- tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/k | 2 +- tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/mut | 2 +- tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/p | 2 +- .../angledDuct/constant/polyMesh/blockMeshDict.m4 | 2 +- .../rhoLTSPimpleFoam/angledDuct/constant/polyMesh/boundary | 6 +++++- 9 files changed, 13 insertions(+), 9 deletions(-) diff --git a/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/T b/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/T index 561ca236be..76e54ad382 100644 --- a/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/T +++ b/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/T @@ -29,7 +29,7 @@ boundaryField { type zeroGradient; } - wall + walls { type zeroGradient; } diff --git a/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/U b/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/U index e9b532f373..47440fb13c 100644 --- a/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/U +++ b/tutorials/compressible/rhoLTSPimpleFoam/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/rhoLTSPimpleFoam/angledDuct/0/alphat b/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/alphat index dc2104f83c..33ecb425e2 100644 --- a/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/alphat +++ b/tutorials/compressible/rhoLTSPimpleFoam/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/rhoLTSPimpleFoam/angledDuct/0/epsilon b/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/epsilon index e4dccfe577..c6f28faeea 100644 --- a/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/epsilon +++ b/tutorials/compressible/rhoLTSPimpleFoam/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/rhoLTSPimpleFoam/angledDuct/0/k b/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/k index 655a91bb45..b92ab42afe 100644 --- a/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/k +++ b/tutorials/compressible/rhoLTSPimpleFoam/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/rhoLTSPimpleFoam/angledDuct/0/mut b/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/mut index 0cea2db2d2..6f779fd416 100644 --- a/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/mut +++ b/tutorials/compressible/rhoLTSPimpleFoam/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/rhoLTSPimpleFoam/angledDuct/0/p b/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/p index 21db04d610..e3bdb75a7e 100644 --- a/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/p +++ b/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/0/p @@ -28,7 +28,7 @@ boundaryField { type zeroGradient; } - wall + walls { type zeroGradient; } diff --git a/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/constant/polyMesh/blockMeshDict.m4 b/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/constant/polyMesh/blockMeshDict.m4 index 79da11e10a..09a4670392 100644 --- a/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/constant/polyMesh/blockMeshDict.m4 +++ b/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/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/rhoLTSPimpleFoam/angledDuct/constant/polyMesh/boundary b/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/constant/polyMesh/boundary index 0abd1608ab..7a2d7d0e5e 100644 --- a/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/constant/polyMesh/boundary +++ b/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/constant/polyMesh/boundary @@ -20,24 +20,28 @@ FoamFile front { type wall; + inGroups 1(wall); nFaces 700; startFace 63400; } back { type wall; + inGroups 1(wall); nFaces 700; startFace 64100; } - wall + walls { type wall; + inGroups 1(wall); nFaces 1400; startFace 64800; } porosityWall { type wall; + inGroups 1(wall); nFaces 1600; startFace 66200; }