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:
@ -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