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/immersedBoundary/sphereInChannel/save/boundary

65 lines
1.7 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.0 |
| \\ / A nd | Web: http://www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
7
(
ibSphere
{
type immersedBoundary;
nFaces 0;
startFace 78300;
internalFlow no;
}
in
{
type patch;
nFaces 900;
startFace 78300;
}
out
{
type patch;
nFaces 900;
startFace 79200;
}
top
{
type patch;
nFaces 900;
startFace 80100;
}
bottom
{
type patch;
nFaces 900;
startFace 81000;
}
back
{
type wall;
nFaces 900;
startFace 81900;
}
front
{
type wall;
nFaces 900;
startFace 82800;
}
)
// ************************************************************************* //