84 lines
1.5 KiB
Text
84 lines
1.5 KiB
Text
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.4.1 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
|
|
root "/home/hjasak/OpenFOAM/OpenFOAM-1.4.1/tutorials/icoDyMFoam";
|
|
case "movingConeMotion";
|
|
instance "constant";
|
|
local "polyMesh";
|
|
|
|
class polyBoundaryMesh;
|
|
object boundary;
|
|
}
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
8
|
|
(
|
|
movingWall
|
|
{
|
|
type wall;
|
|
nFaces 85;
|
|
startFace 3665;
|
|
}
|
|
|
|
farFieldMoving
|
|
{
|
|
type patch;
|
|
nFaces 50;
|
|
startFace 3750;
|
|
}
|
|
|
|
fixedWall
|
|
{
|
|
type wall;
|
|
nFaces 35;
|
|
startFace 3800;
|
|
}
|
|
|
|
axis
|
|
{
|
|
type empty;
|
|
nFaces 0;
|
|
startFace 3835;
|
|
}
|
|
|
|
left
|
|
{
|
|
type patch;
|
|
nFaces 30;
|
|
startFace 3835;
|
|
}
|
|
|
|
farField
|
|
{
|
|
type patch;
|
|
nFaces 35;
|
|
startFace 3865;
|
|
}
|
|
|
|
back
|
|
{
|
|
type wedge;
|
|
nFaces 1900;
|
|
startFace 3900;
|
|
}
|
|
|
|
front
|
|
{
|
|
type wedge;
|
|
nFaces 1900;
|
|
startFace 5800;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|