ENH: angledDuct: renamed wall to walls

This commit is contained in:
mattijs
2013-12-13 14:34:08 +00:00
parent 86233780e3
commit 5552d5500b
65 changed files with 60 additions and 257 deletions

View File

@ -31,7 +31,7 @@ boundaryField
value uniform (460 0 0);
}
wall
walls
{
type fixedValue;
value uniform (0 0 0);

View File

@ -31,7 +31,7 @@ boundaryField
value uniform 1;
}
wall
walls
{
type zeroGradient;
}

View File

@ -31,7 +31,7 @@ boundaryField
value uniform 1e-05;
}
wall
walls
{
type fixedValue;
value uniform 1e-11;

View File

@ -30,7 +30,7 @@ boundaryField
type zeroGradient;
}
wall
walls
{
type zeroGradient;
}

View File

@ -31,7 +31,7 @@ boundaryField
value uniform 0;
}
wall
walls
{
type fixedValue;
value uniform 0;

View File

@ -30,7 +30,7 @@ boundaryField
type zeroGradient;
}
wall
walls
{
type zeroGradient;
}

View File

@ -82,7 +82,7 @@ boundary
);
}
wall
walls
{
type wall;
faces

View File

@ -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;
}
)
// ************************************************************************* //

View File

@ -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;
}
)
// ************************************************************************* //