openfoam/tutorials/multiphase/interDyMFoam/ras/floatingObject/constant/polyMesh/boundary
2014-12-11 08:35:10 +00:00

43 lines
1.3 KiB
C++

/*--------------------------------*- 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;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
3
(
stationaryWalls
{
type wall;
inGroups 1(wall);
nFaces 2800;
startFace 33146;
}
atmosphere
{
type patch;
nFaces 400;
startFace 35946;
}
floatingObject
{
type wall;
inGroups 1(wall);
nFaces 348;
startFace 36346;
}
)
// ************************************************************************* //