Files
openfoam/tutorials/electrostaticFoam/chargedWire/constant/polyMesh/boundary
2008-04-15 18:56:58 +01:00

76 lines
1.5 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / 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/dm2/henry/OpenFOAM/OpenFOAM-1.4.1/tutorials/electrostaticFoam";
case "chargedWire";
instance "constant";
local "polyMesh";
class polyBoundaryMesh;
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
(
left
{
type symmetryPlane;
physicalType symmetryPlane;
nFaces 110;
startFace 17980;
}
right
{
type symmetryPlane;
physicalType symmetryPlane;
nFaces 80;
startFace 18090;
}
down
{
type symmetryPlane;
physicalType symmetryPlane;
nFaces 110;
startFace 18170;
}
up
{
type patch;
physicalType insulator;
nFaces 80;
startFace 18280;
}
hole
{
type patch;
physicalType fixedCharge;
nFaces 60;
startFace 18360;
}
defaultFaces
{
type empty;
nFaces 18200;
startFace 18420;
}
)
// ************************************************************************* //