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/multiphase/interDyMFoam/ras/floatingObject/constant/polyMesh/boundary

41 lines
1.2 KiB
Text
Raw Normal View History

2010-11-24 23:08:12 +00:00
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2013-12-11 16:09:41 +00:00
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.0 |
| \\ / A nd | Web: http://www.extend-project.de |
2010-11-24 23:08:12 +00:00
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
3
(
stationaryWalls
{
type wall;
nFaces 11200;
2013-11-01 15:17:04 +00:00
startFace 281600;
2010-11-24 23:08:12 +00:00
}
atmosphere
{
type patch;
nFaces 1600;
2013-11-01 15:17:04 +00:00
startFace 292800;
2010-11-24 23:08:12 +00:00
}
floatingObject
{
type wall;
2013-11-01 15:17:04 +00:00
nFaces 0;
startFace 294400;
2010-11-24 23:08:12 +00:00
}
)
// ************************************************************************* //