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

51 lines
1.5 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "-142.99/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
4
(
piston
{
type wall;
nFaces 290;
startFace 15334;
}
liner
{
type wall;
nFaces 210;
startFace 15624;
}
cylinderHead
{
type wall;
nFaces 200;
startFace 15834;
}
cyclic
{
type cyclic;
nFaces 1092;
startFace 16034;
featureCos 0.9;
transform rotational;
rotationAxis (0 0 1);
rotationCentre (0 0 0);
rotationAngle -60;
}
)
// ************************************************************************* //