BUG: symmetry -> symmetryPlane
This commit is contained in:
parent
df494518e3
commit
3332488e09
3 changed files with 2 additions and 60 deletions
|
@ -136,7 +136,7 @@ boundary
|
|||
}
|
||||
cylinder
|
||||
{
|
||||
type symmetry;
|
||||
type symmetryPlane;
|
||||
faces
|
||||
(
|
||||
(10 5 24 29)
|
||||
|
|
|
@ -1,58 +0,0 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 3.1 |
|
||||
| \\ / A nd | Web: http://www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class polyBoundaryMesh;
|
||||
location "constant/polyMesh";
|
||||
object boundary;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
6
|
||||
(
|
||||
down
|
||||
{
|
||||
type symmetryPlane;
|
||||
nFaces 60;
|
||||
startFace 3890;
|
||||
}
|
||||
right
|
||||
{
|
||||
type patch;
|
||||
nFaces 30;
|
||||
startFace 3950;
|
||||
}
|
||||
up
|
||||
{
|
||||
type symmetryPlane;
|
||||
nFaces 60;
|
||||
startFace 3980;
|
||||
}
|
||||
left
|
||||
{
|
||||
type patch;
|
||||
nFaces 30;
|
||||
startFace 4040;
|
||||
}
|
||||
cylinder
|
||||
{
|
||||
type symmetryPlane;
|
||||
nFaces 40;
|
||||
startFace 4070;
|
||||
}
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
nFaces 4000;
|
||||
startFace 4110;
|
||||
}
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
|
@ -68,7 +68,7 @@ boundary
|
|||
|
||||
centreLeft
|
||||
{
|
||||
type symmetry;
|
||||
type symmetryPlane;
|
||||
faces
|
||||
(
|
||||
(0 4 7 3)
|
||||
|
|
Reference in a new issue