41 lines
1.2 KiB
Text
41 lines
1.2 KiB
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||
|
| \\ / O peration | Version: 1.6-ext |
|
||
|
| \\ / A nd | Web: www.extend-project.de |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class polyBoundaryMesh;
|
||
|
location "constant/polyMesh";
|
||
|
object boundary;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
3
|
||
|
(
|
||
|
loadedEnd
|
||
|
{
|
||
|
type wall;
|
||
|
nFaces 100;
|
||
|
startFace 27900;
|
||
|
}
|
||
|
freeSurface
|
||
|
{
|
||
|
type wall;
|
||
|
nFaces 4000;
|
||
|
startFace 28000;
|
||
|
}
|
||
|
fixedEnd
|
||
|
{
|
||
|
type wall;
|
||
|
nFaces 100;
|
||
|
startFace 32000;
|
||
|
}
|
||
|
)
|
||
|
|
||
|
// ************************************************************************* //
|