Skip to content
Snippets Groups Projects
Commit 5552d550 authored by mattijs's avatar mattijs
Browse files

ENH: angledDuct: renamed wall to walls

parent 86233780
Branches
Tags
No related merge requests found
Showing
with 19 additions and 77 deletions
......@@ -29,7 +29,7 @@ boundaryField
{
type zeroGradient;
}
wall
walls
{
type zeroGradient;
}
......
......@@ -30,7 +30,7 @@ boundaryField
type fixedValue;
value uniform (0 0 0);
}
wall
walls
{
type fixedValue;
value uniform (0 0 0);
......
......@@ -31,7 +31,7 @@ boundaryField
type compressible::alphatWallFunction;
value uniform 0;
}
wall
walls
{
type compressible::alphatWallFunction;
value uniform 0;
......
......@@ -31,7 +31,7 @@ boundaryField
type compressible::epsilonWallFunction;
value uniform 200;
}
wall
walls
{
type compressible::epsilonWallFunction;
value uniform 200;
......
......@@ -31,7 +31,7 @@ boundaryField
type compressible::kqRWallFunction;
value uniform 1;
}
wall
walls
{
type compressible::kqRWallFunction;
value uniform 1;
......
......@@ -31,7 +31,7 @@ boundaryField
type mutkWallFunction;
value uniform 0;
}
wall
walls
{
type mutkWallFunction;
value uniform 0;
......
......@@ -28,7 +28,7 @@ boundaryField
{
type zeroGradient;
}
wall
walls
{
type zeroGradient;
}
......
......@@ -134,7 +134,7 @@ boundary
);
}
wall
walls
{
type wall;
faces
......
......@@ -30,7 +30,7 @@ boundaryField
type fixedValue;
value uniform (0 0 0);
}
wall
walls
{
type fixedValue;
value uniform (0 0 0);
......
......@@ -31,7 +31,7 @@ boundaryField
type compressible::alphatWallFunction;
value uniform 0;
}
wall
walls
{
type compressible::alphatWallFunction;
value uniform 0;
......
......@@ -31,7 +31,7 @@ boundaryField
type compressible::epsilonWallFunction;
value uniform 200;
}
wall
walls
{
type compressible::epsilonWallFunction;
value uniform 200;
......
......@@ -31,7 +31,7 @@ boundaryField
type compressible::kqRWallFunction;
value uniform 1;
}
wall
walls
{
type compressible::kqRWallFunction;
value uniform 1;
......
......@@ -31,7 +31,7 @@ boundaryField
type mutkWallFunction;
value uniform 0;
}
wall
walls
{
type mutkWallFunction;
value uniform 0;
......
......@@ -28,7 +28,7 @@ boundaryField
{
type zeroGradient;
}
wall
walls
{
type zeroGradient;
}
......
......@@ -134,7 +134,7 @@ boundary
);
}
wall
walls
{
type wall;
faces
......
/*--------------------------------*- 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;
}
)
// ************************************************************************* //
......@@ -29,7 +29,7 @@ boundaryField
{
type zeroGradient;
}
wall
walls
{
type zeroGradient;
}
......
......@@ -30,7 +30,7 @@ boundaryField
type fixedValue;
value uniform (0 0 0);
}
wall
walls
{
type fixedValue;
value uniform (0 0 0);
......
......@@ -31,7 +31,7 @@ boundaryField
type compressible::alphatWallFunction;
value uniform 0;
}
wall
walls
{
type compressible::alphatWallFunction;
value uniform 0;
......
......@@ -33,7 +33,7 @@ boundaryField
value uniform 200;
}
wall
walls
{
type compressible::epsilonWallFunction;
value uniform 200;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment