OF-POSTECH-1/examples/ERC_LagrangianCMCdieselEngineFoam/constant/polyMesh/boundary
2017-08-03 22:15:03 +09:00

71 lines
1.8 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
piston
{
type wall;
nFaces 290;
startFace 15334;
}
liner
{
type wall;
nFaces 210;
startFace 15624;
}
cylinderHead
{
type wall;
nFaces 200;
startFace 15834;
}
cyclic_half0
{
type cyclic;
nFaces 546;
startFace 16034;
featureCos 0.9;
transform rotational;
rotationAxis ( 0 0 1 );
rotationCentre ( 0 0 0 );
rotationAngle -60;
neighbourPatch cyclic_half1;
}
cyclic_half1
{
type cyclic;
nFaces 546;
startFace 16580;
featureCos 0.9;
transform rotational;
rotationAxis ( 0 0 1 );
rotationCentre ( 0 0 0 );
rotationAngle -60;
neighbourPatch cyclic_half0;
}
)
// ************************************************************************* //