openfoam/tutorials/multiphase/potentialFreeSurfaceFoam/oscillatingBox/constant/polyMesh/boundary
2013-06-20 10:40:01 +01:00

47 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
4
(
freeSurface
{
type wall;
nFaces 181;
startFace 7429;
}
walls
{
type wall;
nFaces 240;
startFace 7610;
}
floatingObject
{
type wall;
nFaces 37;
startFace 7850;
}
frontAndBack
{
type empty;
nFaces 7658;
startFace 7887;
}
)
// ************************************************************************* //