This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/overset/movingMeshTests/movingCylinderInChannelicoDyMOversetFoam/boundary

72 lines
1.7 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format binary;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
8
(
oversetFaces
{
type overset;
nFaces 0;
startFace 5170;
}
in
{
type patch;
nFaces 25;
startFace 5170;
}
out
{
type patch;
nFaces 25;
startFace 5195;
}
top
{
type wall;
nFaces 75;
startFace 5220;
}
bottom
{
type wall;
nFaces 75;
startFace 5295;
}
cylinder
{
type wall;
nFaces 80;
startFace 5370;
}
outerCylinder
{
type patch;
nFaces 80;
startFace 5450;
}
frontAndBack
{
type empty;
nFaces 5350;
startFace 5530;
}
)
// ************************************************************************* //