mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: angledDuct: renamed wall to walls
This commit is contained in:
@ -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
|
||||
|
||||
@ -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;
|
||||
}
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -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;
|
||||
|
||||
@ -33,7 +33,7 @@ boundaryField
|
||||
value uniform 1;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type compressible::kqRWallFunction;
|
||||
value uniform 1;
|
||||
|
||||
@ -33,7 +33,7 @@ boundaryField
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type mutkWallFunction;
|
||||
value uniform 0;
|
||||
|
||||
@ -28,7 +28,7 @@ boundaryField
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
@ -126,7 +126,7 @@ patches
|
||||
backQuad(poro1, out1, out2, poro2)
|
||||
)
|
||||
|
||||
wall wall
|
||||
wall walls
|
||||
(
|
||||
// inlet block
|
||||
quad2D(in1, join1)
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -33,7 +33,7 @@ boundaryField
|
||||
value uniform 1;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type compressible::kqRWallFunction;
|
||||
value uniform 1;
|
||||
|
||||
@ -33,7 +33,7 @@ boundaryField
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type mutkWallFunction;
|
||||
value uniform 0;
|
||||
|
||||
@ -28,7 +28,7 @@ boundaryField
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
@ -126,7 +126,7 @@ patches
|
||||
backQuad(poro1, out1, out2, poro2)
|
||||
)
|
||||
|
||||
wall wall
|
||||
wall walls
|
||||
(
|
||||
// inlet block
|
||||
quad2D(in1, join1)
|
||||
|
||||
@ -29,7 +29,7 @@ FoamFile
|
||||
nFaces 700;
|
||||
startFace 64100;
|
||||
}
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
nFaces 1400;
|
||||
|
||||
@ -79,7 +79,6 @@ boundary
|
||||
ground
|
||||
{
|
||||
type wall;
|
||||
inGroups (wall);
|
||||
faces
|
||||
(
|
||||
(0 3 2 1)
|
||||
|
||||
@ -168,7 +168,6 @@ castellatedMeshControls
|
||||
patchInfo
|
||||
{
|
||||
type wall;
|
||||
inGroups (wall);
|
||||
}
|
||||
}
|
||||
|
||||
@ -182,7 +181,6 @@ castellatedMeshControls
|
||||
patchInfo
|
||||
{
|
||||
type wall;
|
||||
inGroups (wall);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -33,7 +33,7 @@ boundaryField
|
||||
value uniform 200;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type epsilonWallFunction;
|
||||
value uniform 200;
|
||||
|
||||
@ -33,7 +33,7 @@ boundaryField
|
||||
value uniform 1;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type kqRWallFunction;
|
||||
value uniform 1;
|
||||
|
||||
@ -33,7 +33,7 @@ boundaryField
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
|
||||
@ -28,7 +28,7 @@ boundaryField
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
@ -126,7 +126,7 @@ patches
|
||||
backQuad(poro1, out1, out2, poro2)
|
||||
)
|
||||
|
||||
wall wall
|
||||
wall walls
|
||||
(
|
||||
// inlet block
|
||||
quad2D(in1, join1)
|
||||
|
||||
@ -29,7 +29,7 @@ FoamFile
|
||||
nFaces 700;
|
||||
startFace 64100;
|
||||
}
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
nFaces 1400;
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -33,7 +33,7 @@ boundaryField
|
||||
value uniform 200;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type epsilonWallFunction;
|
||||
value uniform 200;
|
||||
|
||||
@ -33,7 +33,7 @@ boundaryField
|
||||
value uniform 1;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type kqRWallFunction;
|
||||
value uniform 1;
|
||||
|
||||
@ -33,7 +33,7 @@ boundaryField
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
|
||||
@ -28,7 +28,7 @@ boundaryField
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
@ -23,7 +23,7 @@ straightDuct.stl
|
||||
{
|
||||
wall
|
||||
{
|
||||
name wall;
|
||||
name walls;
|
||||
}
|
||||
porosityWall
|
||||
{
|
||||
|
||||
@ -32,7 +32,7 @@ boundaryField
|
||||
freestreamValue uniform (25.75 3.62 0);
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
|
||||
@ -32,7 +32,7 @@ boundaryField
|
||||
freestreamValue uniform 0.14;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 0;
|
||||
|
||||
@ -32,7 +32,7 @@ boundaryField
|
||||
freestreamValue uniform 0.14;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type nutUSpaldingWallFunction;
|
||||
value uniform 0;
|
||||
|
||||
@ -30,7 +30,7 @@ boundaryField
|
||||
type freestreamPressure;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
@ -31,7 +31,7 @@ outlet
|
||||
startFace 21388;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
physicalType wall;
|
||||
|
||||
@ -31,7 +31,7 @@ boundaryField
|
||||
value uniform (460 0 0);
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
|
||||
@ -31,7 +31,7 @@ boundaryField
|
||||
value uniform 1;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
@ -31,7 +31,7 @@ boundaryField
|
||||
value uniform 1e-05;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 1e-11;
|
||||
|
||||
@ -30,7 +30,7 @@ boundaryField
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
@ -31,7 +31,7 @@ boundaryField
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 0;
|
||||
|
||||
@ -30,7 +30,7 @@ boundaryField
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
@ -82,7 +82,7 @@ boundary
|
||||
);
|
||||
}
|
||||
|
||||
wall
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
|
||||
@ -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;
|
||||
}
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -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;
|
||||
}
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user